in reply to Re^2: XML::Parser: error in processing external entity reference at line ...
in thread XML::Parser: error in processing external entity reference at line ...
First of all you might edit your first post and put your error message between c- or code-tags, otherwise that part of your question is hardly readable
To solve your problem you might call 'make -n' which would print all the commands make would execute (at least with most makes, hopefully yours too. Otherwise read the man page). Find the line where libcres.a is built
One reason for the errors could be that expat doesn't know about your platform (HP-UX on Intanium) and has the wrong switches in the Makefile. So compare that line with what your compiler can understand. Try to execute the line on the shell and see if you can bring it to work, maybe by providing more switches
Also check the documentation of expat. Is there any mention of HP-UX?
|
|---|