[EMAIL PROTECTED] wrote:
I have successfully built and used Xerces on Linux, Solaris and OSX and
used it to validate documents but when I try the same on HP-UX 11.11, I
get EndOfEntityExceptions when calling the parser's loadGrammar method
to load xml.xsd
That's normal processing, and the exception should be caught inside the library. Can you be more specific about what you mean by "I get EndOfEntityExceptions?" Can you run the sample command line applications?


I have gcc 4.2.2 and I am using the following runConfigure line:

./runConfigure -d -p hp-11 -n socket  -t native -x g++ -c gcc -P
/home/martin/agent/release

Having built Xerces, I cannot build Xalan on HP-UX because of the same
error message.
It's probably because Xalan-C's error message system uses Xerces-C to generate messages during the build process. I'm curious as to why exceptions aren't working.

Dave

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

Reply via email to