GNOME Bugzilla – Bug 612552
Examples and tests don't compile with -DGSEAL_ENABLE
Last modified: 2010-03-14 22:51:10 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 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. seek.c: In function ‘handle_expose_cb’: seek.c:2432: error: ‘GtkWidget’ has no member named ‘window’ seek.c:2432: error: ‘GtkWidget’ has no member named ‘style’ seek.c:2433: error: ‘GtkWidget’ has no member named ‘allocation’ seek.c:2433: error: ‘GtkWidget’ has no member named ‘allocation’ seek.c: In function ‘realize_cb’: seek.c:2444: error: ‘GtkWidget’ has no member named ‘window’ seek.c:2449: error: ‘GtkWidget’ has no member named ‘window’ make[4]: *** [seek.o] Error 1 make[4]: Leaving directory `/home/andre/svn-gnome/gst-plugins-base/tests/examples/seek' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/andre/svn-gnome/gst-plugins-base/tests/examples' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/andre/svn-gnome/gst-plugins-base/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/andre/svn-gnome/gst-plugins-base' make: *** [all] Error 2
commit 4def141e86b7e10979f23195ee9c972eb8824752 Author: Tim-Philipp Müller <tim.muller@collabora.co.uk> Date: Sun Mar 14 22:14:19 2010 +0000 tests: make Gtk+ test programs compile with -DGSEAL_ENABLE Fixes #612552, at least for now.