On 04/03/2011 3:47 PM, Michael Petch wrote:
-----------------------
Mac Ports Build
-----------------------

If people are using macPorts and find that changing languages doesn't seem to be anything but English - I had noticed that libintl.h was not being found during the ./configure process (I didn't investigate the reason fully but appears to be pkg-config related). My MacPorts build process is:

Pull file's from CVS
./autogen.sh
CPPFLAGS="-I/opt/local/include" ./configure --enable-threads --prefix=/opt
make
sudo make install

I should point out that the process above works around the libintl.h issue (by specifying a CPPFLAGS where libintl.h resides). The standard "./configure --enable-threads --prefix=/opt " didn't have proper language (gettext) support.



_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to