Re: [gtkmm] compilation problem with glade-2.
- From: Silviu D Minut <minutsil cse msu edu>
- To: <gtkmm-list gnome org>
- Cc: Christof Petig <christof petig-baender de>
- Subject: Re: [gtkmm] compilation problem with glade-2.
- Date: Sat, 11 Oct 2003 10:18:00 -0400 (EDT)
For what it's worth, I figured out what the problem was.
When starting a project wich builds on top of an old one, BOTH files
MyProj.glade and MyProj.gladep must be copied to a new directory, as
MyNewProj.glade and MyNewProj.gladep, respectively.
The reason is that upon creation from scratch of a new glade-2 project
(such as MyProj.glade), a pop-up dialog asks the user to choose either
GTK+ or GNOME. Selecting GTK+ puts the line
<gnome_support>FALSE</gnome_support>
in the .gladep file.
Things are different if we run
glade-2 MyNewProj.glade
in the absence of the appropriate MyNewProj.gladep. Glade-2 will create a
MyNewProj.gladep, in which the name, program name and language options can
be set from the "Options" button, but the gnome_support line is missing
alltogether.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]