"Wyss, Daniel" <[EMAIL PROTECTED]> writes: > I managed to have an other try for Xerces-P 1.5.7 > > The workaround for the cc Compiler not being able to compile a .cpp file is > still necessary. > (Create a executable shell script named cc calling CC and passing all > Parameters to CC )
you can avoid this by using: make CC=CC which sets the CC environment variable (which holds the name the c compiler executable) to point to your C++ compiler. > cc -c -I. -IHandler -I/apl/gnu/sol58/xerces-cc/1.5.1/include/xercesc > -D_REENTRANT -DHAS_BOOL -O -DVERSION=\"1.5.7\" -DXS_Version=\"1.5.7\" -KPIC > -I/apl/gnu/sol58/cpan_perl_cc/5.6.1/lib/5.6.1/sun4-solaris/CORE Xerces.C > "Xerces.C", line 498: Error: Could not open include file "util/XMLUri.hpp". Sigh.... This was discussed on the list briefly. Sorry you got bit by it. The Xerces-C API changes to often and without notice. XML-Xerces-1.5.7 will only compile with one of the nightly builds of Xerces-C. If you wait a day or two, I am just ready to release a new version of XML::Xerces that will compile with 1.5.2, and I will be much more careful about recording what the version dependencies are. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
