andrew wrote:
> Hi,
>
> Trying to build from current CVS, I have the error shown at bottom.
> Can anybody tell me, where is my mistake? I use gcc 3.3.1 on Linux 2.4.22
> and last GNU autotools.
I'm working on a fix for this. It's due to weird interactions between
CVS's timestamps and make's.
I attempted to check in a fix to the 1.2.0-pre2 branch. No files
changed, I just tried to fix the timestamps.
If you do a "cvs update -r AUDACITY_1_2" you might have better luck.
It might be easiest to remove the libid3tag directory, check it out
again, then manually run "configure" and "make" in there. Once it
works, Audacity will configure and build without any problems.
- Dominic
> Thanks!
> Andrew
>
>
> ----------------------- CONFIGURE OPTIONS ARE HERE --------------------
>
> ./configure --prefix=/usr/local --with-portaudio=v19 --without-portmixer --with-ladspa
>
> ----------------------- BUILD ERROR IS HERE ---------------------------
> [root@... audacity]# make
> make -C lib-src
> make[1]: Entering directory `/wrk/c/audacity/lib-src'
> cd libid3tag && make
> make[2]: Entering directory `/wrk/c/audacity/lib-src/libid3tag'
> cd . && /bin/sh /wrk/c/audacity/lib-src/libid3tag/missing --run aclocal-1.7
> cd . && \
> /bin/sh /wrk/c/audacity/lib-src/libid3tag/missing --run automake-1.7 --foreign Makefile
> cd . && /bin/sh /wrk/c/audacity/lib-src/libid3tag/missing --run autoconf
> /bin/sh ./config.status --recheck
> running /bin/sh ./configure --prefix=/usr/local --with-portaudio=v19 --without-portmixer --with-ladspa --cache-file=/dev/null --srcdir=. --no-create --no-recursion
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking for style of include used by make... GNU
> checking dependency style of gcc... gcc3
> checking for ranlib... ranlib
> checking for ld used by GCC... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> loading cache /dev/null within ltconfig
> ltconfig: you must specify a host type if you use `--no-verify'
> Try `ltconfig --help' for more information.
> configure: error: libtool configure failed
> make[2]: *** [config.status] Error 1
> make[2]: Leaving directory `/wrk/c/audacity/lib-src/libid3tag'
> make[1]: *** [libid3tag/.libs/libid3tag.a] Error 2
> make[1]: Leaving directory `/wrk/c/audacity/lib-src'
> make: *** [audacity] Error 2
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Audacity-users mailing list
> Audacity-users@...
> https://lists.sourceforge.net/lists/listinfo/audacity-users
|