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

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Feb 2001 13:30:11 -0800


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

Project: Python
Category: Build
Status: Closed
Resolution: Invalid
Bug Group: Not a Bug
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-19 13:30
By: fdrake

Comment:
Closed since this was a conflict with some outside patch and does not
reflect an error in the code as found in Python.
-------------------------------------------------------

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