GNOME Bugzilla – Bug 612474
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-03-10 20:35:34 UTC
This module does not build with -DGSEAL_ENABLED. See http://live.gnome.org/GnomeGoals/UseGseal . Note that maybe this report cannot be fixed yet, as GTK+ still misses some accessor functions (see bug 588389, bug 597610) needed for sealing. Also see http://live.gnome.org/GTK%2B/3.0/PendingSealings for current status. The jhbuild output posted here of course only lists the very first error when trying to compile. gnome-rr-labeler.c: In function ‘label_window_expose_event_cb’: gnome-rr-labeler.c:151: error: ‘GtkWidget’ has no member named ‘window’ gnome-rr-labeler.c:159: error: ‘GtkWidget’ has no member named ‘allocation’ gnome-rr-labeler.c:160: error: ‘GtkWidget’ has no member named ‘allocation’ gnome-rr-labeler.c:170: error: ‘GtkWidget’ has no member named ‘allocation’ gnome-rr-labeler.c:171: error: ‘GtkWidget’ has no member named ‘allocation’ gnome-rr-labeler.c: In function ‘create_label_window’: gnome-rr-labeler.c:189: error: ‘GtkObject’ has no member named ‘flags’ make[3]: *** [gnome-rr-labeler.lo] Error 1 make[3]: Leaving directory `/home/andre/svn-gnome/gnome-desktop/libgnome-desktop' make[2]: *** [all-recursive] Error 1
Andre: come on, I fixed this already ;-)