PDA

View Full Version : Problem with glade and glade--



nburns
February 4th, 2005, 05:36 AM
I'm trying to use glade to build a couple of small windows, and I'm getting an error when I try to build the c++ code. The error says something along the lines of "error running glade--"

I installed gtkmm and libglademm. I don't seem to have glade-- installed though. Which package pulls this in?

Any ideas?

az
February 4th, 2005, 12:27 PM
Do you have libglade2-dev? (glade-gnome-2)










Carbs rock!

Roptaty
February 4th, 2005, 03:53 PM
Try installing "glademm".

nburns
February 4th, 2005, 08:05 PM
I installed the following:
glade-common-2
glade-gnome-2
libglade2-0
libglade2-dev
libglademm2.0-1c102
libglademm2.0-dev

nburns
February 4th, 2005, 08:39 PM
Well.. I guess it helps if you actually install glademm and not the lib's for it. I didn't see it in the repositories so it didn't get installed.

After downloading / compiling / installing everything seems to be working.

murrayc
May 15th, 2005, 04:37 PM
> Well.. I guess it helps if you actually install glademm and not the lib's for it.

libglademm has nothing to do with glademm. And generating source code is usually not what you want.