OK, I downloaded Sablotron from
http://www.gingerall.com/charlie/ga/xml/d_sab.xml?s=org
and tried to install it, using the same instruction Paul gave for installing expat. I got the following error on ./configure:
configure: error: You probably have expat version 1.95.6. Please refer to:
http://sourceforge.net/tracker/ index.php?func=detail&aid=676844&group_id=10127&atid=110127
So, I went to the mentioned bug report.
I edited expat.h by copying the following code from the bug report:
enum XML_Status {
XML_STATUS_ERROR = 0,
#define XML_STATUS_ERROR XML_STATUS_ERROR
XML_STATUS_OK = 1
#define XML_STATUS_OK XML_STATUS_OK
};and pasting it right at the top of expat.h . As i mentioned, I don't know C, and the bug report said to put the code "at the beginning of the expat.h file, before any call to it." So this seemed to be the intelligent thing to do.
I then tried to re-install expat, but when compiling, it gave the following error, and then just stopped:
make: *** [lib/xmlparse.lo] Error 1
I'm guessing that would not be included under the loads of warnings that don't really matter Paul mentioned and I got last time, because it stopped compiling right there.
Errrg. help!
Chad A Gard http://www.percussionadvocates.com/chad
Chad A Gard http://www.percussionadvocates.com/chad
