Re: [mpg123-devel] Compilation problems on MacOS, Xcode 4.3
Brought to you by:
sobukus
From: Patrick D. <pa...@my...> - 2012-02-26 14:11:01
|
Nevermind. I tried again, with a fresh checkout and it started working. Patrick On Sun, Feb 26, 2012 at 11:28 AM, Patrick Dehne <pa...@my...> wrote: > Hi, > > I have problems getting the compilation working with the new Xcode > installed. I do in a fresh checkout: > autoreconf -iv > ./configure --with-cpu=x86-64 --enable-static --disable-shared > make > > which fails with: > > Making all in src > make all-recursive > Making all in output > gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../src/libmpg123 > -I../../src -I../../src/libmpg123 -DBUILDING_OUTPUT_MODULES=1 > -DOPT_X86_64 -DREAL_IS_FLOAT -DNOXFERMEM -O2 -fomit-frame-pointer > -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT > coreaudio.o -MD -MP -MF .deps/coreaudio.Tpo -c -o coreaudio.o > coreaudio.c > mv -f .deps/coreaudio.Tpo .deps/coreaudio.Po > Making all in libmpg123 > /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I../../src -I../../src -I../../src/libmpg123 -DOPT_X86_64 > -DREAL_IS_FLOAT -DNOXFERMEM -O2 -fomit-frame-pointer > -funroll-all-loops -finline-functions -ffast-math -g -O2 -MT > compat.lo -MD -MP -MF .deps/compat.Tpo -c -o compat.lo compat.c > ../../libtool: line 2079: compat.c: command not found > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../src -I../../src > -I../../src/libmpg123 -DOPT_X86_64 -DREAL_IS_FLOAT -DNOXFERMEM -O2 > -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math > -g -O2 -MT compat.lo -MD -MP -MF .deps/compat.Tpo -c "" -o compat.o > i686-apple-darwin11-llvm-gcc-4.2: no input files > make[3]: *** [compat.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > > Ideas? > > Patrick |