You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Axel Weiß <aw...@informatik.hu-berlin.de> on 2005/06/12 19:06:05 UTC

How can I configure XercesParserLiaison not to use deprecated dom?

Hi,

I'm trying to compile Xalan (latest sources) over xerces-3.0-unstable, 
without luck so far. The current missing point is that 
XercesParserLiaison wants to use deprecated dom, which isn't available 
any more. Can anybody give me a useful hint how to continue?

System is SuSE-Linux-9.3:

$~/Xalan/xml-xalan/c> export XERCESCROOT=/usr/local
$~/Xalan/xml-xalan/c> export XALANCROOT=`pwd`
$~/Xalan/xml-xalan/c> ./runConfigure -p linux -x g++ -c gcc -z 
-Dstricmp="strcasecmp" -l -lpthread
[...]
$~/Xalan/xml-xalan/c> make
[...]
g++ -Dstricmp=strcasecmp -O2 -DNDEBUG     -fno-elide-constructors -Wall 
-fPIC -DLINUX -D_REENTRANT -DXALAN_INMEM_MSG_LOADER -c 
-I/home/axel/Xalan/xml-xalan/c/src 
-I/home/axel/Xalan/xml-xalan/c/include -I../../nls/include 
-I/usr/local/src/ -I/usr/local/include/xercesc -I/usr/local/include/  
-o ../../obj/FormatterToXercesDOM.o /home/axel/Xalan/xml-xalan/c/src/xalanc/XercesParserLiaison/FormatterToXercesDOM.cpp
In file included 
from /home/axel/Xalan/xml-xalan/c/src/xalanc/XercesParserLiaison/FormatterToXercesDOM.cpp:53:
/home/axel/Xalan/xml-xalan/c/src/xalanc/XercesParserLiaison/XercesDOMException.hpp:26:55: 
xercesc/dom/deprecated/DOM_DOMException.hpp: Datei oder Verzeichnis 
nicht gefunden
make[1]: *** [../../obj/FormatterToXercesDOM.o] Fehler 1
make[1]: Leaving directory `/home/axel/Xalan/xml-xalan/c/src/xalanc'
make: *** [all] Fehler 2

Cheers,
			Axel

-- 
Humboldt-Universität zu Berlin
Institut für Informatik
Signalverarbeitung und Mustererkennung
Dipl.-Inf. Axel Weiß
Rudower Chaussee 25
12489 Berlin-Adlershof
+49-30-2093-3050
** www.freesp.de **

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


Re: How can I configure XercesParserLiaison not to use deprecated dom?

Posted by da...@us.ibm.com.
> Hi,
> 
> I'm trying to compile Xalan (latest sources) over xerces-3.0-unstable, 
> without luck so far. The current missing point is that 
> XercesParserLiaison wants to use deprecated dom, which isn't available 
> any more. Can anybody give me a useful hint how to continue?

It looks like we missed a spot when we did the changes for the deprecated 
DOM.  I've attached a patch to your bug report that should fix the 
problem.

Thanks!

Dave

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