Sai Tong <[EMAIL PROTECTED]> writes: > 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
This is because the Xerces-C API changes with every version. So most often you cannot link an older version of XML-Xerces with a newer version of Xerces-C - sometimes it will work, but very rarely. > 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. Well, you can simply comment out the line in the Makefile.PL that checks the versions and try the compile. My guess is that it will fail badly, but you can try. The other option is to either help me find funding so that I can work on XML-Xerces more often (and make a real 2.6 release), or to find other developers who can assist in the Xerces development. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
