Hi,

installed the binary-package Xalan-C_1_8_0-aix_510-xlc_60_040127 on an Aix 5.1. I'm able to execute the Test-Binaries for example the ExternalFunction, they do what they should. But compiling them, I get hundereds of compiler error messages of the type:
...
/usr/include/xalanc/XalanDOM/XalanDOMString.hpp:1038: error: declaration of C
function `const xalanc_1_8::CharVectorType
xalanc_1_8::TranscodeToLocalCodePage(const xalanc_1_8::XalanDOMString&)'
conflicts with
/usr/include/xalanc/XalanDOM/XalanDOMString.hpp:1022: error: previous
declaration `bool xalanc_1_8::TranscodeToLocalCodePage(const
xalanc_1_8::XalanDOMString&, xalanc_1_8::CharVectorType&, bool)' here
/usr/include/xalanc/XalanDOM/XalanDOMString.hpp: In function `const
xalanc_1_8::CharVectorType xalanc_1_8::TranscodeToLocalCodePage(const
XalanDOMChar*)':
...

I've set the LIBPATH and I created links from /usr/include/xalanc and /usr/include/xercesc to the original directories. I used GNU's make tool and I used g++ (I started to try with xlC_r). What misses?

Tank you for your help,

Tobias
--

Reply via email to