GNOME Bugzilla – Bug 612499
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-03-10 21:00:30 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. gedit-spinner.c:671: error: ‘GtkWidget’ has no member named ‘allocation’ gedit-spinner.c:672: error: ‘GtkWidget’ has no member named ‘allocation’ gedit-spinner.c:674: error: ‘GtkWidget’ has no member named ‘allocation’ gedit-spinner.c:675: error: ‘GtkWidget’ has no member named ‘allocation’ gedit-spinner.c:684: error: ‘GtkWidget’ has no member named ‘window’ gedit-spinner.c:685: error: ‘GtkWidget’ has no member named ‘window’ gedit-spinner.c:686: error: ‘GtkWidget’ has no member named ‘allocation’ gedit-spinner.c:687: error: ‘GtkWidget’ has no member named ‘allocation’ make[2]: *** [gedit-spinner.o] Error 1 make[2]: Leaving directory `/home/andre/svn-gnome/vino/capplet' make[1]: *** [all-recursive] Error 1
*** This bug has been marked as a duplicate of bug 585042 ***