[ghemical-devel] FW: Reg. build_amino routine

Tommi Hassinen Tommi.Hassinen at uku.fi
Wed Nov 19 02:09:53 EST 2008


just forgot to send this to the list... Tommi
________________________________________
From: Tommi Hassinen
Sent: Wednesday, November 19, 2008 9:04 AM
To: Shameer Khadar
Subject: RE: [ghemical-devel] Reg. build_amino routine

From: Shameer Khadar [skhadar at gmail.com]
Sent: Tuesday, November 18, 2008 7:33 PM
To: Tommi Hassinen
Cc: ghemical-devel at bioinformatics.org
Subject: Re: [ghemical-devel] Reg. build_amino routine

I set path of header files in both example2.cpp and example.h files. I have replaced # include 'libconfig' line with this
#include "/home/shameer/software/libghemical-2.98/src/libghemicalconfig.h" - is this alright ? or is there any other libconfig file available with in the libghemical ?

But when I try to compile the code in my machine using g++.
I am getting couple of errors. I am pasting the errors for your reference


Hello,
the old "libconfig.h" header file is now replaced by "libghemicalconfig2.h"
as it is now fixed in the subversion repository.

Further, you have to link your program with libghemical, so compiling
simply

g++ example2.cpp

does not work ; you will need at least

g++ example2.cpp -lghemical

There is a Makefile in src/simple_test so you could try commands

make

to compile all examples and

make clean

to delete all intermediate object + other files (or to clean up after a compilation).

Regards,
Tommi



More information about the ghemical-devel mailing list