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 101926 - glibmm/dispatcher.cc requires fcntl.h under mingw32
glibmm/dispatcher.cc requires fcntl.h under mingw32
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.2
Other Windows
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2002-12-24 23:36 UTC by Naofumi Yasufuku
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtkmm2-glibmm-dispatcher-win32.patch (1.10 KB, patch)
2002-12-24 23:37 UTC, Naofumi Yasufuku
none Details | Review

Description Naofumi Yasufuku 2002-12-24 23:36:55 UTC
Under mingw32, macro definitions in fcntl.h are required by pipe()
call in glib/glibmm/dispatcher.cc.
Comment 1 Naofumi Yasufuku 2002-12-24 23:37:29 UTC
Created attachment 13201 [details] [review]
gtkmm2-glibmm-dispatcher-win32.patch
Comment 2 Daniel Elstner 2002-12-25 18:51:23 UTC
Thanks, applied.