PDA

View Full Version : Glade2 c++ / gtkmm problems


Luggy
September 5th, 2005, 02:17 PM
I've been getting this problem when I try and get glade2 to generate the files for my GUI in c++.

Error running glade-- to generate the C++ source code.
Check that you have glade-- installed and that it is in your PATH.
Then try running 'glade-- <project_file.glade>' in a terminal.

I've searched through many threads and i've installed:

libglade2-dev
glade-common-2
glade-gnome-2
libglade2-0
libglade2-dev
libglademm2.4-1
libglademm2.4-dev


but it still gives me the error.
Someone in another thread was mentioning installing glademm but I couldn't find it in the responsitories.

Any suggestions?

tehwa
September 6th, 2005, 01:30 AM
If you haven't already found the solution, It might be libgtkmm.

Luggy
September 6th, 2005, 01:54 AM
If you haven't already found the solution, It might be libgtkmm.

Hmm I tried that and it still didn't work.

tehwa
September 6th, 2005, 02:30 AM
Actually, don't listen to me, I'm having the same library problems, see here:

http://ubuntuforums.org/showthread.php?t=62622

It's like God doesn't want me to compile anything. Perhaps he's got a point.

Does your Glade setup work with C source as opposed to C++?

Luggy
September 6th, 2005, 03:17 AM
Does your Glade setup work with C source as opposed to C++?

Everything works fine for me when I try and generate my files in C.

Shen
September 8th, 2005, 12:43 PM
Everything works fine for me when I try and generate my files in C.
Try this thread: http://www.ubuntuforums.org/showthread.php?t=61221