PDA

View Full Version : Newbie problem with GTK+ in Anjuta



Mitchell314
October 13th, 2009, 03:59 AM
Hello.

I have recently been trying to learn how to use GTK+ in C. I'm using Anjuta IDE, and when I start up a new project, I get "missing packages: libglade-2.0>=2.6.0". I had another issue before that, but I searched here and google and ran "apt-get install libgtk2.0-dev", which solved the first problem. I can't seem to get past this new issue though.

Thanks.

fct
October 13th, 2009, 09:05 AM
Try with:

apt-get install libglade2-dev

Also learn to love this command:

apt-cache search <query>

where <query> could be "libglade devel"

Mitchell314
October 13th, 2009, 01:37 PM
That worked. Thanks. :)