DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6276>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6276 Process.cpp Compile Error Summary: Process.cpp Compile Error Product: XalanC Version: 1.2.x Platform: HP OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] When I compile Xalan with HP aCC 3.33, I get the following compile error in TestXSLT/process.cpp: Error 187: "TestXSLT/process.cpp", line 1364 # Referenced object 'name' is not a member of class type_info. << typeid(*theInstance).name() ^^^^ This error can be worked around by commenting out: // #define XALAN_RTTI_AVAILABLE in Include/HPUXDefinitions.hpp.
