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=9238>. 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=9238 Xalan doesn't build on Solaris 2.8 using SUNWspro 6 update 1 Summary: Xalan doesn't build on Solaris 2.8 using SUNWspro 6 update 1 Product: XalanC Version: 1.3.x Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I got the following errors: --------------------------- ... CC -O -DNDEBUG -KPIC -mt -xs -ptr/apps/apps/CollaborativeDomain/Xalan-C/xml-xala n/obj -features=rtti -DSOLARIS -D_REENTRANT -I/apps/apps/CollaborativeDomain/STL port/STLport-4.5.3/stlport -c -I. -I/apps/apps/CollaborativeDomain/Xalan-C/xerc es-c1_6_0-SolForCC/src/ -I/apps/apps/CollaborativeDomain/Xalan-C/xerces-c1_6_0-S olForCC/include/xercesc -I/apps/apps/CollaborativeDomain/Xalan-C/xerces-c1_6_0-S olForCC/include/ -o /apps/apps/CollaborativeDomain/Xalan-C/xml-xalan/obj/XalanD OMString.o XalanDOM/XalanDOMString.cpp "XalanDOM/XalanDOMString.cpp", line 665: Error: The function "strlen" must have a prototype. "XalanDOM/XalanDOMString.cpp", line 840: Error: wcstombs is not a member of file level. Error: Cannot continue processing because of prior errors. Compilation aborted. make: *** [/apps/apps/CollaborativeDomain/Xalan-C/xml-xalan/obj/XalanDOMString.o ] Error 1 If i compiled without STLport i got tons of Warnings: ... CC -O -DNDEBUG -KPIC -mt -xs -ptr/apps/apps/CollaborativeDomain/Xalan-C/xml- xalan/obj -features=rtti -DSOLARIS -D_REENTRANT -c -I. - I/apps/apps/CollaborativeDomain/Xalan-C/xerces-c1_6_0-SolForCC/src/ - I/apps/apps/CollaborativeDomain/Xalan-C/xerces-c1_6_0-SolForCC/include/xercesc - I/apps/apps/CollaborativeDomain/Xalan-C/xerces-c1_6_0-SolForCC/include/ - o /apps/apps/CollaborativeDomain/Xalan-C/xml-xalan/obj/FunctionBoolean.o XPath/FunctionBoolean.cpp "XPath/FunctionBoolean.hpp", line 113: Warning: FunctionBoolean::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const std::vector<XObjectPtr, std::allocator<XObjectPtr>>&, const Locator*) const. "XPath/FunctionBoolean.hpp", line 113: Warning: FunctionBoolean::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const XObjectPtr, const XObjectPtr, const XObjectPtr, const Locator*) const. "XPath/FunctionBoolean.hpp", line 113: Warning: FunctionBoolean::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const XObjectPtr, const XObjectPtr, const Locator*) const. "XPath/FunctionBoolean.hpp", line 113: Warning: FunctionBoolean::execute hides the virtual function Function::execute(XPathExecutionContext&, XalanNode*, const Locator*) const. 4 Warning(s) detected. ... Notes: I was able to build it using g++ but failed to plug mod_xslt.so (ApacheModuleXSLT sample) to Apache. Please advice. Thanks
