DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26361>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26361 Cannot build using Xerces 2.3 Summary: Cannot build using Xerces 2.3 Product: Xerces-C++ Version: 2.3.0 Platform: HP OS/Version: Other Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Trying to build XALAN 1.6 on HP 11.0 with aCC version A.03.33 Posted here, because failure is in the Xerces code. Build includes xercesc/util/RefVectorOf.c, and produces a problem. This is what's happening: /opt/aCC/bin/aCC -c +Z -DHPUX -D_THREAD_SAFE +p -mt -Aa -v -g -DHPUX - DUNIX -DARGC_ARGV +DAportable +Z -I/coolsrc/src/include - I/coolsrc/src/srvrsrc -I/coolsrc/src/../xalan/1.6/c/src/xalanc/.. - I/coolsrc/src/../xerces/2.3/include/../src - I/coolsrc/src/../xerces/2.3/include/../src/xercesc /coolsrc/src/../xalan/1.6/c/s rc/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.cpp Error 641: "/coolsrc/src/../xerces/2.3/include/../src/xercesc/util/RefVectorOf.c", line 139 # Undeclared variable 'fMemoryManager'. A variable with the same name exists in a template base class, but is not visible according to the Standard lookup rules (See [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by writing 'this->fMemoryManager'. fMemoryManager->deallocate(this->fElemList);//delete [] this->fE ^^^^^^^^^^^^^^ removing XalanSourceTreeParserLiaison.o *** Error exit code 2 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]