[XML-SIG] [ pyxml-Bugs-446326 ] extensions dir doesn't build?

noreply@sourceforge.net noreply@sourceforge.net
Tue, 31 Jul 2001 02:44:01 -0700


Bugs item #446326, was opened at 2001-07-31 02:44
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=106473&aid=446326&group_id=6473

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Eldridge (dcbill)
Assigned to: Nobody/Anonymous (nobody)
Summary: extensions dir doesn't build?

Initial Comment:
Seems that now to get xml/extensions/boolean.c et al.
compiled, I have to add:

        clobber: clean all
and change 
        LIB=xmlparse/libexpat.a 
to
        LIB=libexpat.a

in xml/extensions/expat/Makefile

and then go to xml/extensions and

        make -f Makefile.pre.in boot
        make
        cp pyexpat.so /usr/lib/python2.1/site-examples
        cp sgmlop.so /usr/lib/python2.1/site-examples

Did something strange happen to the PyXML tree?

(I had to do this both with RH 7.0 & Cygwin)

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

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