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=15637>. 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=15637 Xalan 1.4 doesn't build on HP/UX 11.00 with aCC when using -AA flag Summary: Xalan 1.4 doesn't build on HP/UX 11.00 with aCC when using -AA flag Product: XalanC Version: 1.4.x Platform: HP OS/Version: HP-UX Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Xalan 1.4 fails while building PlatformSupport/AttributeListImpl.cpp with an error about 'for_each' not being defined for this class in Include/STLHelper.hpp. It turns out that the compiler seems to have a bug with the scope of the 'using std::for_each;' statement just prior to its use. The workaround I found is to move the scope of that statement up one level. Platform: HP/UX 11.00 Compiler: aCC: HP ANSI C++ B3910B A.03.31 Compiler flags: -AA Note that we require the use of -AA, as the library we're linking xalan to requires the new C++ features.
