GNOME Bugzilla – Bug 778761
phodav is incompatible with GLib 2.51.2
Last modified: 2017-02-16 17:00:32 UTC
phodav is incompatible with GLib 2.51.2 as it contains its own incompatible GUuid GObject and has g_uuid_ functions with the same name and different number of arguments as GLib.
Created attachment 345943 [details] [review] guuid: Do not invade GLib namespace We shouldn't have g_uuid_ functions with the same name and different number of arguments as GLib.
Created attachment 345949 [details] [review] Adjust to GLib's GUuid Do not build phodav's version when GLib > 2.51
Thanks! Attachment 345949 [details] pushed as 40ffc95 - Adjust to GLib's GUuid