View Full Version : Compiling trouble
misterE0
July 9th, 2006, 07:28 PM
Hello all, i'm having a little trouble. Trying to get back into programming after a several year hiatus. Anyway, i've just been using g++ and gedit, but want to check out glade. I installed it and it will build progs, but they won't compile with the autogen.sh script. I figure I must be missing some dependancy, but don't know what. Anyone have any clue? Thanks.
misterE0
July 9th, 2006, 07:43 PM
sorry for not including any errors in the orig post...
i'm getting "No package 'gtkmm-2.0' found"
Max Luebbe
July 10th, 2006, 03:32 AM
You probably never installed libgtkmm (C++ wrappers for gtk)
Open up synaptic and install libgtkmm-2.4-dev
misterE0
July 11th, 2006, 12:18 PM
hrm...it is installed, and i reinstalled it just for grins, same problem. any other ideas?
misterE0
July 11th, 2006, 12:24 PM
It also mentions something about changing the PKG_CONFIG_PATH environment variable, which i have changed to:
PKG_CONFIG_PATH=/usr/lib/gtkmm-2.4
still, no results :(
asimon
July 11th, 2006, 02:32 PM
i'm getting "No package 'gtkmm-2.0' found"
The current version is 2.4 but if you want/need 2.0 then it should be available as "libgtkmm2.0-dev".
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.