Hi,
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.
Now Some tests work but
I'm worried about the amount of failure in the tests.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/DOMCount.t 1 256 2 1 50.00% 2
t/DOMCreate.t 1 256 2 1 50.00% 2
t/DOMDocument.t 255 65280 35125 3512 99.99% 6-35125
t/DOMNodeIterator.t 2 512 5 2 40.00% 3 5
t/DOMPrint.t 1 256 2 1 50.00% 2
t/DOMTreeWalker.t 2 512 5 2 40.00% 3 5
t/EntityResolver.t 255 65280 9 3 33.33% 5 8-9
t/LocalFileInputSource.t 1 256 7 1 14.29% 3
t/Schema.t 1 256 3 1 33.33% 2
t/StdInInputSource.t 255 65280 3 1 33.33% 3
t/URLInputSource.t 0 10 8 1 12.50% 8
t/XMLException.t 1 256 2 1 50.00% 2
13 subtests skipped.
Failed 12/35 test scripts, 65.71% okay. 35135/35355 subtests failed,
0.62% okay.
make: *** [test_dynamic] Error 2
My config :
MacOSX 10.2.2
GCC 3.1
Perl 5.8.0
Xerces-C++ 2.1.0
XML-Xerces 2.0.0-3
Rija M�nag�
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Try to Install XML-Xerces 2.0.0-3 on MacOSX 10.2 (Jag... Rija MENAGE
- Re: Try to Install XML-Xerces 2.0.0-3 on MacOSX 10.2... Jason E. Stewart
