[issue6820] Redefinition of HAVE_STRFTIME can cause compiler errors.

Braden McDaniel report at bugs.python.org
Sun Feb 14 08:44:58 CET 2010


Braden McDaniel <braden at endoframe.com> added the comment:

In general, this does *not* play well with libraries that define the same symbols.

It is not correct to install the AC_CONFIG_HEADERS. Any macros in an installed configuration header need to be namespaced per-project; e.g., PYTHON_HAVE_STRFTIME.

----------
nosy: +braden

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


More information about the Python-bugs-list mailing list