On Wed, 7 Feb 2007, Sven Schreiber wrote:
Ignacio Diaz-Emparanza schrieb:
> I tried to install gretl from CVS but in running "make" I am obtaining an
> error. It seems that the file glib.h cannot be found. I have this file
> in /usr/include/glib-2.0/
I'm also on kubuntu edgy, and I have another glib.h (much bigger) in
/usr/include/glib-1.2/glib.h. Don't know if that's relevant, though.
Ooh, no, glib-1.2/glib.h is from the old version of glib and gretl
can't use it. The one under glib-2.0 is right.
Ignacio, here are a couple of things to check.
* After doing ./configure, take a look in lib/Makefile and
see what is recorded there (not far from the top) as the value
of GLIB_CFLAGS .
* Check the response to the command
pkg-config --cflags glib-2.0
Allin.