XML-Simple - Re: Errors with make test

Posted on Wed Dec 14 01:31:22 2005 by robertb in response to 1475 (See the whole thread of 8)
Re: Errors with make test
Thanks for quick response!

However...
Tried cpan XML::SAX::Expat
That says: Warning: prerequisite XML::Parser 2.27 not found so I let it try to install XML::Parser ...

I get:
: : make[1]: Entering directory `/root/.cpan/build/XML-Parser-2.34/Expat' cp Expat.pm ../blib/lib/XML/Parser/Expat.pm /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -noprototypes -typemap /usr/lib/perl5/5.8.5/ExtU +tils/typemap -typemap typemap Expat.xs > Expat.xsc && mv Expat.xsc Expat.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_ +LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -m32 -march=i386 -mtune=p +entium4 -DVERSION=\"2.34\" -DXS_VERSION=\"2.34\" -fPIC "-I/usr/lib/perl5/5.8.5/i386-linux-thread +-multi/CORE" Expat.c Expat.xs:12:19: expat.h: No such file or directory Expat.xs:60: error: syntax error before "XML_Parser" Expat.xs:60: warning: no semicolon at end of struct or union Expat.xs:78: error: syntax error before ':' token : :
The same happens if I just try: cpan XML::Parser

Should I uninstall XML::SAX first (although this does not look like the cause of this error to me).
Direct Responses: 1477 | Write a response