[ http://issues.apache.org/jira/browse/XERCESC-1413?page=comments#action_63808 ] cargilld commented on XERCESC-1413: -----------------------------------
Hi Kai, xlC V5 and below are out of support (as is AIX 4.3.3). I suspect the problem you are encountering is a compiler limitiation. Can you upgrade to xlC V6 or V7? David > Build fails on PowerPC IBM AIX 4.3.3.0 > -------------------------------------- > > Key: XERCESC-1413 > URL: http://issues.apache.org/jira/browse/XERCESC-1413 > Project: Xerces-C++ > Type: Bug > Components: Utilities > Versions: 2.6.0 > Environment: PowerPC IBM AIX 4.3.3.0, > Reporter: Kai Hackemesser > > This is the output from 'make' I got: > xlC_r -qnotempinc -D_THREAD_SAFE -qnamemangling=ansi -c > -I/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include -w -O2 > -DPROJ_XMLPARSER -DPROJ_XMLUTIL -DPROJ_PARSERS -DPROJ_SAX4C -DPROJ_SAX2 > -DPROJ_DOM -DPROJ_DEPRECATED_DOM -DPROJ_VALIDATORS > -DXML_USE_NATIVE_TRANSCODER -DXML_USE_INMEM_MESSAGELOADER -DXML_USE_PTHREADS > -DXML_USE_NETACCESSOR_SOCKET -o > /home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/obj/AIX/Base64.o Base64.cpp > "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/XMemory.hpp", > line 98.10: 1540-141: (S) Argument 2 for "operator delete" must be of type > "unsigned long". > "/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/include/xercesc/util/Janitor.hpp", > line 146.17: 1540-090: (S) Syntax error - expected "<" and found "&". > make[1]: *** [Base64.o] Error 1 > make[1]: Leaving directory > `/home/edm/mpadm22/xerces-c-src_2_6_0/src/xercesc/util' > make: *** [Util] Error 2 > How to solve? > Regards, > Kai -- 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
