After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332326 - gtkaboutdialog.c: gtk_main_do_event is undefined
gtkaboutdialog.c: gtk_main_do_event is undefined
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.8.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-02-23 13:37 UTC by Kazuki Iwamoto
Modified: 2006-02-24 00:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2006-02-23 13:37:11 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: