[Python-bugs-list] [Bug #132409] setup.py does not look in the right place for xmlparse.h

noreply@sourceforge.net noreply@sourceforge.net
Wed, 14 Feb 2001 17:22:26 -0800


Bug #132409, was updated on 2001-Feb-14 14:16
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: ajseward
Assigned to : nobody
Summary: setup.py does not look in the right place for xmlparse.h

Details: Modules/pyexpat.c includes "expat/xmlparse.h" so setup.py should
also look for "expat/xmlparse.h".  Currently pyexpat will not build if
there is not a file named xmlparse.h in the standard include path.

See patch #103804 for a fix


Follow-Ups:

Date: 2001-Feb-14 17:22
By: ajseward

Comment:
Sorry, this was caused by another patch that I had not looked at closely
enough.  There is no problem in the CVS source. 
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=132409&group_id=5470