Hi Dave,
I did that with the following results :
- xerces built Ok
- xalan has the following error (regardless of the added -AA and -ext
options, as I tried it without these flags too) :
aCC -O -DNDEBUG -DXML_BITSTOBUILD_64 +DA2.0W +Z -DHPUX -D_THREAD_SAFE +W8
49 -mt -AA -ext -Wc,-koenig_lookup,on -Wc,-ansi_for_scope,on -DXALAN_INMEM_MSG_L
OADER -c -I/ken/xalan/src -I/ken/xalan/include -I../../nls/include
-I/ken/xerces/src/ -I/ken/xerces/include/xercesc
-I/ken/xerces/include/ -o ../../obj/XalanDOMStringCache.o
/ken/xalan/src/xalanc/PlatformSupport/XalanDOMStringCache.c
pp
Error 20:
"/ken/xalan/src/xalanc/PlatformSup port/ReusableArenaBlock.hpp",
line 31 # '<type name>' expected before '>'.
template<bool> struct CompileTimeError;
^
gmake[1]: *** [../../obj/XalanDOMStringCache.o] Error 2
gmake[1]: Leaving directory `/ken/xalan/src/xalanc'
gmake: *** [all] Error 2
Is there any solution for this error ?
Thanks,
Ken
On 7/14/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > I downloaded the 64 bit versions of xerces and xalan and now I don't
> > get the errors below, but I do get other warnings (I don't know how
> > serious these are, can I run my app without them ?) :
>
> No, you can't.
>
> > Does anyone have a solution of what I can do to get rid of these
> warnings ?
> ...
> > /opt/aCC/bin/aCC -c -w -ext +DA2.0W -AA -mt -g0 +d +Z +p -DHPUX -D_DEBUG
> -I ./i
> > nclude/ -I /opt/aCC/include_std/ -I ../xerces/include/ -I
> > ../xalan/include/ src/main.cpp -o obj/main.o
>
> You're building with the -AA option, while we build without it (-Aa).
> Since the two options are not compatible, you'll have to build Xalan and
> Xerces from the source distributions and add the -AA option.
>
> Dave
>