Re: [Rdkit-discuss] unable to build from source with cmake

2020-05-14 Thread balducci
hi there > Also, does adding -DBoost_NO_BOOST_CMAKE=ON help or change things? ah-ah! that makes the errors go away (I would have never been able to sort this out by myself!) and now the build is running nicely with -lboost_system -lboost_iostreams -lboost_regex links properly spelled. So, if I

Re: [Rdkit-discuss] unable to build from source with cmake

2020-05-14 Thread Paolo Tosco
Hi Gabriele, add -DBoost_DEBUG=ON to your cmake command to have more information regarding the failure. Also, does adding -DBoost_NO_BOOST_CMAKE=ON help or change things? Cheers, p. On 14/05/2020 13:45, baldu...@units.it wrote: hello I'm clearly missing something here, but not being able

[Rdkit-discuss] unable to build from source with cmake

2020-05-14 Thread balducci
hello I'm clearly missing something here, but not being able to clarify things. After 2019_09_1b1 I'm not able to build rdkit via cmake from source any longer Even following the plain instructions in Install.md : RDBASE=./rdkit cd $RDBASE mkdir build cd build cmake .. make doesn't work. At