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 2003/11/14 11:38:00 UTC

DO NOT REPLY [Bug 24706] New: - fMemoryManager not defined under Intel compiler (icc)

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

fMemoryManager not defined under Intel compiler (icc)

           Summary: fMemoryManager not defined under Intel compiler (icc)
           Product: Xerces-C++
           Version: 2.3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Utilities
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: eric.poinsignon@cern.ch


Hello,
I compiled xercesc 2.3.0 on linux RH73 with the Intel compiler icc 7.1.006.
http://spi.cern.ch/extsoft/icc.html
There is no error message at compilation.
But when using fMemoryManager, it is not defined.
In the file include/xercesc/util/RefVectorOf.c, line 139 :
fMemoryManager->deallocate(this->fElemList);//delete [] this->fElemList;
is changed to:
this->fMemoryManager->deallocate(this->fElemList);//delete [] this->fElemList;
and it works.

This problem does not appear with gcc 3.2.
Can you please tell me what you think?

Regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org