Hi,
I'm trying to get xalan 1.5 built on linux, and having compile errors.
I downloaded the Xalan-C_1_5-linux7.2Proton.tar
I am building on a linux 7.1 machine (maybe the first problem)
the kernel is 2.4.12-1
g++ version is 2.96
The first hiccup is compiling DOMSupport/NamespaceResolver.o
I got this to compile by adding XALAN_CPP_NAMESPACE_BEGIN and END
statements to DOMSupport/NSInfo.hpp & .cpp and NamespaceResolver.hpp & .cpp
That got me a little further, I got NamespaceResolver to compile. Now there are other errors.
I'm sure I shouldn't have had to do this, so where did I go wrong?
