You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by Rija MENAGE <ri...@mac.com> on 2002/12/18 14:40:18 UTC

Try to Install XML-Xerces 2.0.0-3 on MacOSX 10.2 (Jaguar)

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: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: Try to Install XML-Xerces 2.0.0-3 on MacOSX 10.2 (Jaguar)

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
"Rija MENAGE" <ri...@mac.com> 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: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org