Hi everyone!<div><br></div><div>I'm trying to install the CLAM Libraries and I'm having quite some troubles in doing so.</div><div><br></div><div>First, I visited the Source Pages (<a href="http://www.clam-project.org/download/src/">http://www.clam-project.org/download/src/</a>) and there, I downloaded the CLAM.1.4.0.tar.gz file.</div>
<div>Then, I've followed the 2. steps in the INSTALL instructions file inside, starting by changing the directory to CLAM:</div><div><br></div><div>$ scons configure</div><div>$ scons</div><div>$ sudo scons install</div>
<div><br></div><div>However, at the end of each execution of each command, I keep getting the same message:</div><div><br></div><div>############################################</div><div>### CLAM CORE DEPENDENCIES CHECKING  ###</div>
<div>############################################</div><div>Checking for C++ header file xercesc/util/PlatformUtil.hpp... no</div><div>Could not find xerces c headers! Defaulting to the null xml backend</div><div>Check the config.log file for details</div>
<div><br></div><div><br></div><div>Then, when I try running the g++, it always aborts with an error, saying that the .hxx headers couldn't be found. I can change the directory of the includes in the header files, but then, it would be a huge work to do this for all the CLAM header files, and I am sure there's a better way to accomplish this goal. Do I have to copy the /scr/ directory somewhere else or it's any other problem?</div>
<div><br></div><div>Thanks in advance!</div><div><br></div><div>Joćo Barbosa</div>