Rackl, Robert G wrote:
Hi,
I am a newbie to xerces. I found that libxerces-c.so.25.0 is installed
on our Linux cluster. I am trying to compile the DOMCount samle program
using the Intel C++ compiler with command icpc. I managed to get around
some initial problems with finding include files. But now I am stuck
with the problem that it can't find
"xercesc/util/Xerces_autoconf_config.hpp". In the distribution that I
downloaded I can find files that are named similarly, such as
"xercesc/util/Xerces_autoconf_config.hpp.in" suggesting that there is a
way of generating the desired include file from one of these somehow.
What's the way out, please?
You are trying to build Xerces-C 3.x samples with Xerces-C 2.5. You
should either download the Xerces-C 2.5 source distribution from the
archives, or build Xerces-C 3.0.1 yourself.
http://archive.apache.org/dist/xml/xerces-c/
Dave