Feedback

what's your question? be descriptive.

By: [ Editor ] Asked from Italy

Pharao installation: anyone else installed it?

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


Add comment viewed 250 times Latest activity over 1 year ago

or Cancel

3 answers

  • 0

matteo floris [ Editor ]

I need to open again the question: I tried the installation on a linux machine, but still there are problems.

With Openbabel 2.2.99, the cmake command runs without any error message; then, when I run “make”, I have a lot of warnings such as “warning: extra tokens at end of #endif directive”.
Finally, “[100%] Built target pharao”. Then, “make install” runs without any error or warning.
But, when I run the “pharao” command, I get this message:

> pharao
“pharao: error while loading shared libraries: libopenbabel.so.4: cannot open shared object file: No such file or directory”

NN comments
matteo floris
-

gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu4)

or Cancel