Hi Mark,
The Xalan-C_1_5-linux7.2Proton.tar was built with the Intel C++ compiler version 7.0 .. not the gcc compiler.
You might want to rebuild Xalan with g++ 2.96 on your own. If you still run into problems during/after you've rebuilt Xalan, feel free to post again.
Cheers,
June Ng
XSLT Development
IBM Toronto Lab
Phone: 905-413-3422 T/L: 969-3422
Email: [EMAIL PROTECTED]
Monday, December 08, 2003 8:15 PM
To: "Xalan Users (E-mail)" <[email protected]>
cc:
From: "Mark Helzer" <[EMAIL PROTECTED]>
Subject: stupid newbie question
The Xalan-C_1_5-linux7.2Proton.tar was built with the Intel C++ compiler version 7.0 .. not the gcc compiler.
You might want to rebuild Xalan with g++ 2.96 on your own. If you still run into problems during/after you've rebuilt Xalan, feel free to post again.
Cheers,
June Ng
XSLT Development
IBM Toronto Lab
Phone: 905-413-3422 T/L: 969-3422
Email: [EMAIL PROTECTED]
Monday, December 08, 2003 8:15 PM
To: "Xalan Users (E-mail)" <[email protected]>
cc:
From: "Mark Helzer" <[EMAIL PROTECTED]>
Subject: stupid newbie question
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?
