> ...and if he changes > > GtkWidget *popup_menu_object; > > to > > extern GtkWidget *popup_menu_object; > > in "gtk/menu.h", and put > > GtkWidget *popup_menu_object; > > into "gtk/main.c", do the warnings go away? I checked said changes in, except that I put the definition into "gtk/menu.c" rather than "gtk/main.c", as "popup_menu_object" "belongs" to "gtk/menu.c" rather than "gtk/main.c". I suspect that will eliminate the warnings.
Powered by MHonArc 2.6.10