GNOME Bugzilla – Bug 612715
Does not compile with -DGSEAL_ENABLE
Last modified: 2010-04-12 15:04:38 UTC
This module does not build with -DGSEAL_ENABLE. 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 588339, 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. swfdec-window.c: In function ‘swfdec_window_set_url’: swfdec-window.c:139: error: ‘GtkWidget’ has no member named ‘window’ make[2]: *** [swfdec_player-swfdec-window.o] Error 1 make[2]: Leaving directory `/home/andre/svn-gnome/swfdec-gnome/player' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andre/svn-gnome/swfdec-gnome' make: *** [all] Error 2
Created attachment 155984 [details] [review] Use accessor functions instead direct access
The following fix has been pushed: d7a8913 Use accessor functions instead direct access
Created attachment 158491 [details] [review] Use accessor functions instead direct access This is needed to compile with -DGSEAL_ENABLE Fixes