Details
Description
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.