I'm trying to build rdkit from the latest git source.
Linux Mint 17

I get this error
[ 57%] Building CXX object
Code/GraphMol/FilterCatalog/CMakeFiles/FilterCatalog.dir/FunctionalGroupHierarchy.cpp.o
Linking CXX shared library ../../../lib/libRDKitFilterCatalog.so
/usr/bin/ld: cannot find -lBoost::serialization
collect2: error: ld returned 1 exit status
make[2]: *** [lib/libRDKitFilterCatalog.so.1.2018.03.1.dev1] Error 1
make[1]: *** [Code/GraphMol/FilterCatalog/CMakeFiles/FilterCatalog.dir/all]
Error 2
make: *** [all] Error 2

but cmake seemed to find this lib OK
cmake .. -DRDK_BUILD_INCHI_SUPPORT=ON
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
....
-- Found Threads: TRUE
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   thread
--   system
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   serialization
== Using strict rotor definition
== Updating Filters.cpp from pains file

Can you help me figure out how to get past this?

Thanks,
TJ
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-devel mailing list
Rdkit-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-devel

Reply via email to