Tim Mooney added the comment:

I just tried Python 2.7.6 on x86_64-pc-openindiana151a9.   The core issue is 
still present.  It's not currently causing a build failure, but only because 
OpenIndiana 151a9 and Python are using the exact same version of Expat, so the 
headers that python's build process is mistakenly including from the operating 
system match the code that it's compiling internally.

My comment in msg97311 on 2010-01-06 is still valid.  If Python's build process 
is going to use internal expat, then it better ensure that the compilation 
flags it needs for that (including the -I) comes before the standard CFLAGS & 
CPPFLAGS.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to