[issue7679] Warning building 2.7 on OS X 10.6 libintl.h "Present But Cannot Be Compiled"

Ned Deily report at bugs.python.org
Tue Jan 12 09:17:23 CET 2010


Ned Deily <nad at acm.org> added the comment:

Works for me.

GNU gettext, which provides libintl, is not included in OS X 10.6.  Chances are your build is being contaminated by packages installed via MacPorts or Fink or in /usr/local.  If you do want to build with it, check config.log in your build directory.  I bet you'll find that it is trying to pick up a 32-bit only version from MacPorts or friends.

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7679>
_______________________________________


More information about the Python-bugs-list mailing list