Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.4.0
-
None
-
Operating System: Linux
Platform: PC
-
25412
Description
Building Xerces-C++ on Linux (with Bash as the shell) seems to fail
whether ./configure or ./runConfigure are used.
Specifically, the build fails at AbstractDOMParser.hpp with a failure to find
any of the include files, such as xercesc/dom/impl/*.
Looking at the log, it appears that the mkdir creates /include/xerces/* instead
of $XERCESROOT/src/xercesc/include/xerces/* so BINTARGETDIR is not being
expanded or created, properly.