I'm new in this foruma nd trying to compile xml-xalan c++ on Ubuntu 9.04 ; I've installed gcc 4.4.2; I get no errors when launching 'make', but I've got the following error when launching 'make tests'
1 2 3 4 5 6 7
/home/edoardo/Librerie/xml-xalan/c/Tests/Conf/conf.cpp: In function ‘int main(int, char**)’:
/home/edoardo/Librerie/xml-xalan/c/Tests/Conf/conf.cpp:507: error: no matching function for call to ‘xercesc_3_0::XMLPlatformUtils::Initialize(constchar [], int, int, xalanc_1_10::XalanDiagnosticMemoryManager*, bool)’
/home/edoardo/Librerie/xerces-c-3.0.1/src/xercesc/util/PlatformUtils.hpp:173: note: candidates are: staticvoid xercesc_3_0::XMLPlatformUtils::Initialize(constchar*, constchar*, xercesc_3_0::PanicHandler*, xercesc_3_0::MemoryManager*)
/home/edoardo/Librerie/xerces-c-3.0.1/src/xercesc/util/PlatformUtils.hpp:227: note: staticvoid xercesc_3_0::XMLPlatformUtils::Initialize(XMLSize_t, XMLSize_t, XMLSize_t, constchar*, constchar*, xercesc_3_0::PanicHandler*, xercesc_3_0::MemoryManager*)
make[1]: *** [../obj/conf.o] Errore 1
make[1]: uscita dalla directory «/home/edoardo/Librerie/xml-xalan/c/Tests»
make: *** [tests] Errore 2