[1]
The CVS seems to fix my dependency problems (I was using the release
version), however I get errors compiling port:
gcc -o build/cbits/GTK/ToolBar.c.o -c src/cbits/GTK/ToolBar.c [...]
In file included from src/cbits/GTK/ToolBar.c:4:
src/cbits/GTK/gtkdropdowntoolbutton.h:40: error: syntax error before
"GtkToolButton"
src/cbits/GTK/gtkdropdowntoolbutton.h:40: warning: no semicolon at end
of struct or union
src/cbits/GTK/gtkdropdowntoolbutton.h:43: error: syntax error before '}'
token
[...]
The file is
struct _GtkDropDownToolButton
{
GtkToolButton parent; // *** line 40 ***
GtkWidget *menu_item;
};
This happens (I think) because "grep -r GtkToolButton /usr/include" does
not find anything! Someone knows why? I have already succeded in
compiling the release version, so I assume I have all the required
libraries!
[2]
Krasimir, I was about to try to get the ability, in some comfortable way
wich does not break existing code, to create read-only attributes in
the sense of Attr.hs, and see myself what's wrong with that.
May I know what are your opinions about this? I have read your mail in
the GUI list but am unsure if I have understood anything :)
[3]
What about posting events? Have you ever considered the possibility and
discarded it? That would be more elegant than a destroy event and a
destroyWidget function.
bye
Vincenzo
|