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:
Hi TJ,
Hrm, that's ugly. Just to confirm: Are you building the master branch from
github?
It looks like there's no fundamental problem with master; at least the
travis builds pass: https://travis-ci.org/rdkit/rdkit
To help track this down, can you please send the results of doing:
VERBOSE=1 make
Thanks for the quick reply, Greg. I just did a git pull and it merged in
lots of files.
I may try a clone to a "fresh" folder and see how that goes.
Anyway, here's the output from VERBOSE=1 make FilterCatalog
tj@vmmint:~/RDKit/rdkit/build$ VERBOSE=1 make FilterCatalog
/usr/bin/cmake -H/home/tj/R
FYI I cloned https://github.com/rdkit/rdkit.git
and get the same error
TJ
On Sun, Mar 18, 2018 at 7:31 PM, TJ O'Donnell wrote:
> Thanks for the quick reply, Greg. I just did a git pull and it merged in
> lots of files.
> I may try a clone to a "fresh" folder and see how that goes.
> Anyway, h