Hi RDKitters, When building 2012_09_1 on an i386 Ubuntu 10.04 machine I get this error:
[ 40%] Building CXX object Code/GraphMol/CMakeFiles/graphmolIterTest.dir/itertest.cpp.o Linking CXX executable graphmolIterTest ../../lib/libSmilesParse.so.1.2012.09.1: undefined reference to `boost::thread_resource_error::thread_resource_error()' ../../lib/libSmilesParse.so.1.2012.09.1: undefined reference to `typeinfo for boost::thread_resource_error' ../../lib/libSmilesParse.so.1.2012.09.1: undefined reference to `boost::thread_resource_error::~thread_resource_error()' collect2: ld returned 1 exit status make[2]: *** [Code/GraphMol/graphmolIterTest] Error 1 make[1]: *** [Code/GraphMol/CMakeFiles/graphmolIterTest.dir/all] Error 2 make: *** [all] Error 2 On the very same machine 2012_06_1 builds without a hitch. I have tried installing libboost-thread-dev but it makes no difference (I did recreate the "build" directory and re-run "cmake .." after installing libboost-thread-dev, just in case). I considered whether the boost version, which is 1.40.0, is too old - but I didn't see anything in the RDKit INSTALL file that hints that the boost version requirements should have changed from 2012_06_1 to 2012_09_1 (or did I miss it ?). boost::thread_resource_error has anyway been in boost since 1.34 as far as I can tell: http://www.boost.org/doc/libs/1_34_0/doc/html/boost/thread_resource_error.html So... hints ? I can get by fine with 2012_06_1 for now, so it is not urgent. Cheers -- Jan Holst Jensen ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

