See below:
-----Original Message----- >From: Michael Sicotte <[EMAIL PROTECTED]> >Sent: Feb 15, 2007 10:21 PM >To: [email protected] >Subject: [mac] mac native build > >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 Add: --disable-nas (Network Audio) > >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) au is the audio portion, not audio under X11. I'm always wondering why no one added a flag --disable-audio? James McKenzie --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
