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 665022 - glib 2.31 allows only inclusion of glib.h
glib 2.31 allows only inclusion of glib.h
Status: RESOLVED FIXED
Product: murrine
Classification: Other
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: murrine-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-28 10:26 UTC by Dominique Leuenberger
Modified: 2012-01-25 14:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Only include glib.h (586 bytes, patch)
2011-11-28 10:26 UTC, Dominique Leuenberger
none Details | Review

Description Dominique Leuenberger 2011-11-28 10:26:48 UTC
Created attachment 202280 [details] [review]
Only include glib.h

since glib 2.31, you can no longer include other headers than glib.h (well, for most parts at least).

Attached patch fixes murrine to work with this fact.