GNOME Bugzilla – Bug 612498
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-04-08 16:18:33 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. about.c: In function ‘zenity_about’: about.c:298: error: ‘GtkDialog’ has no member named ‘action_area’ about.c:300: error: ‘GtkDialog’ has no member named ‘action_area’ make[2]: *** [zenity-about.o] Error 1 make[2]: Leaving directory `/home/andre/svn-gnome/zenity/src'
Created attachment 155795 [details] [review] Trivial patch No gtk+ bump required as these two functions exist since gtk 2.14.
No feedback => Committed to master: http://git.gnome.org/browse/zenity/commit/?id=29625ff9cc86c183c3c6a3b1ab8ee77722580c54
Thanks Andre, totally missed this bug :-)