GNOME Bugzilla – Bug 612500
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-03-11 22:50:37 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. basic-gconf-app.c: In function ‘create_prefs_dialog’: basic-gconf-app.c:460: error: ‘GtkDialog’ has no member named ‘vbox’ make[2]: *** [basic-gconf-app.o] Error 1 make[2]: Leaving directory `/home/andre/svn-gnome/gconf/examples'
Created attachment 155844 [details] [review] Trivial patch bumps gtk+ requirement to 2.14
Committed as http://git.gnome.org/browse/gconf/commit/?id=23ea5c5fc41ed8c43231c23e59eb3f1872e5a836 as there's no real maintainer anyway.