You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2004/01/22 22:05:53 UTC

DO NOT REPLY [Bug 26361] New: - Cannot build using Xerces 2.3

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: xerces-c-dev@xml.apache.org
        ReportedBy: abeylin@axsone.com


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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org