Hi,
I'm having trouble installing XML::Parser using because it can't find
the -lexpat library, which has been installed by fink into /sw/lib/. I
don't know if I can change perl's libpth without recompiling. From an
archived message on this list I gathered I could set LD_LIBRARY_PATH
and DYLD_LIBRARY_PATH to include /sw/lib/. I assume that means just
setting an environment variable in the shell. I've tried this, but I'm
getting the same error.
I'm sure this is simple but I can't find it in the docs (and I'm quite
sure I'm not sure I know what I'm looking for). This is perl 5.8,
installed over Apple's, on 10.2.4. Below are all the errors, etc.
TIA,
Richard
rjolly# printenv LD_LIBRARY_PATH
/sw/lib/:/usr/lib/:/usr/local/lib/
rjolly# printenv DYLD_LIBRARY_PATH
/sw/lib/:/usr/lib/:/usr/local/lib/
----------------
rjolly# perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=darwin, osvers=6.1, archname=darwin
uname='darwin richard-jollys-computer.local. 6.1 darwin kernel
version 6.1: fri sep 6 23:24:34 pdt 2002;
root:xnuxnu-344.2.obj~2release_ppc power macintosh powerpc '
config_args='-de [EMAIL PROTECTED]
[EMAIL PROTECTED]'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-pipe -fno-common -no-cpp-precomp
-fno-strict-aliasing',
optimize='-O3',
cppflags='-no-cpp-precomp -pipe -fno-common -no-cpp-precomp
-fno-strict-aliasing'
ccversion='', gccversion='3.1 20020420 (prerelease)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -flat_namespace'
libpth=/usr/lib
libs=-lm -lc
perllibs=-lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true,
libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -flat_namespace -bundle -undefined
suppress'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under darwin
Compiled at Oct 2 2002 09:01:41
@INC:
/Library/Perl/darwin
/Library/Perl
/Library/Perl/darwin
/Library/Perl
/Library/Perl
/Network/Library/Perl/darwin
/Network/Library/Perl
/Network/Library/Perl
----------------
cpan> make XML::Parser
CPAN: Storable loaded ok
Going to read /var/root/.cpan/Metadata
Database was generated on Mon, 10 Feb 2003 20:36:47 GMT
Running make for module XML::Parser
Running make for C/CO/COOPERCL/XML-Parser-2.31.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for
/var/root/.cpan/sources/authors/id/C/CO/COOPERCL/XML-Parser-2.31.tar.gz
ok
Scanning cache /var/root/.cpan/build for sizes
XML-Parser-2.31/
XML-Parser-2.31/Parser/
XML-Parser-2.31/Parser/Encodings/
XML-Parser-2.31/Parser/Encodings/x-sjis-cp932.enc
XML-Parser-2.31/Parser/Encodings/iso-8859-7.enc
XML-Parser-2.31/Parser/Encodings/iso-8859-9.enc
XML-Parser-2.31/Parser/Encodings/x-euc-jp-unicode.enc
XML-Parser-2.31/Parser/Encodings/big5.enc
XML-Parser-2.31/Parser/Encodings/x-sjis-jdk117.enc
XML-Parser-2.31/Parser/Encodings/x-sjis-unicode.enc
XML-Parser-2.31/Parser/Encodings/iso-8859-5.enc
XML-Parser-2.31/Parser/Encodings/README
XML-Parser-2.31/Parser/Encodings/euc-kr.enc
XML-Parser-2.31/Parser/Encodings/windows-1250.enc
XML-Parser-2.31/Parser/Encodings/iso-8859-3.enc
XML-Parser-2.31/Parser/Encodings/Japanese_Encodings.msg
XML-Parser-2.31/Parser/Encodings/iso-8859-4.enc
XML-Parser-2.31/Parser/Encodings/iso-8859-8.enc
XML-Parser-2.31/Parser/Encodings/x-euc-jp-jisx0221.enc
XML-Parser-2.31/Parser/Encodings/iso-8859-2.enc
XML-Parser-2.31/Parser/Encodings/x-sjis-jisx0221.enc
XML-Parser-2.31/Parser/LWPExternEnt.pl
XML-Parser-2.31/samples/
XML-Parser-2.31/samples/canonical
XML-Parser-2.31/samples/xmlcomments
XML-Parser-2.31/samples/ctest.dtd
XML-Parser-2.31/samples/REC-xml-19980210.xml
XML-Parser-2.31/samples/xmlfilter
XML-Parser-2.31/samples/canontst.xml
XML-Parser-2.31/samples/xmlstats
XML-Parser-2.31/t/
XML-Parser-2.31/t/defaulted.t
XML-Parser-2.31/t/cdata.t
XML-Parser-2.31/t/decl.t
XML-Parser-2.31/t/astress.t
XML-Parser-2.31/t/skip.t
XML-Parser-2.31/t/stream.t
XML-Parser-2.31/t/parament.t
XML-Parser-2.31/t/finish.t
XML-Parser-2.31/t/partial.t
XML-Parser-2.31/t/ext2.ent
XML-Parser-2.31/t/encoding.t
XML-Parser-2.31/t/external_ent.t
XML-Parser-2.31/t/ext.ent
XML-Parser-2.31/t/file.t
XML-Parser-2.31/t/foo.dtd
XML-Parser-2.31/t/namespaces.t
XML-Parser-2.31/Changes
XML-Parser-2.31/Expat/
XML-Parser-2.31/Expat/Expat.xs
XML-Parser-2.31/Expat/Makefile.PL
XML-Parser-2.31/Expat/encoding.h
XML-Parser-2.31/Expat/Expat.pm
XML-Parser-2.31/Expat/typemap
XML-Parser-2.31/MANIFEST
XML-Parser-2.31/Parser.pm
XML-Parser-2.31/Makefile.PL
XML-Parser-2.31/README
Removing previously used /var/root/.cpan/build/XML-Parser-2.31
CPAN.pm: Going to build C/CO/COOPERCL/XML-Parser-2.31.tar.gz
Checking if your kit is complete...
Looks good
Note (probably harmless): No library found for -lexpat
Writing Makefile for XML::Parser::Expat
Writing Makefile for XML::Parser
cp Parser/Encodings/x-sjis-cp932.enc
blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
cp Parser/Encodings/iso-8859-7.enc
blib/lib/XML/Parser/Encodings/iso-8859-7.enc
cp Parser/Encodings/x-euc-jp-unicode.enc
blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
cp Parser/Encodings/iso-8859-9.enc
blib/lib/XML/Parser/Encodings/iso-8859-9.enc
cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
cp Parser/Encodings/windows-1250.enc
blib/lib/XML/Parser/Encodings/windows-1250.enc
cp Parser/Encodings/Japanese_Encodings.msg
blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
cp Parser/Encodings/iso-8859-3.enc
blib/lib/XML/Parser/Encodings/iso-8859-3.enc
cp Parser/Encodings/iso-8859-8.enc
blib/lib/XML/Parser/Encodings/iso-8859-8.enc
cp Parser/Encodings/iso-8859-4.enc
blib/lib/XML/Parser/Encodings/iso-8859-4.enc
cp Parser/Encodings/x-euc-jp-jisx0221.enc
blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
cp Parser/Encodings/x-sjis-jdk117.enc
blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
cp Parser/Encodings/iso-8859-2.enc
blib/lib/XML/Parser/Encodings/iso-8859-2.enc
cp Parser/Encodings/x-sjis-unicode.enc
blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
cp Parser.pm blib/lib/XML/Parser.pm
cp Parser/Encodings/x-sjis-jisx0221.enc
blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
cp Parser/Encodings/iso-8859-5.enc
blib/lib/XML/Parser/Encodings/iso-8859-5.enc
cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
/usr/local/bin/perl /Library/Perl/ExtUtils/xsubpp -noprototypes
-typemap /Library/Perl/ExtUtils/typemap -typemap typemap Expat.xs >
Expat.xsc && mv Expat.xsc Expat.c
cc -c -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -O3
-DVERSION=\"2.31\" -DXS_VERSION=\"2.31\" "-I/Library/Perl/darwin/CORE"
Expat.c
Expat.xs:12:19: expat.h: No such file or directory
Expat.xs:60: parse error before "XML_Parser"
Expat.xs:60: warning: no semicolon at end of struct or union
Expat.xs:78: parse error before ':' token
Expat.xs:79: parse error before ':' token
Expat.xs:80: parse error before ':' token
Expat.xs:106: parse error before '}' token
Expat.xs:106: warning: data definition has no type or storage class
Expat.xs:111: parse error before "nsdelim"
Expat.xs:111: warning: data definition has no type or storage class
Expat.xs:117: parse error before '*' token
Expat.xs:118: parse error before '*' token
Expat.xs:194: parse error before "ms"
Expat.xs:194: warning: initialization makes integer from pointer
without a cast
Expat.xs:194: warning: excess elements in scalar initializer
Expat.xs:194: warning: (near initialization for `ms')
Expat.xs:194: warning: excess elements in scalar initializer
Expat.xs:194: warning: (near initialization for `ms')
Expat.xs:194: warning: data definition has no type or storage class
Expat.xs:197: parse error before "parser"
Expat.xs: In function `append_error':
Expat.xs:200: `cbv' undeclared (first use in this function)
Expat.xs:200: (Each undeclared identifier is reported only once
Expat.xs:200: for each function it appears in.)
Expat.xs:203: parse error before ')' token
Expat.xs:210: `err' undeclared (first use in this function)
Expat.xs:213: `parser' undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:249: parse error before '*' token
Expat.xs: In function `generate_model':
Expat.xs:255: `model' undeclared (first use in this function)
Expat.xs:256: `XML_CQUANT_NONE' undeclared (first use in this function)
Expat.xs:261: `XML_CTYPE_NAME' undeclared (first use in this function)
Expat.xs:265: `XML_CTYPE_MIXED' undeclared (first use in this function)
Expat.xs:266: `XML_CTYPE_CHOICE' undeclared (first use in this function)
Expat.xs:267: `XML_CTYPE_SEQ' undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:286: parse error before "parser"
Expat.xs: In function `parse_stream':
Expat.xs:298: `cbv' undeclared (first use in this function)
Expat.xs:301: parse error before ')' token
Expat.xs:311: `ioref' undeclared (first use in this function)
Expat.xs:350: `parser' undeclared (first use in this function)
Expat.xs:350: warning: initialization makes pointer from integer
without a cast
Expat.xs: In function `characterData':
Expat.xs:460: `cbv' undeclared (first use in this function)
Expat.xs:460: parse error before ')' token
Expat.xs: In function `startElement':
Expat.xs:480: `cbv' undeclared (first use in this function)
Expat.xs:480: parse error before ')' token
Expat.xs: In function `endElement':
Expat.xs:556: `cbv' undeclared (first use in this function)
Expat.xs:556: parse error before ')' token
Expat.xs: In function `processingInstruction':
Expat.xs:590: `cbv' undeclared (first use in this function)
Expat.xs:590: parse error before ')' token
Expat.xs: In function `commenthandle':
Expat.xs:611: `cbv' undeclared (first use in this function)
Expat.xs:611: parse error before ')' token
Expat.xs: In function `startCdata':
Expat.xs:631: `cbv' undeclared (first use in this function)
Expat.xs:631: parse error before ')' token
Expat.xs: In function `endCdata':
Expat.xs:651: `cbv' undeclared (first use in this function)
Expat.xs:651: parse error before ')' token
Expat.xs: At top level:
Expat.xs:668: parse error before '*' token
Expat.xs: In function `nsStart':
Expat.xs:670: `cbv' undeclared (first use in this function)
Expat.xs:670: parse error before ')' token
Expat.xs:678: `prefix' undeclared (first use in this function)
Expat.xs:679: `uri' undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:688: parse error before '*' token
Expat.xs: In function `nsEnd':
Expat.xs:690: `cbv' undeclared (first use in this function)
Expat.xs:690: parse error before ')' token
Expat.xs:698: `prefix' undeclared (first use in this function)
Expat.xs: In function `defaulthandle':
Expat.xs:710: `cbv' undeclared (first use in this function)
Expat.xs:710: parse error before ')' token
Expat.xs: At top level:
Expat.xs:729: parse error before "XML_Content"
Expat.xs: In function `elementDecl':
Expat.xs:731: `cbv' undeclared (first use in this function)
Expat.xs:731: parse error before ')' token
Expat.xs:738: `model' undeclared (first use in this function)
Expat.xs:744: `name' undeclared (first use in this function)
Expat.xs: In function `attributeDecl':
Expat.xs:761: `cbv' undeclared (first use in this function)
Expat.xs:761: parse error before ')' token
Expat.xs: In function `entityDecl':
Expat.xs:802: `cbv' undeclared (first use in this function)
Expat.xs:802: parse error before ')' token
Expat.xs: In function `doctypeStart':
Expat.xs:831: `cbv' undeclared (first use in this function)
Expat.xs:831: parse error before ')' token
Expat.xs: In function `doctypeEnd':
Expat.xs:852: `cbv' undeclared (first use in this function)
Expat.xs:852: parse error before ')' token
Expat.xs: In function `xmlDecl':
Expat.xs:872: `cbv' undeclared (first use in this function)
Expat.xs:872: parse error before ')' token
Expat.xs: In function `unparsedEntityDecl':
Expat.xs:901: `cbv' undeclared (first use in this function)
Expat.xs:901: parse error before ')' token
Expat.xs: In function `notationDecl':
Expat.xs:929: `cbv' undeclared (first use in this function)
Expat.xs:929: parse error before ')' token
Expat.xs: At top level:
Expat.xs:960: parse error before "parser"
Expat.xs: In function `externalEntityRef':
Expat.xs:975: `cbv' undeclared (first use in this function)
Expat.xs:975: parse error before ')' token
Expat.xs:983: `pubid' undeclared (first use in this function)
Expat.xs:985: `base' undeclared (first use in this function)
Expat.xs:986: `sysid' undeclared (first use in this function)
Expat.xs:1002: `parser' undeclared (first use in this function)
Expat.xs:1004: `XML_Parser' undeclared (first use in this function)
Expat.xs:1004: parse error before "entpar"
Expat.xs:1007: `entpar' undeclared (first use in this function)
Expat.xs: At top level:
Expat.xs:1115: parse error before "XML_Encoding"
Expat.xs: In function `unknownEncoding':
Expat.xs:1123: `name' undeclared (first use in this function)
Expat.xs:1167: `info' undeclared (first use in this function)
Expat.xs: In function `recString':
Expat.xs:1185: `cbv' undeclared (first use in this function)
Expat.xs:1185: parse error before ')' token
Expat.xs: At top level:
Expat.xs:1196: parse error before '*' token
Expat.xs: In function `suspend_callbacks':
Expat.xs:1197: `cbv' undeclared (first use in this function)
Expat.xs:1199: `XML_CharacterDataHandler' undeclared (first use in this
function)
Expat.xs:1199: parse error before numeric constant
Expat.xs:1204: `XML_ProcessingInstructionHandler' undeclared (first use
in this function)
Expat.xs:1204: parse error before numeric constant
Expat.xs:1209: `XML_CommentHandler' undeclared (first use in this
function)
Expat.xs:1209: parse error before numeric constant
Expat.xs:1215: `XML_StartCdataSectionHandler' undeclared (first use in
this function)
Expat.xs:1215: parse error before numeric constant
Expat.xs:1221: `XML_UnparsedEntityDeclHandler' undeclared (first use in
this function)
Expat.xs:1221: parse error before numeric constant
Expat.xs:1226: `XML_NotationDeclHandler' undeclared (first use in this
function)
Expat.xs:1226: parse error before numeric constant
Expat.xs:1231: `XML_ExternalEntityRefHandler' undeclared (first use in
this function)
Expat.xs:1231: parse error before numeric constant
Expat.xs: At top level:
Expat.xs:1237: parse error before '*' token
Expat.xs: In function `resume_callbacks':
Expat.xs:1238: `cbv' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParserCreate':
Expat.c:1290: `XML_Parser' undeclared (first use in this function)
Expat.c:1290: parse error before "RETVAL"
Expat.xs:1279: `cbv' undeclared (first use in this function)
Expat.xs:1280: variable `pep' has initializer but incomplete type
Expat.xs:1280: `XML_PARAM_ENTITY_PARSING_NEVER' undeclared (first use
in this function)
Expat.xs:1280: storage size of `pep' isn't known
Expat.xs:1284: parse error before ')' token
Expat.xs:1284: parse error before ')' token
Expat.xs:1320: `RETVAL' undeclared (first use in this function)
Expat.xs:1337: `XML_PARAM_ENTITY_PARSING_UNLESS_STANDALONE' undeclared
(first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParserRelease':
Expat.c:1371: `XML_Parser' undeclared (first use in this function)
Expat.c:1371: parse error before "parser"
Expat.xs:1351: `cbv' undeclared (first use in this function)
Expat.xs:1351: parse error before ')' token
Expat.c: In function `XS_XML__Parser__Expat_ParserFree':
Expat.c:1390: `XML_Parser' undeclared (first use in this function)
Expat.c:1390: parse error before "parser"
Expat.xs:1361: `cbv' undeclared (first use in this function)
Expat.xs:1361: parse error before ')' token
Expat.xs:1430: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParseString':
Expat.c:1476: `XML_Parser' undeclared (first use in this function)
Expat.c:1476: parse error before "parser"
Expat.xs:1439: `cbv' undeclared (first use in this function)
Expat.xs:1443: parse error before ')' token
Expat.xs:1446: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParseStream':
Expat.c:1508: `XML_Parser' undeclared (first use in this function)
Expat.c:1508: parse error before "parser"
Expat.xs:1463: `cbv' undeclared (first use in this function)
Expat.xs:1465: parse error before ')' token
Expat.xs:1473: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParsePartial':
Expat.c:1543: `XML_Parser' undeclared (first use in this function)
Expat.c:1543: parse error before "parser"
Expat.xs:1488: `cbv' undeclared (first use in this function)
Expat.xs:1488: parse error before ')' token
Expat.xs:1490: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_ParseDone':
Expat.c:1571: `XML_Parser' undeclared (first use in this function)
Expat.c:1571: parse error before "parser"
Expat.xs:1504: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetStartElementHandler':
Expat.c:1594: `XML_Parser' undeclared (first use in this function)
Expat.c:1594: parse error before "parser"
Expat.xs:1518: `cbv' undeclared (first use in this function)
Expat.xs:1518: parse error before ')' token
Expat.c: In function `XS_XML__Parser__Expat_SetEndElementHandler':
Expat.c:1615: `XML_Parser' undeclared (first use in this function)
Expat.c:1615: parse error before "parser"
Expat.xs:1529: `cbv' undeclared (first use in this function)
Expat.xs:1529: parse error before ')' token
Expat.c: In function `XS_XML__Parser__Expat_SetCharacterDataHandler':
Expat.c:1636: `XML_Parser' undeclared (first use in this function)
Expat.c:1636: parse error before "parser"
Expat.xs:1540: `XML_CharacterDataHandler' undeclared (first use in this
function)
Expat.xs:1540: parse error before "charhndl"
Expat.xs:1541: `cbv' undeclared (first use in this function)
Expat.xs:1541: parse error before ')' token
Expat.xs:1545: `charhndl' undeclared (first use in this function)
Expat.xs:1547: `parser' undeclared (first use in this function)
Expat.c: In function
`XS_XML__Parser__Expat_SetProcessingInstructionHandler':
Expat.c:1663: `XML_Parser' undeclared (first use in this function)
Expat.c:1663: parse error before "parser"
Expat.xs:1557: `XML_ProcessingInstructionHandler' undeclared (first use
in this function)
Expat.xs:1557: parse error before "prochndl"
Expat.xs:1559: `cbv' undeclared (first use in this function)
Expat.xs:1559: parse error before ')' token
Expat.xs:1563: `prochndl' undeclared (first use in this function)
Expat.xs:1565: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetCommentHandler':
Expat.c:1691: `XML_Parser' undeclared (first use in this function)
Expat.c:1691: parse error before "parser"
Expat.xs:1575: `XML_CommentHandler' undeclared (first use in this
function)
Expat.xs:1575: parse error before "cmnthndl"
Expat.xs:1576: `cbv' undeclared (first use in this function)
Expat.xs:1576: parse error before ')' token
Expat.xs:1580: `cmnthndl' undeclared (first use in this function)
Expat.xs:1582: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetDefaultHandler':
Expat.c:1718: `XML_Parser' undeclared (first use in this function)
Expat.c:1718: parse error before "parser"
Expat.xs:1592: `XML_DefaultHandler' undeclared (first use in this
function)
Expat.xs:1592: parse error before "dflthndl"
Expat.xs:1593: `cbv' undeclared (first use in this function)
Expat.xs:1593: parse error before ')' token
Expat.xs:1597: `dflthndl' undeclared (first use in this function)
Expat.xs:1600: `parser' undeclared (first use in this function)
Expat.c: In function
`XS_XML__Parser__Expat_SetUnparsedEntityDeclHandler':
Expat.c:1749: `XML_Parser' undeclared (first use in this function)
Expat.c:1749: parse error before "parser"
Expat.xs:1613: `XML_UnparsedEntityDeclHandler' undeclared (first use in
this function)
Expat.xs:1613: parse error before "unprsdhndl"
Expat.xs:1615: `cbv' undeclared (first use in this function)
Expat.xs:1615: parse error before ')' token
Expat.xs:1619: `unprsdhndl' undeclared (first use in this function)
Expat.xs:1621: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetNotationDeclHandler':
Expat.c:1777: `XML_Parser' undeclared (first use in this function)
Expat.c:1777: parse error before "parser"
Expat.xs:1631: `XML_NotationDeclHandler' undeclared (first use in this
function)
Expat.xs:1631: parse error before "nothndlr"
Expat.xs:1632: `cbv' undeclared (first use in this function)
Expat.xs:1632: parse error before ')' token
Expat.xs:1636: `nothndlr' undeclared (first use in this function)
Expat.xs:1638: `parser' undeclared (first use in this function)
Expat.c: In function
`XS_XML__Parser__Expat_SetExternalEntityRefHandler':
Expat.c:1804: `XML_Parser' undeclared (first use in this function)
Expat.c:1804: parse error before "parser"
Expat.xs:1648: `XML_ExternalEntityRefHandler' undeclared (first use in
this function)
Expat.xs:1648: parse error before "exthndlr"
Expat.xs:1650: `cbv' undeclared (first use in this function)
Expat.xs:1650: parse error before ')' token
Expat.xs:1654: `exthndlr' undeclared (first use in this function)
Expat.xs:1656: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetExtEntFinishHandler':
Expat.c:1832: `XML_Parser' undeclared (first use in this function)
Expat.c:1832: parse error before "parser"
Expat.xs:1666: `cbv' undeclared (first use in this function)
Expat.xs:1666: parse error before ')' token
Expat.c: In function `XS_XML__Parser__Expat_SetEntityDeclHandler':
Expat.c:1858: `XML_Parser' undeclared (first use in this function)
Expat.c:1858: parse error before "parser"
Expat.xs:1683: `XML_EntityDeclHandler' undeclared (first use in this
function)
Expat.xs:1683: parse error before "enthndlr"
Expat.xs:1685: `cbv' undeclared (first use in this function)
Expat.xs:1685: parse error before ')' token
Expat.xs:1689: `enthndlr' undeclared (first use in this function)
Expat.xs:1691: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetElementDeclHandler':
Expat.c:1886: `XML_Parser' undeclared (first use in this function)
Expat.c:1886: parse error before "parser"
Expat.xs:1701: `XML_ElementDeclHandler' undeclared (first use in this
function)
Expat.xs:1701: parse error before "eldeclhndlr"
Expat.xs:1703: `cbv' undeclared (first use in this function)
Expat.xs:1703: parse error before ')' token
Expat.xs:1707: `eldeclhndlr' undeclared (first use in this function)
Expat.xs:1709: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetAttListDeclHandler':
Expat.c:1914: `XML_Parser' undeclared (first use in this function)
Expat.c:1914: parse error before "parser"
Expat.xs:1719: `XML_AttlistDeclHandler' undeclared (first use in this
function)
Expat.xs:1719: parse error before "attdeclhndlr"
Expat.xs:1721: `cbv' undeclared (first use in this function)
Expat.xs:1721: parse error before ')' token
Expat.xs:1725: `attdeclhndlr' undeclared (first use in this function)
Expat.xs:1727: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetDoctypeHandler':
Expat.c:1942: `XML_Parser' undeclared (first use in this function)
Expat.c:1942: parse error before "parser"
Expat.xs:1737: `XML_StartDoctypeDeclHandler' undeclared (first use in
this function)
Expat.xs:1737: parse error before "dtsthndlr"
Expat.xs:1739: `cbv' undeclared (first use in this function)
Expat.xs:1739: parse error before ')' token
Expat.xs:1744: `dtsthndlr' undeclared (first use in this function)
Expat.xs:1746: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetEndDoctypeHandler':
Expat.c:1971: `XML_Parser' undeclared (first use in this function)
Expat.c:1971: parse error before "parser"
Expat.xs:1756: `XML_EndDoctypeDeclHandler' undeclared (first use in
this function)
Expat.xs:1756: parse error before "dtendhndlr"
Expat.xs:1758: `cbv' undeclared (first use in this function)
Expat.xs:1758: parse error before ')' token
Expat.xs:1762: `dtendhndlr' undeclared (first use in this function)
Expat.xs:1764: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetXMLDeclHandler':
Expat.c:1999: `XML_Parser' undeclared (first use in this function)
Expat.c:1999: parse error before "parser"
Expat.xs:1775: `XML_XmlDeclHandler' undeclared (first use in this
function)
Expat.xs:1775: parse error before "xmldechndlr"
Expat.xs:1777: `cbv' undeclared (first use in this function)
Expat.xs:1777: parse error before ')' token
Expat.xs:1781: `xmldechndlr' undeclared (first use in this function)
Expat.xs:1783: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetBase':
Expat.c:2027: `XML_Parser' undeclared (first use in this function)
Expat.c:2027: parse error before "parser"
Expat.xs:1803: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_GetBase':
Expat.c:2054: `XML_Parser' undeclared (first use in this function)
Expat.c:2054: parse error before "parser"
Expat.xs:1812: `parser' undeclared (first use in this function)
Expat.xs:1812: warning: initialization makes pointer from integer
without a cast
Expat.c: In function `XS_XML__Parser__Expat_PositionContext':
Expat.c:2080: `XML_Parser' undeclared (first use in this function)
Expat.c:2080: parse error before "parser"
Expat.xs:1829: `parser' undeclared (first use in this function)
Expat.xs:1829: warning: initialization makes pointer from integer
without a cast
Expat.c: In function `XS_XML__Parser__Expat_DefaultCurrent':
Expat.c:2194: `XML_Parser' undeclared (first use in this function)
Expat.c:2194: parse error before "parser"
Expat.xs:1920: `cbv' undeclared (first use in this function)
Expat.xs:1920: parse error before ')' token
Expat.xs:1922: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_RecognizedString':
Expat.c:2213: `XML_Parser' undeclared (first use in this function)
Expat.c:2213: parse error before "parser"
Expat.xs:1930: `XML_DefaultHandler' undeclared (first use in this
function)
Expat.xs:1930: parse error before "dflthndl"
Expat.xs:1931: `cbv' undeclared (first use in this function)
Expat.xs:1931: parse error before ')' token
Expat.xs:1934: `dflthndl' undeclared (first use in this function)
Expat.xs:1942: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_GetErrorCode':
Expat.c:2256: `XML_Parser' undeclared (first use in this function)
Expat.c:2256: parse error before "parser"
Expat.c:2260: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_GetCurrentLineNumber':
Expat.c:2273: `XML_Parser' undeclared (first use in this function)
Expat.c:2273: parse error before "parser"
Expat.c:2277: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_GetCurrentColumnNumber':
Expat.c:2290: `XML_Parser' undeclared (first use in this function)
Expat.c:2290: parse error before "parser"
Expat.c:2294: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_GetCurrentByteIndex':
Expat.c:2307: `XML_Parser' undeclared (first use in this function)
Expat.c:2307: parse error before "parser"
Expat.c:2311: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_GetSpecifiedAttributeCount':
Expat.c:2324: `XML_Parser' undeclared (first use in this function)
Expat.c:2324: parse error before "parser"
Expat.c:2328: `parser' undeclared (first use in this function)
Expat.xs: In function `XS_XML__Parser__Expat_ErrorString':
Expat.xs:1983: warning: initialization makes pointer from integer
without a cast
Expat.c: In function `XS_XML__Parser__Expat_OriginalString':
Expat.c:2484: `XML_Parser' undeclared (first use in this function)
Expat.c:2484: parse error before "parser"
Expat.xs:2091: `parser' undeclared (first use in this function)
Expat.xs:2091: warning: initialization makes pointer from integer
without a cast
Expat.c: In function `XS_XML__Parser__Expat_SetStartCdataHandler':
Expat.c:2512: `XML_Parser' undeclared (first use in this function)
Expat.c:2512: parse error before "parser"
Expat.xs:2109: `cbv' undeclared (first use in this function)
Expat.xs:2109: parse error before ')' token
Expat.xs:2110: `XML_StartCdataSectionHandler' undeclared (first use in
this function)
Expat.xs:2115: `scdhndl' undeclared (first use in this function)
Expat.xs:2117: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_SetEndCdataHandler':
Expat.c:2540: `XML_Parser' undeclared (first use in this function)
Expat.c:2540: parse error before "parser"
Expat.xs:2127: `cbv' undeclared (first use in this function)
Expat.xs:2127: parse error before ')' token
Expat.xs:2128: `XML_EndCdataSectionHandler' undeclared (first use in
this function)
Expat.xs:2133: `ecdhndl' undeclared (first use in this function)
Expat.xs:2135: `parser' undeclared (first use in this function)
Expat.c: In function `XS_XML__Parser__Expat_UnsetAllHandlers':
Expat.c:2568: `XML_Parser' undeclared (first use in this function)
Expat.c:2568: parse error before "parser"
Expat.xs:2144: `cbv' undeclared (first use in this function)
Expat.xs:2144: parse error before ')' token
Expat.xs:2149: `XML_StartNamespaceDeclHandler' undeclared (first use in
this function)
Expat.xs:2149: parse error before numeric constant
Expat.xs:2153: `parser' undeclared (first use in this function)
Expat.xs:2154: `XML_StartElementHandler' undeclared (first use in this
function)
Expat.xs:2154: parse error before numeric constant
Expat.xs:2158: `XML_UnknownEncodingHandler' undeclared (first use in
this function)
Expat.xs:2158: parse error before numeric constant
Expat.c: In function `XS_XML__Parser__Expat_ElementIndex':
Expat.c:2600: `XML_Parser' undeclared (first use in this function)
Expat.c:2600: parse error before "parser"
Expat.xs:2167: `cbv' undeclared (first use in this function)
Expat.xs:2167: parse error before ')' token
Expat.c: In function `XS_XML__Parser__Expat_SkipUntil':
Expat.c:2621: `XML_Parser' undeclared (first use in this function)
Expat.c:2621: parse error before "parser"
Expat.xs:2179: `cbv' undeclared (first use in this function)
Expat.xs:2179: parse error before ')' token
Expat.c: In function `XS_XML__Parser__Expat_Do_External_Parse':
Expat.c:2643: `XML_Parser' undeclared (first use in this function)
Expat.c:2643: parse error before "parser"
Expat.xs:2194: `cbv' undeclared (first use in this function)
Expat.xs:2194: parse error before ')' token
Expat.xs:2197: `parser' undeclared (first use in this function)
make[1]: *** [Expat.o] Error 1
make: *** [subdirs] Error 2
/usr/bin/make -- NOT OK
- Re: Installing XML::Parser error - changing libpth? Richard Jolly
- Re: Installing XML::Parser error - changing libpth? Sherm Pendley
- Re: Installing XML::Parser error - changing libpth? Richard Jolly
- Re: Installing XML::Parser error - changing lib... Sherm Pendley
- Re: Installing XML::Parser error - changing... Richard Jolly
- Re: Installing XML::Parser error - cha... Sherm Pendley
- Re: Installing XML::Parser error -... Richard Jolly
