Hi Dr.Guilherme,
Adding the --with-gtk-3 option does not work although I have libgtk-3
installed along with its dev package. On the other hand, I was able to
compile and run the GUI program after installing libgtk2.0-dev and
libgtksourceview2.0. Everything looks OK now. Thanks very much for
your help.
Sincerely
Talha
On Wed, Jul 25, 2012 at 11:58 AM, Hélio Guilherme
<helioxentric(a)gmail.com> wrote:
Hi Talha,
You did not build the GUI program, only gretlcli. It is missing the
GTK libraries:
checking for GTK... no
GTK 2 >= 2.14.0 not found
You may have to add the option --with-gtk-3 (check with ./configure --help).
It would not harm if you remove the option --without-gnome.
In the end you should have:
Build with GTK version: 2.14
Good luck,
Hélio
_______________________________________________
Gretl-devel mailing list
Gretl-devel(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-devel
--
“An expert is a person who has made all the mistakes that can be made
in a very narrow field.” - Niels Bohr (1885-1962)
--