|
From: dave.nunn <dav...@gm...> - 2011-04-13 19:37:33
|
I'm trying to build openbabel 2.3, with bindings for the scripting languages: % cmake ../openbabel-2.3.0b2 -DPYTHON_BINDINGS=ON -DPERL_BINDINGS=ON -DJAVA_BINDINGS=ON -DEIGEN2_INCLUDE_DIR=../eigen-eigen-65ee2328342f % make ... [ 20%] Building CXX object src/CMakeFiles/openbabel.dir/math/align.o /Users/woot/Downloads/openbabel-2.3.0b2/src/math/align.cpp: In member function 'void OpenBabel::OBAlign::SimpleAlign(Eigen::MatrixXd&)': /Users/woot/Downloads/openbabel-2.3.0b2/src/math/align.cpp:129: error: 'SVD' is not a member of 'Eigen' /Users/woot/Downloads/openbabel-2.3.0b2/src/math/align.cpp:129: error: expected primary-expression before '>' token /Users/woot/Downloads/openbabel-2.3.0b2/src/math/align.cpp:129: error: 'svd' was not declared in this scope /Users/woot/Downloads/openbabel-2.3.0b2/src/math/align.cpp:144: error: 'class Eigen::MatrixXd' has no member named 'cwise' make[2]: *** [src/CMakeFiles/openbabel.dir/math/align.o] Error 1 make[1]: *** [src/CMakeFiles/openbabel.dir/all] Error 2 make: *** [all] Error 2 So some kind of unhappiness in align.cpp ? If anyone has any experience, your help would be appreciated. I *can* get babel itself working, but have yet to find an approach where the perl bindings will work. -DSN -- View this message in context: http://forums.openbabel.org/Mac-OSX-10-6-6-compile-problems-tp3448049p3448049.html Sent from the General discussion mailing list archive at Nabble.com. |