Some problems

Hi,

I just checked out the current sources from the repository. There is
a syntax error in today’s last commit (r1524). On line 96 of
trunk/libavogadro/src/primitiveitemmodel.cpp there is an
illegal ‘void’ before the destructor of PrimitiveItemModel. After
removing it, avogadro compiles OK.

However, on running:
export LD_LIBRARY_PATH=LD_LIBRARY_PATH:/usr/local/lib /usr/local/bin/avogadro @
I get the following error:
/usr/local/bin/avogadro: symbol lookup
error: /usr/local/lib/libavogadro.so.0: undefined symbol:
_ZN9OpenBabel5OBMol12AddHydrogensEbb

I built openbabel also from today’s trunk - any hint if this is some
mistake of mine or not?

Cheers,
Karol


written by Karol Langner
Thu Jun 19 19:51:26 CEST 2008

On Thu, Jun 19, 2008 at 7:51 PM, Karol M. Langner karol.langner@gmail.com
wrote:

Hi,

I just checked out the current sources from the repository. There is
a syntax error in today’s last commit (r1524). On line 96 of
trunk/libavogadro/src/primitiveitemmodel.cpp there is an
illegal ‘void’ before the destructor of PrimitiveItemModel. After
removing it, avogadro compiles OK.

However, on running:
export LD_LIBRARY_PATH=LD_LIBRARY_PATH:/usr/local/lib /usr/local/bin/avogadro @
I get the following error:
/usr/local/bin/avogadro: symbol lookup
error: /usr/local/lib/libavogadro.so.0: undefined symbol:
_ZN9OpenBabel5OBMol12AddHydrogensEbb

I built openbabel also from today’s trunk - any hint if this is some
mistake of mine or not?

Cheers,
Karol

Nevermind this second point - I forgot to do ‘make install’ after compiling
:slight_smile: Avogadro runs fine…

  • Karol