On Tuesday 16 July 2002 11:59, [EMAIL PROTECTED] wrote:
> Linux 2.4.7-10.
>
> Downloaded Xalan-C_1_3-linux.tar.gz; tar'd it to the disk; removed "
> -instances=static" from Makefile.in; and started
> following the Xalan-C++ Release Notes. Well into the build, I got the
> following error:
>
> XercesParserLiaison/XercesAttrBridge.cpp: In method `bool
> XercesAttrBridge::supports (const
> XalanDOMString &, const XalanDOMString &) const':
> XercesParserLiaison/XercesAttrBridge.cpp:271: no matching function for call
> to `DOM_Attr::supports
> (const DOMString, const DOMString) const'
>
> Thought I'd ask if anyone's has already seen (and fixed) this before I
> start digging around in the code.
>
> Any help, suggestions, solutions, etc. appreciated.
The problem is that you are trying to build Xalan-1.3 with Xerces-1.7 - this
will not work. Either you should change (a bit) your Xalan-1.3 (as I remember
you should replace supports() calls with isSupported() or smth. like this) or
use Xalan from CVS. Or use Xerces-1.6.
Regards, Alexei