Hi,

Earlier I received some help from Eric who guessed correctly that my XCode config may not be completely correct. I was able to get 69 minutes into the compile by adding the --with- gxx-include-path, but now I die at

Making: ../unxmacxi.pro/lib/libvclplug_gen680mxi.dylib
...
/cut/
...
/usr/bin/libtool: can't locate file for: -laudio
/usr/bin/libtool: file: -laudio is not an object file (not allowed in a library)
/usr/bin/libtool: can't locate file for: -lXau
/usr/bin/libtool: file: -lXau is not an object file (not allowed in a library) dmake: Error code 1, while making '../unxmacxi.pro/lib/ libvclplug_gen680mxi.dylib'

My configure:

./configure \
--with-lang="de en-US" \
--disable-build-mozilla \
--without-nas \
--disable-gtk \
--disable-odk \
--with-gxx-include-path=/Developer/SDKs/MacOSX10.4u.sdk/usr/include/ gcc/darwin/default/c++ \
--disable-pasf

Any help understanding why the gcc include path is not correctly detected, or where the audio and Xau audio libraries should live, will be appreciated.

(I don't really understand why its looking for Xau since ./configure reports that the build is without-x)

Thanks again,

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to