Hi,

I am trying to build xerces-c using an g++ compiler specifically developed
for a manycore system. So after configure xerces to be compiled against this
g++ compiler, it returns:

Compiling xercesc/util/MutexManagers/PosixMutexMgr.cpp
Compiling xercesc/util/FileManagers/PosixFileMgr.cpp
xercesc/util/FileManagers/PosixFileMgr.cpp: In member function ‘virtual
XMLCh* xercesc_3_1::PosixFileMgr::getFullPath(const XMLCh*,
xercesc_3_1::MemoryManager*)’:
xercesc/util/FileManagers/PosixFileMgr.cpp:192:34: error: ‘realpath’ was not
declared in this scope
make[4]: *** [xercesc/util/FileManagers/PosixFileMgr.lo] Error 1

Could you tell me how to fix this issue?

Regards.


Reply via email to