S
Silas Justiniano
Hello all. I'm trying to install XML Parse... [perl Makefile.PL] works
well, but [make] returns me:
# make make[1]: Entering directory
`/s3g/down/xml-parser/XML-Parser-2.20/Expat'
cc -c -Iexpat/xmltok -Iexpat/xmlparse -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.20\"
-DXS_VERSION=\"2.20\" -fPIC "-I/usr/lib/perl/5.8/CORE" -o Expat.o
Expat.c
Expat.xs: In function `append_error':
Expat.xs:209: error: `my_perl' undeclared (first use in this function)
Expat.xs:209: error: (Each undeclared identifier is reported only once
Expat.xs:209: error: for each function it appears in.)
Expat.xs: In function `parse_stream':
Expat.xs:261: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `gen_ns_name':
Expat.xs:425: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `parse_local':
Expat.xs:513: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `characterData':
Expat.xs:1013: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `startElement':
Expat.xs:1026: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `endElement':
Expat.xs:1119: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `processingInstruction':
Expat.xs:1152: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `commenthandle':
Expat.xs:1166: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `startCdata':
Expat.xs:1179: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `endCdata':
Expat.xs:1193: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `defaulthandle':
Expat.xs:1207: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `unparsedEntityDecl':
Expat.xs:1233: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `notationDecl':
Expat.xs:1254: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `externalEntityRef':
Expat.xs:1292: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `unknownEncoding':
Expat.xs:1447: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `recString':
Expat.xs:1536: error: `my_perl' undeclared (first use in this function)
make[1]: *** [Expat.o] Error 1
make[1]: Leaving directory `/s3g/down/xml-parser/XML-Parser-2.20/Expat'
make: *** [subdirs] Error 2
What could I do?
Thank you! Bye!
well, but [make] returns me:
# make make[1]: Entering directory
`/s3g/down/xml-parser/XML-Parser-2.20/Expat'
cc -c -Iexpat/xmltok -Iexpat/xmlparse -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS -DDEBIAN -fno-strict-aliasing -I/usr/local/include
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.20\"
-DXS_VERSION=\"2.20\" -fPIC "-I/usr/lib/perl/5.8/CORE" -o Expat.o
Expat.c
Expat.xs: In function `append_error':
Expat.xs:209: error: `my_perl' undeclared (first use in this function)
Expat.xs:209: error: (Each undeclared identifier is reported only once
Expat.xs:209: error: for each function it appears in.)
Expat.xs: In function `parse_stream':
Expat.xs:261: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `gen_ns_name':
Expat.xs:425: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `parse_local':
Expat.xs:513: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `characterData':
Expat.xs:1013: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `startElement':
Expat.xs:1026: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `endElement':
Expat.xs:1119: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `processingInstruction':
Expat.xs:1152: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `commenthandle':
Expat.xs:1166: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `startCdata':
Expat.xs:1179: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `endCdata':
Expat.xs:1193: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `defaulthandle':
Expat.xs:1207: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `unparsedEntityDecl':
Expat.xs:1233: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `notationDecl':
Expat.xs:1254: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `externalEntityRef':
Expat.xs:1292: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `unknownEncoding':
Expat.xs:1447: error: `my_perl' undeclared (first use in this function)
Expat.xs: In function `recString':
Expat.xs:1536: error: `my_perl' undeclared (first use in this function)
make[1]: *** [Expat.o] Error 1
make[1]: Leaving directory `/s3g/down/xml-parser/XML-Parser-2.20/Expat'
make: *** [subdirs] Error 2
What could I do?
Thank you! Bye!