LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Glade 1.1.3 cannot create C++ code... (https://www.linuxquestions.org/questions/programming-9/glade-1-1-3-cannot-create-c-code-47327/)

Gveto 02-26-2003 09:01 PM

Glade 1.1.3 cannot create C++ code...
 
I am trying to learn to use Glade to program Gnome / GTK+ applications, but I am having trouble generating the source code for the GUI's I build. When I try to generate the code, I get:

Code:

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.

How can I fix this problem? I am confident that I have the needed libraries, but what will I need, and how do I check if I've got them?
Thanks for the help.
Gveto

nikanth 08-30-2005 05:44 AM

Read Carefully
 
The problem is we have to install an additional package called "Glade--" to generate C++ code
Though you have glade, you don't have glade-- installed

The problem was that we dont find the name glade-- different from glade. Just adding two hyphens(minus minus) is not so catchy :-)

nikanth 08-30-2005 05:46 AM

only C
 
without glade-- you can generate only c code but to generate c++ code you need glade--

kjordan 08-30-2005 07:49 AM

You can find the C++ bindings you need here: ftp://ftp.gnome.org/pub/gnome/bindin...3/sources/c++/


All times are GMT -5. The time now is 06:23 AM.