[Python-bugs-list] [ python-Bugs-680797 ] expat doesn't build on MacOS9

SourceForge.net noreply@sourceforge.net
Thu, 06 Feb 2003 17:16:00 -0800


Bugs item #680797, was opened at 2003-02-05 06:11
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=680797&group_id=5470

Category: Extension Modules
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: expat doesn't build on MacOS9

Initial Comment:
Expat doesn't build anymore on Mac OS 9. The problem is that the new expat.h has a couple of functions returning an "enum XML_Status", but that enum is declared only further down in expat.h and the Metrowerks compiler chokes on this.

It's easy enough to fix (either moving the routines down or moving the enum declaration up), but as I seem to recall that this file is imported from the expat distribution I'm not sure whether that's a good idea, or something else needs to be done.

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-02-06 20:16

Message:
Logged In: YES 
user_id=33168

Fred can you look at this since Martin is on vacation?  I'm
also not sure if this is part of expat or pyexpat (or how to
tell).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=680797&group_id=5470