You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/09/24 21:47:12 UTC

DO NOT REPLY [Bug 12971] New: - Building system I get fatal error on PlatformSupport/ReusableAreaBlock.hpp

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=12971>.
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=12971

Building system I get fatal error on PlatformSupport/ReusableAreaBlock.hpp

           Summary: Building system I get fatal error on
                    PlatformSupport/ReusableAreaBlock.hpp
           Product: XalanC
           Version: 1.4.x
          Platform: Alpha
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XPathC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: jim.poston@us.abb.com


cxx -g    -DXML_BITSTOBUILD_64   -DTRU64 -ptr /usr/local/postonj/xml-
xalan/obj/.cxx_repository -ieee -pthread -std strict_ansi_errors -nocxxstd  -c -
I. -I/usr/local/postonj/xerces-c-src2_1_0/src/ -I/usr/local/postonj/xerces-c-
src2_1_0/include/xercesc -I/usr/local/postonj/xerces-c-src2_1_0/include/  -
o /usr/local/postonj/xml-xalan/obj/XNodeSetAllocator.o 
XPath/XNodeSetAllocator.cpp
cxx: Error: ./PlatformSupport/ReusableArenaBlock.hpp, line 188: identifier
          "m_destroyFunction" is undefined
          detected during:
            instantiation of "void
                      ReusableArenaBlock<ObjectType>::destroyObject(ObjectType
                      *) [with ObjectType=XNodeSetAllocator::nodeset_type]" at
                      line 122 of
                      "./PlatformSupport/ReusableArenaAllocator.hpp"
            instantiation of "bool
                      ReusableArenaAllocator<ObjectType>::destroyObject(ObjectT
                      ype *) [with ObjectType=XNodeSetAllocator::nodeset_type]"
                      at line 110 of "XPath/XNodeSetAllocator.cpp"
                m_destroyFunction(*theObject);
----------------^
cxx: Error: ./PlatformSupport/ReusableArenaBlock.hpp, line 257: identifier
          "getBlockOffset" is undefined
          detected during:
            instantiation of "void
                      ReusableArenaBlock<ObjectType>::addToFreeList(const
                      ObjectType *) [with
                      ObjectType=XNodeSetAllocator::nodeset_type]" at line 190
            instantiation of "void
                      ReusableArenaBlock<ObjectType>::destroyObject(ObjectType
                      *) [with ObjectType=XNodeSetAllocator::nodeset_type]" at
                      line 122 of
                      "./PlatformSupport/ReusableArenaAllocator.hpp"
            instantiation of "bool
                      ReusableArenaAllocator<ObjectType>::destroyObject(ObjectT
                      ype *) [with ObjectType=XNodeSetAllocator::nodeset_type]"
                      at line 110 of "XPath/XNodeSetAllocator.cpp"
                                getBlockOffset(theObject);
--------------------------------^
cxx: Error: ./PlatformSupport/ReusableArenaBlock.hpp, line 275: identifier
          "getBlockOffset" is undefined
          detected during:
            instantiation of "void
                      ReusableArenaBlock<ObjectType>::removeFromFreeList(const
                      ObjectType *) [with
                      ObjectType=XNodeSetAllocator::nodeset_type]" at line 134
            instantiation of "void
                      ReusableArenaBlock<ObjectType>::commitAllocation(ObjectTy
                      pe *) [with ObjectType=XNodeSetAllocator::nodeset_type]" 
                                getBlockOffset(theObject);
--------------------------------^
cxx: Error: ./PlatformSupport/ReusableArenaBlock.hpp, line 240: identifier
          "getBlockOffset" is undefined
          detected during:
            instantiation of "bool
                      ReusableArenaBlock<ObjectType>::isOnFreeList(const
                      ObjectType *) const [with
                      ObjectType=XNodeSetAllocator::nodeset_type]" at line 173
            instantiation of "bool
                      ReusableArenaBlock<ObjectType>::ownsObject(const
                      ObjectType *) const [with
                      ObjectType=XNodeSetAllocator::nodeset_type]" 
                                        getBlockOffset(theObject);
----------------------------------------^
cxx: Info: 4 errors detected in the compilation 
of "XPath/XNodeSetAllocator.cpp".
make: *** [/usr/local/postonj/xml-xalan/obj/XNodeSetAllocator.o] Error 1