"Rija MENAGE" <[EMAIL PROTECTED]> writes: > Since last weekend I'm trying to build XML-Xerces on MacOSX 10.2.2 > First attempts led to problem of undefined symbols in dyld. After > googling a lot, experimenting wrong ways (SWIG) I finally found it > was related to C++ lib. Adding -lstdc++ in the LIBS by creating > darwin.pl in hints/ addressed the issue.
Could you send me the darwin.pl file? I'll include it in 2.2. > Failed 12/35 test scripts, 65.71% okay. 35135/35355 subtests failed, > 0.62% okay. I helped a few people get it working on OSX, and there were a number of errors, but I never looked at them closely. If you run the individual scripts that fail and send the output it might help. > Xerces-C++ 2.1.0 > XML-Xerces 2.0.0-3 You should always use the same version of Xerces-C and XML-Xerces. Mixing 2.1 with 2.0 is not a good idea. There is a copy of XML-Xerces-2.1 at: http://xml.apache.org/dist/xerces-p/experimental/ It should be just as stable as 2.0. jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
