You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Giorgio Sidari <gi...@supelec.fr> on 2002/02/08 13:09:49 UTC

running DOM level 2 tests

Hi,
We had some problems while trying to run tests implemented in Xerces c++
(xerces-c-src1_6_0/tests/IDom/IDOMtest).
We are working on Linux, Mandrake 8.0.
We set the XERCESCROOT as full path to xerces-c-src1_6_0 and the
LIBRARY_PATH as .../xerces-c-src1_6_0/include
We run the file tests/runConfigure and then we try to run the makefile in
IDOMtests : a lot of errors appear as follows :
..../xerces-c-src1_6_0/lib/libxerces-c1_6_0.so: undefined reference to
`XMLURL::buildFullText(void)'

Anyone can help or give us a relevant WWW address where the different steps
are explained in detail?
Thanks in advance.
Giorgio Sidari and  Claire Nivet





---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: running DOM level 2 tests

Posted by Tinny Ng <tn...@ca.ibm.com>.
Giorgio Sidari wrote:

> ...
> We set the XERCESCROOT as full path to xerces-c-src1_6_0 and the
> LIBRARY_PATH as .../xerces-c-src1_6_0/include

The LD_LIBRARY_PATH should point to where the Xerces-C++ library
(libxerces-c1_6_0.so ) resides.   Either build it using the source package (do
runConfigure and then gmake in xerces-c-src1_6_0/src, the libxerces-c1_6_0.so
will then be generated in xerces-c-src1_6_0/lib), or grep our binaries
distribution and use the library distributed there (e.g.
xerces-c-1_6_0-linux/lib/libxerces-c1_6_0.so )

Tinny



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org