Hi, I'm trying to compile xalan on aix but for some reason I get an error, here is the make output...
make -C src/xalanc all make[1]: Entering directory `/home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc' Preparing the directory structure for a build ... mkdir -p ../../obj mkdir -p ../../lib mkdir -p ../../bin make -C Utils prepare make[2]: Entering directory `/home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc/Util s' mkdir -p ../../../nls mkdir -p ../../../nls/include make[2]: Leaving directory `/home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc/Utils ' make -C Utils locale make[2]: Entering directory `/home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc/Util s' ../../../bin/MsgCreator /home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc/NLS/en_US /XalanMsg_en_US.xlf -TYPE INMEM -LOCALE en_US make[2]: *** [../../../nls/include/LocalMsgData.hpp] IOT/Abort trap (core dumped ) make[2]: Leaving directory `/home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc/Utils ' make[1]: *** [locale] Error 2 make[1]: Leaving directory `/home/ftp/pub/sympkcs11/xml-xalan/c/src/xalanc' make: *** [all] Error 2 What is the msgcreator? How can I avoid that problem, I'm using xerces2.6 because I didn't find 2.5 and thought it should work anyway. Thanks alot. Alice.
