On Sun, 14 Sep 2008, geno83 wrote:
Hebert Suarez Cahuana pisze:
> I have problems with install Gretl in my ubuntu 8.04 hardy heron
> I send my results...
try it:
"sudo apt-get install libgtk2.0-dev"
then reconfigure gretl
geno83 is quite right. However, the result Hebert got indicates a
bug in the gretl build process. If the GTK header files are not
available -- as on Hebert's system -- then we're supposed to go
ahead and build the library, and the command-line program
(gretlcli), and those gretl plugins that can be built without GTK.
But this didn't happen.
This bug is now fixed in CVS. That is, it should now be possible
to build (part of) gretl sucessfully without GTK -- but you won't
get a GUI program.
On the other hand, I suspect that almost everyone who builds gretl
wants the GUI (graphical interface) program to be built, and on
Ubuntu that requires just what geno83 said.
Allin Cottrell