[XML-SIG] Pyexpat

Michael Tyrsted tyrsted@daimi.au.dk
Mon, 27 Dec 1999 16:32:18 +0100


This is a multi-part message in MIME format.

------=_NextPart_000_0010_01BF5087.F15EEB80
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

We are a couple of students that are trying to use webDAV in a project. =
For that reason we need a XML-parser in Python. We have downloaded =
PyXML-0.5.2.tar.gz found at http://www.python.org/sigs/xml-sig/files/ . =
When we try to build the parser we get the following message:

poseidon:~...extensions% make -f Makefile.pre.in boot
rm -f *.o *~
rm -f `find . -name '*.pyc'`
rm -f `find . -name '*.o'`
rm -f `find . -name '*~'`
cd expat ; make clean
make[1]: Entering directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'
rm -f xmltok/xmltok.o xmltok/xmlrole.o xmlwf/xmlwf.o xmlwf/xmlfile.o =
xmlwf/codepage.o xmlparse/xmlparse.o xmlparse/hashtable.o =
xmlwf/unixfilemap.o xmlwf/xmlwf
make[1]: Leaving directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'
rm -f *.a tags TAGS config.c Makefile.pre python sedscript
rm -f *.so *.sl so_locations
cd expat ; make clobber
make[1]: Entering directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'
rm -f xmltok/xmltok.o xmltok/xmlrole.o xmlwf/xmlwf.o xmlwf/xmlfile.o =
xmlwf/codepage.o xmlparse/xmlparse.o xmlparse/hashtable.o =
xmlwf/unixfilemap.o xmlwf/xmlwf
rm -f libexpat.a
make[1]: Leaving directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'
VERSION=3D`python -c "import sys; print sys.version[:3]"`; \
installdir=3D`python -c "import sys; print sys.prefix"`; \
exec_installdir=3D`python -c "import sys; print sys.exec_prefix"`; \
make -f ./Makefile.pre.in VPATH=3D. srcdir=3D. \
        VERSION=3D$VERSION \
        installdir=3D$installdir \
        exec_installdir=3D$exec_installdir \
        Makefile
make[1]: Entering directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions'
sed -n \
 -e '1s/.*/1i\\/p' \
 -e '2s%.*%# Generated automatically from Makefile.pre.in by =
sedscript.%p' \
 -e '/^VERSION=3D/s/^VERSION=3D[    ]*\(.*\)/s%@VERSION[@]%\1%/p' \
 -e '/^CC=3D/s/^CC=3D[      ]*\(.*\)/s%@CC[@]%\1%/p' \
 -e '/^CCC=3D/s/^CCC=3D[    ]*\(.*\)/s%#@SET_CCC[@]%CCC=3D\1%/p' \
 -e '/^LINKCC=3D/s/^LINKCC=3D[      ]*\(.*\)/s%@LINKCC[@]%\1%/p' \
 -e '/^SGI_ABI=3D/s/^SGI_ABI=3D[    ]*\(.*\)/s%@SGI_ABI[@]%\1%/p' \
 -e '/^OPT=3D/s/^OPT=3D[    ]*\(.*\)/s%@OPT[@]%\1%/p' \
Can't open=20
make[1]: *** [sedscript] Error 1
make[1]: Leaving directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions'
make: *** [boot] Error 2
poseidon:~...extensions%=20

What are we doing wrong? We are trying to build the parser on a SGI Irix =
machine, is that a problem?

In advance Thanks

Michael Tyrsted

UNIVERSITY OF AARHUS
DEPARTMENT OF COMPUTER SCIENCE=20

------=_NextPart_000_0010_01BF5087.F15EEB80
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>We are a couple of students that are =
trying to use=20
webDAV in a project. For that reason we need a XML-parser&nbsp;in =
Python. We=20
have downloaded PyXML-0.5.2.tar.gz found at <A=20
href=3D"http://www.python.org/sigs/xml-sig/files/">http://www.python.org/=
sigs/xml-sig/files/</A>&nbsp;.=20
When we try to build the parser we get the following =
message:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>poseidon:~...extensions% make -f =
Makefile.pre.in=20
boot<BR>rm -f *.o *~<BR>rm -f `find . -name '*.pyc'`<BR>rm -f `find . =
-name=20
'*.o'`<BR>rm -f `find . -name '*~'`<BR>cd expat ; make clean<BR>make[1]: =

