When I run make in the xalan directoy, it chugs along compiling stuff for a while, then I get:
make -C Utils locale
make[2]: Nothing to be done for `locale'.
g++ -O -DNDEBUG -fno-elide-constructors -Wall -fno-elide-constructors -DMACOSX -D_REENTRANT -DXALAN_USE_XERCES_LOCAL_CODEPAGE_TRANSCODERS -DXALAN_INMEM_MSG_LOADER -c -I/Users/roy/Dev/XML/xml-xalan/c/src -I/Users/roy/Dev/XML/xml-xalan/c/include -I../../nls/include -I/Users/roy/Dev/XML/xerces-c-src_2_6_0/src/ -I/Users/roy/Dev/XML/xerces-c-src_2_6_0/include/xercesc -I/Users/roy/Dev/XML/xerces-c-src_2_6_0/include/ -o ../../obj/process.o /Users/roy/Dev/XML/xml-xalan/c/src/xalanc/TestXSLT/process.cpp
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/TestXSLT/process.cpp: In function `
xalanc_1_9::FormatterListener* createFormatter(int, bool, bool, bool, bool,
xalanc_1_9::PrintWriter&, int, const xalanc_1_9::XalanDOMString&, const
xalanc_1_9::StylesheetRoot*, xalanc_1_9::XercesParserLiaison&,
xalanc_1_9::XalanSourceTreeParserLiaison&, const
xalanc_1_9::PrefixResolver&, const xalanc_1_9::XalanDocument*&)':
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:631: error: no
matching function for call to `xalanc_1_9::FormatterToText::FormatterToText(
xercesc_2_6::MemoryManager&, xalanc_1_9::PrintWriter&, const
xalanc_1_9::XalanDOMString&)'
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/XMLSupport/ FormatterToText.hpp:224: error: candidates
are: xalanc_1_9::FormatterToText::FormatterToText(const
xalanc_1_9::FormatterToText&)
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/XMLSupport/ FormatterToText.hpp:82: error:
xalanc_1_9::FormatterToText::FormatterToText(xalanc_1_9::Writer&, const
xalanc_1_9::XalanDOMString&, bool = true, bool = true,
xalanc_1_9::MemoryManagerType& =
xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr()())
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/XMLSupport/ FormatterToText.hpp:67: error:
xalanc_1_9::FormatterToText::FormatterToText(xalanc_1_9::Writer&, bool =
true, bool = true, xalanc_1_9::MemoryManagerType& =
xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr()())
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/XMLSupport/ FormatterToText.hpp:54: error:
xalanc_1_9::FormatterToText::FormatterToText(xalanc_1_9:: MemoryManagerType&
= xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr()())
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/TestXSLT/process.cpp:666: error: no
matching function for call to `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&)'
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/XMLSupport/ FormatterToHTML.hpp:51: error: candidates
are: xalanc_1_9::FormatterToHTML::FormatterToHTML(const
xalanc_1_9::FormatterToHTML&)
/Users/roy/Dev/XML/xml-xalan/c/src/xalanc/XMLSupport/ FormatterToHTML.hpp:85: error:
xalanc_1_9::FormatterToHTML::FormatterToHTML(xalanc_1_9::Writer&, const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDummyMemMgr()())), const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDummyMemMgr()())), const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDummyMemMgr()())), const
xalanc_1_9::XalanDOMString& =
XalanDOMString((+xalanc_1_9::XalanMemMgrs::getDummyMemMgr()())), bool =
true, int = eDefaultIndentAmount, bool = true, bool = false,
xalanc_1_9::MemoryManagerType& =
xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr()())
make[1]: *** [../../obj/process.o] Error 1
make[1]: Target `all' not remade because of errors.
make: *** [all] Error 2
Compilation exited abnormally with code 2 at Tue Jan 4 22:06:04
