Hope to move up to 1.6 soon. My problem was laziness, I simply overlaid 1.5 on previous release under xml-xalan.
I wiped the slate clean and was successful. Your third statement tipped me off. thankyou. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 5:52 PM To: [email protected] Subject: Re: stupid newbie question Hi Mark, First, if possible, I suggest you move up to the latest version of Xalan, which is 1.6. Second, that version of gcc is broken, and you should upgrade your compiler. More information is available here: http://gcc.gnu.org/gcc-2.96.html Third, I'm a bit confused, because those source files are not part of Xalan-C 1.5. Are you sure you're building Xalan-C 1.5? Perhaps the XALANCROOT environment variable is set incorrectly? Hope that helps... Dave "Mark Helzer" <[EMAIL PROTECTED] To: "Xalan Users (E-mail)" <[email protected]> .com> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: stupid newbie question 12/08/2003 05:14 PM 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?
