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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
