Hello all,
I am trying to build Xalan-C 1.1 on Tru64 Unix v5.0a. I have made the
changes mentioned in previous emails on the subject but am still coming up
with a compiler error. If any of you have any ideas on a fix, I would
greatly appreciate it.
cxx -g -DTRU64 -D__alpha__ -ptr
/home/whitcomb/xerces-c-src1_5_1/.cxx_repository -I/data/xalan/xml-xalan/c/c
Includes -ieee -pthread -D__USE_STD_IOSTREAM -c -I. -I/home/whitcomb/xerces
-c-src1_5_1/src/ -I/home/whitcomb/xerces-c-src1_5_1/include/ -o
/data/xalan/xml-xalan/c/obj/ExtensionFunctionHandler.o
XSLT/ExtensionFunctionHandler.cpp
cxx: Error: XSLT/ExtensionFunctionHandler.cpp, line 156: no operator "!="
matches these operands
operand types are: std::set<XalanDOMString,
std::less<XalanDOMString>,
std::allocator<XalanDOMString>>::iterator !=
std::set<XalanDOMString, std::less<XalanDOMString>,
std::allocator<XalanDOMString>>::const_iterator
return m_functions.find(function) != m_functions.end();
------------------------------------------^
cxx: Info: 1 error detected in the compilation of
"XSLT/ExtensionFunctionHandler.cpp".
Thanks,
Kari Whitcomb