Re: [glade--]How do I use glademm 1.1.1b with glade-2 (glade 1.1.1)?
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Tapan S. Parikh schrieb:
> What is the mode of usage?
>
> I have compiled glademm which has resulted in a 13 MB (!!) glade--.C
> file.
A strip should reduce the size of the binary to about 3MB. Not that
uncommon for complex C++ programs.
> The users guide says one should change the output language to C++ from
> the Project Options page in glade. While this option seems present in
> glade, it doesnt seem to be there in glade-2. How do I build gtkmm
> 1.3 code from glade-2 files?
>
> Please cc me personally as I am not subscribed to this list.
Since I can not yet make full use of glade-2 (due to complex custom
widgets which I'm still porting), I can only answer from memory.
Unless Damon activates C++ support again (if you ask me it was a mistake
to disable it in the first place given the timeframe of glade releases),
you need to manually insert
<language>C++</language>
into the .gladep file.
Christof