[XML-SIG] [ pyxml-Bugs-765249 ] Problems building PyXML 0.8.2 on MacOSX 10.2.6

SourceForge.net noreply at sourceforge.net
Thu Jul 3 05:18:55 EDT 2003


Bugs item #765249, was opened at 2003-07-03 13:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=765249&group_id=6473

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Kaasen (davidkaasen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problems building PyXML 0.8.2 on MacOSX 10.2.6

Initial Comment:
Having fixed the bug reported 2003-01-30 by brianl
("0.8.2 setup.py errors on OS X") the build of PyXML 0.8.2
complains about "-arch i386" when using the Python that is
distributed with MacOSX 10.2.6. It turns out that there is
an error in LDFLAGS in /usr/lib/python2.2/config/Makefile,
so changing
"LDFLAGS=        -arch i386 -arch ppc"
to
"LDFLAGS=        -arch ppc"
solves this bug.

Building PyXML when using the Python installed with Fink
(http://fink.sourceforge.net/) also gives an error, not the
one mentioned above, but one regarding the included
Expat library. I have reported this bug to the Expat
project
(http://sourceforge.net/tracker/index.php?func=detail&aid=765227&group_id=10127&atid=110127).

Regards, David Kaasen.


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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=106473&aid=765249&group_id=6473



More information about the XML-SIG mailing list