Michael: Put languages ="en_US" or add en_US to the language selections in the configure line.
James McKenzie -----Original Message----- >From: Michael Sicotte <[EMAIL PROTECTED]> >Sent: Feb 16, 2007 10:37 PM >To: [email protected] >Subject: Re: [mac] mac native build > >HI all, > >Some success - I have a build in German. :) > >Thanks to all for the help. I'll try to get an en_US version I can >understand and begin to look into the code. > >Mike > >On Feb 16, 2007, at 1:13 AM, eric.bachard wrote: > >> Hi Michael, >> >> To save you some time, could you post us your configure command line ? >> >> As example ( cloph will find something bad ;-) ) I use : >> >> ./configure --disable-odk --with-lang="fr de" --without-nas -- >> enable-pasf --disable-crashdump --with-jdk-home=/System/Library/ >> Frameworks/JavaVM.framework/Home --disable-fontconfig --with- >> epm=internal --disable-gtk --disable-gnome-vfs --with-system-curl -- >> disable-mozilla >> >> Maybe you are using the script .. or .. ? >> >> >> Michael Sicotte a écrit : >>> 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 >> >> IMHO, it should work now :-) >> >>> /usr/bin/libtool: can't locate file for: -laudio >> >> libportaudio.dilyb I guess >> >> >>> /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' >> >> Looks like libportaudio.dylib is not found in the solver, but I can >> be wrong. >> >>> My configure: >>> ./configure \ >> >> [...cut...] >> >>> --with-gxx-include-path=/Developer/SDKs/MacOSX10.4u.sdk/usr/ >>> include/ gcc/darwin/default/c++ \ >>> --disable-pasf >> >> >> Reading my configure command line, looks like --enable-pasf is needed. >> >> >>> 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. >> >> can you try : >> >> sudo gcc_select 3.3 >> >> and then >> >> sudo gcc_select 4.0 >> >> Maybe some symlink or something is missing in your installation. >> >> >>> (I don't really understand why its looking for Xau since ./ >>> configure reports that the build is without-x) >> >> See above : probably libportaudio mising. >> >> >> Regards, >> Eric Bachard >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
