<div dir="ltr">Hi Clam-devel,<br><br>I have detected a problem compiling the tests in CLAM. The problem is when you execute scons in clam/CLAM/test. The first error is:<br><br>Tests/include -IUnitTests/include UnitTests/XMLAdaptersTests/XercesDomWriterTest.cxx<br>
UnitTests/XMLAdaptersTests/XercesDomWriterTest.cxx: In member function 'virtual void CLAM::Test::XercesDomWriterTest::setUp()':<br>UnitTests/XMLAdaptersTests/XercesDomWriterTest.cxx:49: error: 'X' was not declared in this scope<br>
<br>I have solved the problem. Change the SConstruct in the following way:<br><br>write this two lines inside "blacklist = ["<br>os.path.join('XMLAdaptersTests','XercesDomWriterTest.cxx'),<br>os.path.join('XMLAdaptersTests','XercesDomReadingContextTest.cxx'),<br>
<br>Thanks.<br clear="all"><br>-- <br>Ferran Orriols
</div>