[Bug 37443] compile errors on RHEL in display/gnome-rr.c

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 23 01:34:05 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=37443

--- Comment #1 from Christophe Fergeau <teuf at gnome.org> 2011-05-23 01:34:05 PDT ---
The first line on which the compiler chokes is
G_DEFINE_BOXED_TYPE (GnomeRRCrtc, gnome_rr_crtc, crtc_copy, crtc_free)

This was only added in glib 2.26, and RHEL6 has 2.22. We'll have to add some
#ifndef G_DEFINE_BOXED_TYPE 
#define G_DEFINE_BOXED_TYPE <code from glib>
#endif

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the spice-bugs mailing list