PDA

View Full Version : Glade-2 troubles



spacemonkey
August 31st, 2005, 02:10 AM
I recently installed Glade-2, and it will not generate the C++ code for me.

Here is the error message I get:


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 can find the file glade-2, but I can't find glade--. According to synaptic, glade-- wasn't installed with the package. Any ideas?

Shen
September 1st, 2005, 07:41 PM
Glade can compile C by itself, but it needs either gtkmm or glade-- to compile C++, neither of which is installed along with glade-2.

http://home.wtal.de/petig/Gtk/ is where you need to go.

spacemonkey
September 1st, 2005, 11:14 PM
excellent, thanks for the help!