Xalan-C++ 1.1 was built using xlC 3.6.6 (that's explicit in the
documentation), so unless you're using that version of the compiler, it
will be difficult to get it to compile.
The easy solution is to upgrade to Xalan-C++ 1.3, which you should do
anyway, since 1.1 is very old.
We are very close to release version 1.4, so you might also want to wait
until then.
Dave
"Amol Potnis"
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
n> cc: "amol" <[EMAIL PROTECTED]>,
(bcc: David N Bertoni/Cambridge/IBM)
Subject: Building Xalan-C++ 1.1 on AIX
09/12/2002 04:00
AM
Please respond
to xalan-dev
Hi,
I am trying to build Xalan-C++ 1.1 on AIX 4.3.3 ( patch level 10) using
XLC5.0 compiler.
But I am not able to go through.
I am facing number of problems as listed below:
1. AIXDefinitions.hpp file has an include statement as '#include
<stl/_config.h>'
Such file doesn't come with stl libraries and include files those come
along with AIX.
Such file exists in 'STLPort' files. But Documentation clearly says
that 'STLPort' files are to be used for solaris.
=> So I commented this and tried to compile further.
2. Number of templates are getting used in numbers source files of Xalan.
It forced me to add 'using namsapce std' statement in some of the .hpp
files.
It took me a step ahead but still faced other problems in compilation.
As documentation says that Xalan does get built on AIX with XLC, I am
wondering whether I am doing anything wrong at very basic level.
Has anybody else tried to build Xalan on AIX with XLC?
Can I get any helping instructions / steps / useful pointers at any good
reference?
Thanks in advance.
Amol Potnis