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 665286 - gwget git master fails to build with glib 2.31
gwget git master fails to build with glib 2.31
Status: RESOLVED FIXED
Product: gwget
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: David Sedeño Fernández
David Sedeño Fernández
Depends on:
Blocks:
 
 
Reported: 2011-12-01 13:05 UTC by Dominique Leuenberger
Modified: 2012-08-22 16:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with glib 2.31 (655 bytes, patch)
2011-12-01 13:06 UTC, Dominique Leuenberger
committed Details | Review

Description Dominique Leuenberger 2011-12-01 13:05:14 UTC
glib 2.31 became stricter regarding includes of headers other than glib.h; only a small exception can and must still be explicitly included. Most are indirect implicit via glib.h
Comment 1 Dominique Leuenberger 2011-12-01 13:06:02 UTC
Created attachment 202516 [details] [review]
Fix build with glib 2.31
Comment 2 Dominique Leuenberger 2012-08-21 22:04:59 UTC
Any plans of merging this trivial patch?
Comment 3 David Sedeño Fernández 2012-08-22 16:19:02 UTC
Review of attachment 202516 [details] [review]:

Ok, patch committed to master