Barton Landrum wrote: > No I don't. I am new to GTK packages. How would I install them from the > repo? > > On Wed, Jun 30, 2010 at 9:33 PM, David Christopher Chipman < > dchipman@xxxxxxxx> wrote: > > >> Barton Landrum wrote: >> >>> I enter: >>> >>> [root@blandrum linux-2.6.34]# make gconfig >>> >>> and I get the following: >>> >>> * >>> * Unable to find the GTK+ installation. Please make sure that >>> * the GTK+ 2.0 development package is correctly installed... >>> * You need gtk+-2.0, glib-2.0 and libglade-2.0. >>> * >>> make[1]: *** No rule to make target `scripts/kconfig/.tmp_gtkcheck', >>> >> needed >> >>> by `scripts/kconfig/gconf.o'. Stop. >>> make: *** [gconfig] Error 2 >>> >>> [root@blandrum linux-2.6.34]# >>> >>> Thanks in advance >>> >>> biggerb >>> >>> >>> >> Hi there, >> >> Do you have the GTK+ development packages installed? Sounds like you >> don't. If not, please install them from the default repo and ou should >> be good to go. Later, >> >> -David >> -- >> users mailing list >> users@xxxxxxxxxxxxxxxxxxxxxxx >> To unsubscribe or change subscription options: >> https://admin.fedoraproject.org/mailman/listinfo/users >> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines >> >> > > Hi there again, Run the folling from the command line: su -c 'yum install gtk2-devel libglade2-evel' Enter the root password, when prompted, and things should be all set. This should bring in glib2-devel, as well. Good luck! -David PS: Depending on what else you may have misising (for software development), there may be other packages pulled in as well -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines