want to build XML::Xerces by using g++3.4 as the c++ compiler for building Xerces-C(++) library from source.
I downloaded Xerces-C-2.6.0 (the current version) and build it successfully using g++3.4. And then I downloaded the current/latest version of XML-Xerces-Perl (2.5.0) to try to make the perl version by building it using the Xerces-C -2.6.0 library , get the error -------------- You are attempt to build XML::Xerces-2.5.0-0 using Xerces-C-2.6.0, this will most likely fail, so I am aborting. You must use Xerces-C-2.5.0 ------------ So I downloaded Xerces-C-2.5.0 and tried to build it using the compiler g++3.4. The building process was full of problems. After searching, I found that Xerces-C-2.5.0 does not build with g++3.4 version. Is it possible at all to make XML-Xerces-Perl (2.5.0) with Xerces-C-2.6.0 ? I really would like to install the XML::Xerces Module without having to find a way to install an older version of the c++ compiler. I will appreciate any help or hint about this issue. regards, Sai T --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
