Re: [Open Babel] Errors with compiling open babel

2017-06-06 Thread Fredrik Wallner
Hi, Your folder name suggests that you are trying to install version 2.3.1 which is rather old. Try the newest release instead (2.4.1). Kind regards, Fredrik On 6 juni 2017 18:03 +0200, Nelly Lian , wrote: > Hello open babel team, > This is what appeared after I entered cmake ../openbabel-2.3.1

[Open Babel] Errors with compiling open babel

2017-06-06 Thread Nelly Lian
Hello open babel team,This is what appeared after I entered cmake ../openbabel-2.3.1 2>&1 | tee cmake.out on the Mac terminal. I used ../openbabel-2.3.1 instead of ob-src because that is what the source folder is named.-- Performing Test SCANDIR_NEEDS_CONST - Failed-- Could NOT find Eigen2 (missing

Re: [Open Babel] Errors with compiling open babel

2017-06-06 Thread Nelly Lian
P.S. I have also installed eigen3 via homebrew and http://eigen.tuxfamily.org . > On Jun 2, 2017, at 4:32 PM, Nelly Lian wrote: > > Hello open babel team, > This is what appeared after I entered cmake ../openbabel-2.3.1 2>&1 | tee > cmake.out on the Mac terminal. I