AIX compilation error
"Horne, Bill" <[email protected]>
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <D168CF48E8D0E54A8558DF92593C48E23DAA73@gbppm201.exgb02.exch.eds.com> |
Hi, Apologies in advance if this is not the appropriate forum .... I hit the following error when attempting to compile xerces-p on AIX 5.2 with VisualAge compiler v5 any ideas? (Ignore the informational message about compiler license - the system simply pauses for an annoyingly long time, then goes ahead and tries to run the compile anyhow - I WILL get a license one day ...) ############################################################################ ################################ acc218:/backup/Xerces/XML/XML-Xerces-2.3.0-4 > perl Makefile.PL Using XERCES_LIB = /backup/Xerces/c/xerces-c_2_3_0-AIX51_6.00/lib Using XERCES_INCLUDE = /backup/Xerces/c/xerces-c_2_3_0-AIX51_6.00/include Using Xerces-C version info from /backup/Xerces/c/xerces-c_2_3_0-AIX51_6.00/incl ude/xercesc/util/XercesVersion.hpp Checking to see if libxerces is in your library path...Success!! Using Xerces-C version: 2.3.0 Processing hints file hints/aix.pl Note (probably harmless): No library found for -lxerces-c Writing Makefile for Handler Writing Makefile for XML::Xerces acc218:/backup/Xerces/XML/XML-Xerces-2.3.0-4 > /usr/local/bin/make /usr/local/bin/make -C Handler static make[1]: Entering directory `/backup/Xerces/XML/XML-Xerces-2.3.0-4/Handler' cc -c -I. -IHandler -I/backup/Xerces/c/xerces-c_2_3_0-AIX51_6.00/include -D_REEN TRANT -O -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -I/usr/opt/perl5/lib/5.6. 0/aix/CORE PerlCallbackHandler.cpp 1540-5215 (I) No licenses available. Contact your program supplier to add additi onal users. Compilation will proceed shortly. "/usr/vacpp/include/stdlib.h", line 123.13: 1540-0040 (S) The text "llabs" is un expected. "undef" may be undeclared or ambiguous. "PerlCallbackHandler.cpp", line 23.18: 1540-1102 (W) "callbackObj" might be used before it is set. make[1]: *** [PerlCallbackHandler.o] Error 1 make[1]: Leaving directory `/backup/Xerces/XML/XML-Xerces-2.3.0-4/Handler' make: *** [blib/arch/auto/Handler/Handler.a] Error 2 acc218:/backup/Xerces/XML/XML-Xerces-2.3.0-4 > ############################################################################ ################################### Bill Horne