You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by Justin Kirby <ju...@openaether.org> on 2002/08/25 05:51:03 UTC

getting Xalan-C 1.3 to work with Xerces-C 1.7

I grabbed the Xalan-C src from cvs via: 
cvs co -r Xalan-C_1_3_0 xml-xalan

And Xerces-C src from cvs via:
cvs co -r Xerces-C_1_7_0 xml-xerces

This is on RH7.2 running gcc 3.0.3

Ran into several problems. 
1. DOM_Node::supports is called serveral times, which doesn't exist. I
replaced with DOM_Node::isSupported.
2. -instances=static is not a valid g++ arg. just removed that in
Makefile.in
3. Removed the -O in CXXFLAGS in the Makefile

The patch include 1 & 2 however, since Makefile is not in cvs. I am not
familiar enough with autotools to figure out how to detect gcc versions
and set the CXXFLAG accordingly. 

patch was generated via:
cvs diff -u > filename 
in the src dir

-- 
JID: Zion@openaether.org

      ,/^^^^\,
     /       \\.
   /|
  /|  /''\___/
        /''\__/  |/
     /''\__/    |/
      \\      ./
       `\..../

http://www.openaether.org