"Tim Harsch" <[EMAIL PROTECTED]> writes:
> Thanks Mike. I had tried a few variations of this myself and finally
> started fresh. I set my LD_LIBRARY_PATH to include the 1.5 version, edited
> Makefile.PL set to 1.5 and that did it. Er, uh at least it solved the first
> problem.
Yes that was the correct solution. $XERCES_MAJOR_VERSION sets the
version number for the xerces-c library. I should document that in the
README.
> However, I still have the:
> cc: No input file specified, no output generated
> problem. I tried searching Google for that message and came up with a few
> news post from people having experienced it with other projects but never
> did I find one where there was a reply with a solution.
I think that something is suspicious:
> [140] mrna:/home/harsch/temp/XML-Xerces-1.4.1> cc -c
> Handler/PerlContentCallbackHandler.cpp -I. -IHandler -D_REENTRANT -DDEBIAN -
> DHAS_BOOL -DSWIG__ -O -DVERSION=\"1.5.1\" -DXS_VERSION=\"1.5.1\" -KPIC
> -I/usr/local/perl5.005/lib/CORE
> cc: No input file specified, no output generated
The file shouldn't be Handler/PerlContentCallbackHandler.cpp, it
should just be PerlContentCallbackHandler.cpp and the command should
be run inside the Handler/ directory. the 'No input file specified'
error seems to be what happens if a file doesn't exist.
Try running the command from inside of Handler (and removing the
leading 'Handler/' from the path). Also see if the file exists.
jas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]