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 "M. Lavasani" <me...@connectinternetsolutions.com> on 2002/08/14 10:55:34 UTC

Xalan-1.3 compilation problem

Hi

I am trying to compile Xalan-1.3 on HPUX version 11.00 and 11.20 (Aka IA64).

I am using gcc-3.1 and xerces_c-2.0.0. I got the error blow. Has anyone got

any idea how to fix it please?


Thank

				__Mehdi

g++ -fPIC -O -DNDEBUG   -D_HPUX_SOURCE -D__BIG_ENDIAN__  -D_REENTRANT -Wno-deprecated -DHPUX -D_THREAD_SAFE  -c -I.  -I/usr/local/include/xercesc  -o /net/ia64/lavasani/xml-xalan/obj/XercesAttrBridge.o XercesParserLiaison/XercesAttrBridge.cpp
XercesParserLiaison/XercesAttrBridge.cpp: In member function `virtual bool 
   XercesAttrBridge::supports(const XalanDOMString&, const XalanDOMString&) 
   const':
XercesParserLiaison/XercesAttrBridge.cpp:272: no matching function for call to 
   `DOM_Attr::supports(const DOMString, const DOMString) const'
gmake[1]: *** [/net/ia64/lavasani/xml-xalan/obj/XercesAttrBridge.o] Error 1
gmake[1]: Leaving directory `/net/ia64/lavasani/xml-xalan/c/src'
gmake: *** [all] Error 2