<div dir="ltr"><div><div><div><br></div>OK, I&#39;ve been working on this one for a while, maybe time I admit I&#39;m in over my head and ask for advice from the group.  (One of the things I like about doing this is it forces me to at least try to organize my thoughts on the issue)<br>
<br></div>We are trying to compile xmlcopyeditor on RHEL 6.3<br></div>It is failing because of <br><div><br># grep error config.log<br>conftest.cpp:56:42: error: xercesc/util/PlatformUtils.hpp: No such file or directory<br>
conftest.cpp:23:42: error: xercesc/util/PlatformUtils.hpp: No such file or directory<br>configure:15239: error: Xerces-C headers not found<br><br></div><div>Xerces C is installed, i&#39;ts just in a custom directory:<br>/gpfs/cots_linux/xerces-c-2.7.0/include/xercesc/util<br>
<br></div><div>the file&#39;s there, it&#39;s not damaged, there&#39;s read access to it:<br>-rwxr-xr-x  1 root root 32803 May 31 15:35 PlatformUtils.hpp<br><br></div><div>I tried altering the system PATH variable so that a simple &#39;which&#39; can find it, and I tried adding XERCESCROOT; neither one of which helped.<br>
<br></div><div>As near as I can figure, conftest.cpp can&#39;t find, or can&#39;t parse the file, but I&#39;m not sure what to do about it:  I think this is the relevant section from my configure file:<br><br># Check xercesc is available<br>
AC_LANG(C++)<br>AC_CHECK_HEADER(xercesc/util/PlatformUtils.hpp, ,<br>        AC_MSG_ERROR([Xerces-C headers not found]))<br><br></div><div>but I haven&#39;t figured out much so far about AC_CHECK_HEADER, beyond that it&#39;s a GCC macro used to check if the locations in #include are correct.   Haven&#39;t found the include statements yet either.<br>
<br></div><div>As always, my thanks for time and input.<br><br>Mike<br></div><div><br></div></div>