|
From: dave.nunn <dav...@gm...> - 2011-04-13 23:16:31
|
Downgraded from eigen3 to eigen2, and used: cmake ../openbabel-2.3.0b2 -DPYTHON_BINDINGS=ON -DPERL_BINDINGS=ON -DJAVA_BINDINGS=ON -DEIGEN2_INCLUDE_DIR=/usr/local/include/eigen2 make now proceeds fine, but make test shows a few worrisome errors: 44 - smartsparse_Test (Failed) 53 - pybindtest__pybel (Failed) 1 - align_Test (Timeout) 9 - sdfcansmi_Test (Failed) >From perl, tried use Chemistry::OpenBabel; but no go. Soo: cd $OB_SOURCE/scripts/perl perl Makefile.PL make Angry error stream: using the cmake strategy of separate source directory and build directory, babelconfig.h is in the build directory, not here in source. Soo: cp $OB_BUILD/include/openbabel/babelconfig.h $OB_SRC/include/openbabel/ cd $OB_SOURCE/scripts/perl perl Makefile.PL make Which compiles with just two warnings from ld. Running make test at this point suggests failure, but if you sudo make install anyway, she works from within perl!! Life is good. Hope these steps help someone else, even if it's just me when installing on the next box :-) -- View this message in context: http://forums.openbabel.org/Mac-OSX-10-6-6-compile-problems-tp3448049p3448442.html Sent from the General discussion mailing list archive at Nabble.com. |