Hi all, im trying to get xerces-p working on RedHat 7.2 to no avail..

I compiled Xerces-C 1.5.2 from source. 
XERCESCROOT=/usr/src/xerces-c-src1_5_2

Im using 1.5.7. 

When I try to make this I get:

[root@adsl-linux XML-Xerces-1.5.7]# perl Makefile.PL 
Using XERCES_LIB = /usr/src/xerces-c-src1_5_2/lib
Using XERCES_INCLUDE = /usr/src/xerces-c-src1_5_2/include
Checking to see if libxerces is in your library path...Checking if your kit is 
complete...
Looks good
Processing hints file hints/linux.pl
Warning: Guessing NAME [XML-Xerces] from current directory name.
Writing Makefile for XML::Xerces::DOMParse
Writing Makefile for Handler
Success!!
Using Xerces-C version: 1.5.2
Checking if your kit is complete...
Looks good
Processing hints file hints/linux.pl
Writing Makefile for XML::Xerces::DOMParse
Writing Makefile for XML::Xerces


Then I try and make this..

[root@adsl-linux XML-Xerces-1.5.7]# make
cp Xerces.pm blib/lib/XML/Xerces.pm
cp DOMParse/DOMParse.pm blib/lib/XML/Xerces/DOMParse.pm
make -C Handler static
make[1]: Entering directory `/usr/src/XML-Xerces-1.5.7/Handler'
gcc -c -I. -IHandler -I/usr/src/xerces-c-src1_5_2/include -fno-strict-aliasing -O2 
-march=i386 -mcpu=i686   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC 
-I/usr/lib/perl5/5.6.1/i386-linux/CORE  PerlContentCallbackHandler.cpp
gcc -c -I. -IHandler -I/usr/src/xerces-c-src1_5_2/include -fno-strict-aliasing -O2 
-march=i386 -mcpu=i686   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC 
-I/usr/lib/perl5/5.6.1/i386-linux/CORE  PerlDocumentCallbackHandler.cpp
gcc -c -I. -IHandler -I/usr/src/xerces-c-src1_5_2/include -fno-strict-aliasing -O2 
-march=i386 -mcpu=i686   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC 
-I/usr/lib/perl5/5.6.1/i386-linux/CORE  PerlErrorCallbackHandler.cpp
gcc -c -I. -IHandler -I/usr/src/xerces-c-src1_5_2/include -fno-strict-aliasing -O2 
-march=i386 -mcpu=i686   -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -fPIC 
-I/usr/lib/perl5/5.6.1/i386-linux/CORE  PerlExceptionHandler.cpp
rm -rf ../blib/arch/auto/Handler/Handler.a
/usr/bin/ar cr ../blib/arch/auto/Handler/Handler.a PerlContentCallbackHandler.o 
PerlDocumentCallbackHandler.o PerlErrorCallbackHandler.o PerlExceptionHandler.o && : 
../blib/arch/auto/Handler/Handler.a
chmod 755 ../blib/arch/auto/Handler/Handler.a
make[1]: Leaving directory `/usr/src/XML-Xerces-1.5.7/Handler'
make[1]: Entering directory `/usr/src/XML-Xerces-1.5.7/DOMParse'
Skip ../blib/lib/XML/Xerces/DOMParse.pm (unchanged)
Manifying ../blib/man3/XML::Xerces::DOMParse.3pm
make[1]: Leaving directory `/usr/src/XML-Xerces-1.5.7/DOMParse'
gcc -c -I. -IHandler -I/usr/src/xerces-c-src1_5_2/include -D_REENTRANT -DDEBIAN -O2 
-march=i386 -mcpu=i686   -DVERSION=\"1.5.7\" -DXS_VERSION=\"1.5.7\" -fPIC 
-I/usr/lib/perl5/5.6.1/i386-linux/CORE  Xerces.C
Xerces.C: In function `void _wrap_XMLPlatformUtils_registerLazyData (CV 
*)':
Xerces.C:1413: no method `XMLPlatformUtils::registerLazyData'
Xerces.C: In function `void _wrap_XMLPlatformUtils_cleanupLazyData (CV 
*)':
Xerces.C:1438: no method `XMLPlatformUtils::cleanupLazyData'
make: *** [Xerces.o] Error 1


What am I forgetting?

Regards,

Cor Bosman

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to