Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2 Final
-
None
-
None
-
RedHat Linux 9
Description
It is not possible to build Axis C++ 1.2 with expat parser only, without Xerces. Compilation fails because macros XMLCALL is undefined in src/xml/expat/XMLParserExpat.h.
Addition of a single line:
#define XMLCALL
somewhere near the start of the file (for example, after #include lines) fixes the issue. I'm not sure that this is the best solution though, it is more like a quick & dirty hack.