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

Ronald Oussoren report at bugs.python.org
Sun Jan 17 13:39:12 CET 2010


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Steve: the "report this..." message is generated by the configure script and is added by autoconf, AFAIK we cannot change that message.

That said: there is a problem on your system with a python build: configure now thinks that is has found a workable libintl.h, even though the file doesn't work when you try to compile.

The best workaround is to temporarily move /usr/local aside during the build.

I've added some text about this to Mac/README.

----------
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list