I'm trying to install xerces-c source library in my ubuntu 12.04. runConfigure command ran successfully but I'm getting following errors while using make command. make -s -C parsers (CP) /include/xercesc/parsers (C++) AbstractDOMParser.o AbstractDOMParser.cpp:44:44: fatal error: xercesc/dom/impl/DOMAttrImpl.hpp: No such file or directory compilation terminated. make[1]: *** [AbstractDOMParser.o] Error 1 make: *** [Parsers] Error 2 root@ubuntu:/home/urvik/simulators/xerces-c-src_2_8_0/src/xercesc#
This shows there is some problem with parsers. I replaced original AbstractDOMParser.cpp and DOMAttrImpl.hpp files with the latest available versions. Still the problem persists. Any solution?