Entering directory=20
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'<BR>rm =
-f=20
xmltok/xmltok.o xmltok/xmlrole.o xmlwf/xmlwf.o xmlwf/xmlfile.o =
xmlwf/codepage.o=20
xmlparse/xmlparse.o xmlparse/hashtable.o xmlwf/unixfilemap.o=20
xmlwf/xmlwf<BR>make[1]: Leaving directory=20
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'<BR>rm =
-f *.a=20
tags TAGS config.c Makefile.pre python sedscript<BR>rm -f *.so *.sl=20
so_locations<BR>cd expat ; make clobber<BR>make[1]: Entering directory=20
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'<BR>rm =
-f=20
xmltok/xmltok.o xmltok/xmlrole.o xmlwf/xmlwf.o xmlwf/xmlfile.o =
xmlwf/codepage.o=20
xmlparse/xmlparse.o xmlparse/hashtable.o xmlwf/unixfilemap.o =
xmlwf/xmlwf<BR>rm=20
-f libexpat.a<BR>make[1]: Leaving directory=20
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions/expat'<BR>VERS=
ION=3D`python=20
-c "import sys; print sys.version[:3]"`; \<BR>installdir=3D`python -c =
"import sys;=20
print sys.prefix"`; \<BR>exec_installdir=3D`python -c "import sys; print =

sys.exec_prefix"`; \<BR>make -f ./Makefile.pre.in VPATH=3D. srcdir=3D.=20
\<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; VERSION=3D$VERSION=20
\<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; installdir=3D$installdir =

\<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
exec_installdir=3D$exec_installdir=20
\<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile<BR>make[1]: =
Entering=20
directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions'<BR>sed -n=20
\<BR>&nbsp;-e '1s/.*/1i\\/p' \<BR>&nbsp;-e '2s%.*%# Generated =
automatically from=20
Makefile.pre.in by sedscript.%p' \<BR>&nbsp;-e=20
'/^VERSION=3D/s/^VERSION=3D[&nbsp;&nbsp;&nbsp; =
]*\(.*\)/s%@VERSION[@]%\1%/p'=20
\<BR>&nbsp;-e '/^CC=3D/s/^CC=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@CC[@]%\1%/p' \<BR>&nbsp;-e =
'/^CCC=3D/s/^CCC=3D[&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%#@SET_CCC[@]%CCC=3D\1%/p' \<BR>&nbsp;-e=20
'/^LINKCC=3D/s/^LINKCC=3D[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
]*\(.*\)/s%@LINKCC[@]%\1%/p' \<BR>&nbsp;-e=20
'/^SGI_ABI=3D/s/^SGI_ABI=3D[&nbsp;&nbsp;&nbsp; =
]*\(.*\)/s%@SGI_ABI[@]%\1%/p'=20
\<BR>&nbsp;-e '/^OPT=3D/s/^OPT=3D[&nbsp;&nbsp;&nbsp; =
]*\(.*\)/s%@OPT[@]%\1%/p'=20
\<BR>Can't open <BR>make[1]: *** [sedscript] Error 1<BR>make[1]: Leaving =

directory =
`/users/tyrsted/public_html/scripts/PyXML-0.5.2/extensions'<BR>make:=20
*** [boot] Error 2<BR>poseidon:~...extensions% <BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>What are we doing wrong? We are trying =
to build the=20
parser on a SGI Irix machine, is that a problem?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>In advance Thanks</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Michael Tyrsted</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3DArial><FONT =
class=3Ddaimihdline>UNIVERSITY OF=20
AARHUS<BR>DEPARTMENT OF COMPUTER SCIENCE=20
</FONT></FONT></FONT></DIV></BODY></HTML>

------=_NextPart_000_0010_01BF5087.F15EEB80--