Quote:
Originally Posted by ronlau9
He Rexirino
Welcome at LQ
regards
ron
|
Hi Ronlau9. Got any advice for compiling audacity? it errors out in the ./configure with expact not enabled. I dld lib epact and it still errors out.
I'm thinking the problem might be in here:
checking for SNDFILE... yes
configure: Libsndfile libraries are available as system libraries
checking for ./lib-src/libsndfile/src/sndfile.h.in... no
configure: libsndfile libraries are NOT available in this source tree
checking for XML_ParserCreate in -lexpat... no
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
configure: Expat libraries are NOT available as system libraries
checking for ./lib-src/expat/xmlparse/xmlparse.h... no
configure: Expat libraries are NOT available in the local tree
checking for SAMPLERATE... no
configure: Libsamplerate libraries are NOT available as system libraries
checking for ./lib-src/libsamplerate/src/samplerate.h... no
configure: libsamplerate libraries are NOT available in the local tree
checking for ./lib-src/libresample/include/libresample.h... yes
configure: libresample libraries are available in the local tree
checking for vorbis_bitrate_addblock in -lvorbisfile... no
checking vorbis/vorbisfile.h usability... yes
checking vorbis/vorbisfile.h presence... yes
checking for vorbis/vorbisfile.h... yes
configure: Vorbis libraries are NOT available as system libraries
checking for ./lib-src/libvorbis/include/vorbis/vorbisenc.h... no
checking for ./lib-src/libogg/include/ogg/ogg.h... no
configure: Vorbis libraries are NOT available in this source tree
checking for LIBMAD... yes
checking for mad_decoder_init in -lmad... no
configure: WARNING: system installation of libmad found, but it is too old. Upgrade to at least 0.14.2b to use with Audacity
configure: libmad libraries are available as system libraries
checking for ./lib-src/libmad/frame.h... no
configure: libmad libraries are NOT available in the local tree
checking for FLAC__stream_decoder_new in -lFLAC... no
checking FLAC/format.h usability... yes
checking FLAC/format.h presence... yes
checking for FLAC/format.h... yes
configure: FLAC/FLAC++ libraries are NOT available as system libraries
checking for ./lib-src/libflac/include/FLAC/format.h... no
checking for ./lib-src/libflac/include/FLAC++/decoder.h... no
configure: FLAC libraries are NOT available in this source tree
checking for id3_file_open in -lid3tag... no
checking id3tag.h usability... yes
checking id3tag.h presence... yes
checking for id3tag.h... yes
configure: Libid3tag libraries are NOT available as system libraries
checking for ./lib-src/libid3tag/frame.h... no
configure: libid3tag libraries are NOT available in the local tree
checking for SOUNDTOUCH... no
configure: Libsoundtouch libraries are NOT available as system libraries
checking for ./lib-src/soundtouch/include/SoundTouch.h... no
configure: libsoundtouch libraries are NOT available in the local tree
checking for ./lib-src/libnyquist/nyx/nyx.h... yes
configure: nyquist libraries are available in the local tree
checking for VAMP... no
configure: Vamp libraries are NOT available as system libraries
checking for ./lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h... yes
configure: Vamp libraries are available in the local tree
checking for LIBTWOLAME... no
configure: Libtwolame library NOT available as system library
checking for ./lib-src/twolame/libtwolame/twolame.h... no
configure: libtwolame library is NOT available in the local tree
checking for AVCODEC... no
checking for AVFORMAT... no
configure: FFmpeg library NOT available as system library
checking for ./lib-src/ffmpeg/libavcodec/avcodec.h... yes
checking for ./lib-src/ffmpeg/libavformat/avformat.h... yes
configure: FFmpeg headers are available in the local tree
checking for REDLAND... no
configure: Redland NOT available as system library
checking for ./lib-src/redland/librdf/librdf.h... no
configure: Redland is NOT available in the local tree
checking for SLV2... no
configure: SLV2 NOT available as system library
checking for ./lib-src/slv2/slv2/slv2.h... no
configure: SLV2 is NOT available in the local tree
checking for LIBLRDF... no
configure: liblrdf NOT available as system library
checking for ./lib-src/liblrdf/lrdf.h... no
configure: liblrdf is NOT available in the local tree
configure: Configuring sources in "./lib-src/portsmf"
configure: running /bin/sh ./configure '--prefix=/usr/local/' '--with-wx-config=/usr/bin/wx-config' --cache-file=/dev/null --srcdir=.
./configure: line 1734: syntax error near unexpected token `-Wall'
./configure: line 1734: `AM_INIT_AUTOMAKE(-Wall foreign)'
configure: Done configuring in "./lib-src/portsmf"
checking for PORTSMF... yes
I've checked in .libsndfile/src/ for sndfile.h and expact.h but they are not there. But they are located in the system because I installed them.
Are you familiar with this problem?