Hi Charles, You are mixing different versions.
XML-Xerces-1.7.0-1 will only work with Xerces-C-1.7.0 There is a version of XML-Xerces planned for 2.0, but we hit a dificult to solve bug, and its release has stalled. jas. "Charles Carden" <[EMAIL PROTECTED]> writes: > Sir, > > I have installed xerces-2.0.0 for Solaris 2.7 with GCC 2.95.3 and PERL > 5.6.1 and gmake 3.79.1 > The shell variables are set as follows:- > XERCES_LIB=/usr/local/lib and XERCES_INCLUDE=/usr/local/include > $ perl Makefile.PL > $ make > make[1]: Entering directory `/home/programs/XML-Xerces-1.7.0-1/DOMParse' > > make[1]: Leaving directory `/home/programs/XML-Xerces-1.7.0-1/DOMParse' > /usr/local/gcc/bin/gcc -c -I. -IHandler -I/usr/local/include > -D_REENTRANT -DHAS_BOOL -O -DVERSION=\"1.7.0-1\" > -DXS_VERSION=\"1.7.0-1\" -fPIC > -I/usr/local/perl/lib/5.6.1/sun4-solaris-64int/CORE Xerces.C > Xerces.C:616: xercesc/parsers/IDOMParser.hpp: No such file or directory > Xerces.C:618: xercesc/idom/IDOM.hpp: No such file or directory > In file included from Handler/PerlNodeFilterCallbackHandler.i:1, > from Xerces.C:628: > Handler/PerlNodeFilterCallbackHandler.hpp:5: > xercesc/idom/IDOM_NodeFilter.hpp: No such file or directory > make: *** [Xerces.o] Error 1 > $ > And in the installation of xerces-c2.0.0 has the following:- > $ pwd > /usr/local/include/xercesc > $ ls > dom internal sax util > framework parsers sax2 validators > $ > As you can see there is no directories for idom nor in parser > $ ls -1 > AbstractDOMParser.hpp > DOMBuilderImpl.hpp > SAX2XMLReaderImpl.hpp > SAXParser.hpp > XercesDOMParser.hpp > ----------- > The Makefile.PL does not check for these files. > These required files are not in the distributed tar.gz files for > xerces-c, so > where are these necessary files for idom come from and how to get them? > > > Thank you, > Charles Carden > SBC Communications Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
