"Tim Harsch" <[EMAIL PROTECTED]> writes:

> I am trying to install XML::Xerces for Perl and I am getting the
> following error, which I don't comprehend.  Any help would be great.

> [123] humpty:/home/harsch/temp/XML-Xerces-1.4.1> perl Makefile.PL
> Using XERCES_LIB = /home/harsch/temp/XML-Xerces-1.4.1/lib
> Using XERCES_INCLUDE = /home/harsch/temp/XML-Xerces-1.4.1/include
> sh: swig: not found
> Using SWIG version: SWIG__
> Using Xerces-C version: 1.4
> Checking if your kit is complete...
> Looks good
> Note (probably harmless): No library found for -lxerces-c1_4

This is not (as the message says) harmless. It indicates that the
*required* library libxerces-c1_4 is not in your library path. You
have to resolve this before it will work.

> cc -c -I. -IHandler -I/home/harsch/temp/XML-Xerces-1.4.1/include
> -D_REENTRANT -DDEBIAN -DHAS_BOOL -DSWIG__ -O -DVERSION=\"1.4.1\"
> -DXS_VERSION=\"1.4.1\" -KPIC -I/usr/local/perl5.005/lib/CORE
> Handler/PerlContentCallbackHandler.cpp cc: No input file specified,
> no output generated
> *** Error code 1
> make: Fatal error: Command failed for target `Handler/PerlContentCallbackHandler.o'

This is a more serious error. I don't understand it at all. Try
copying the file name (Handler/PerlContentCallbackHandler.cpp)
immediately after the -c and running the command again. 

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to