GNOME Bugzilla – Bug 332326
gtkaboutdialog.c: gtk_main_do_event is undefined
Last modified: 2006-02-24 00:40:06 UTC
Please describe the problem: gtk_main_do_event is used without prototype declaration. gtkmain.h should be included in gtkaboutdialog.c. Steps to reproduce: 1. compile gtkaboutdialog.c Actual results: following message is displayed. (Visual C++ 6.0) gtkaboutdialog.c(739) : error C4013: 'gtk_main_do_event' undefined; assuming extern returning int Expected results: Add '#include "gtkmain.h"' Does this happen every time? every time Other information: