Re: [glade--]Problem with glade-- and diff
Christof Petig <[email protected]>
| Newsgroups | gmane.comp.gnome.glademm |
|---|---|
| Organization | Adolf Petig GmbH & Co. KG |
| Message-ID | <[email protected]> |
Leslie Polzer schrieb:
> Hi there,
>
> I just tried out glade and glademm; Glade provides a good speed-up in GUI design and it generates C code without problems. But when I want C++ output with glademm, I get (with current diff 2.8.1):
>
> sh: gnome-config: command not found
No problem at all.
> Generating code for gtk 2.1.3 (pkg-config), gtkmm 2.1.0 (pkg-config)
> glade--: unknown Widget type GtkListItem
gtkmm2 and a ListItem do not match well.
> diff: extra operand `./src/Control'
> diff: Try `diff --help' for more information.
> mv: when moving multiple files, last argument must be a directory
> Try `mv --help' for more information.
> diff: extra operand `./src/Control'
> diff: Try `diff --help' for more information.
> mv: when moving multiple files, last argument must be a directory
> Try `mv --help' for more information.
>
> Unfortunately one cannot see how the offending command line looks like. Is this a known problem? Please also note that it doesn't work when I leave out the combo box containing the GtkListItems either.
>
> I am not subscribed to the glademm-list, so please cc me if you can help.
To me this looks like a toplevel widget with a space in it's _name_
(you're the first to try) and a missing quote in glade--'s diff invocation.
Or your program name has a space?
Try replacing the space by _, automake won't like it either. Fixing
glade-- might be a good idea ... but the program wouldn't compile ...
Christof