Yesterday Silicos released the source code of the tool Pharao.
I’m trying to install it on my Mac (macosx 10.5.8).
But I have some problems.
The installaton requires Openbabel.
Openbabel is correctly installed: /usr/local/bin/babel, /usr/local/include/openbabel-2.0.
Has anyone else tried the installation on macosx?
ps: the error message is the following:
pharao-3.0.0/src/hAccFuncCalc.cpp: In function ‘std::list<OpenBabel::OBAtom, std::allocator<OpenBabel::OBAtom> > _hAccGetNeighbors(OpenBabel::OBAtom)’:
pharao-3.0.0/src/hAccFuncCalc.cpp:149: error: no match for ‘operator==’ in ‘ aa == a’
/usr/local/include/openbabel-2.0/openbabel/bitvec.h:236: note: candidates are: bool OpenBabel::operator==(const OpenBabel::OBBitVec&, const OpenBabel::OBBitVec&)
make[2]: [CMakeFiles/pharao.dir/src/hAccFuncCalc.cpp.o] Error 1
make[1]: [CMakeFiles/pharao.dir/all] Error 2
make: *** [all] Error 2