[ http://issues.apache.org/jira/browse/XALANC-456?page=comments#action_58690 ] David Bertoni commented on XALANC-456: --------------------------------------
I believe this problem has been corrected in the latest CVS sources. You can verify by downloading a nightly snapshot of the CVS repository and trying to build: http://cvs.apache.org/snapshots/xml-xalan/ > Problem bulid XalanC on solaris 64bit > ------------------------------------- > > Key: XALANC-456 > URL: http://issues.apache.org/jira/browse/XALANC-456 > Project: XalanC > Type: Bug > Versions: 1.9 > Environment: solaris 64bit > Reporter: Dori Levy > > Hi, > I am having problem buliding the Xalan on solaris system. > When i run the make i recive this error messages: > -------------------------------------------------------------- > /XalanDefaultDocumentBuilder.o ../../obj/XalanDefaultParsedSource.o > ../../obj/XalanParsedSource.o ../../obj/XalanSourceTreeWrapperParsedSource.o > ../../obj/XalanTransformer.o ../../obj/XalanTransformerOutputStream.o > ../../obj/XalanTransformerProblemListener.o ../../obj/XercesDOMParsedSource.o > ../../obj/XercesDOMWrapperParsedSource.o ../../obj/XalanEXSLTCommon.o > ../../obj/XalanEXSLTDateTime.o ../../obj/XalanEXSLTDynamic.o > ../../obj/XalanEXSLTMath.o ../../obj/XalanEXSLTSet.o > ../../obj/XalanEXSLTString.o ../../obj/XalanFileUtility.o > ../../obj/XalanXMLFileReporter.o -o ../../lib/libxalan-c.so.19.0 > rm -f ../../lib/libxalan-c.so && \ > ln -fs libxalan-c.so.19.0 ../../lib/libxalan-c.so > rm -f ../../lib/libxalan-c.so.19 && \ > ln -fs libxalan-c.so.19.0 ../../lib/libxalan-c.so.19 > CC -O -DNDEBUG -DXML_BITSTOBUILD_64 -xarch=v9 -KPIC -mt -xs > -ptr../../obj -features=rtti -DSOLARIS -D_REENTRANT -I/stlport > -DXALAN_INMEM_MSG_LOADER -c -I/var/tmp/Xalan/xml-xalan/c/src > -I/var/tmp/Xalan/xml-xalan/c/include -I../../nls/include > -I/var/tmp/Xalan/xerces/xerces-c_2_6_0-solaris_28_64-cc_62/src/ > -I/var/tmp/Xalan/xerces/xerces-c_2_6_0-solaris_28_64-cc_62/include/xercesc > -I/var/tmp/Xalan/xerces/xerces-c_2_6_0-solaris_28_64-cc_62/include/ -o > ../../obj/process.o /var/tmp/Xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp > "/var/tmp/Xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp", line 631: > Error: Could not find a match for > xalanc_1_9::FormatterToText::FormatterToText(xercesc_2_6::MemoryManager, > xalanc_1_9::PrintWriter, const xalanc_1_9::XalanDOMString). > "/var/tmp/Xalan/xml-xalan/c/src/xalanc/TestXSLT/process.cpp", line 658: > Error: Could not find a match for > xalanc_1_9::FormatterToHTML::FormatterToHTML(xercesc_2_6::MemoryManager, > xalanc_1_9::PrintWriter, const xalanc_1_9::XalanDOMString, > xalanc_1_9::XalanDOMString, xalanc_1_9::XalanDOMString, > xalanc_1_9::XalanDOMString, bool, int). > 2 Error(s) detected. > make[1]: *** [../../obj/process.o] Error 2 > make[1]: Leaving directory `/var/tmp/Xalan/xml-xalan/c/src/xalanc' > make: *** [all] Error 2 > Thanks, > Dori; -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
