After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612552 - Examples and tests don't compile with -DGSEAL_ENABLE
Examples and tests don't compile with -DGSEAL_ENABLE
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-11 11:21 UTC by André Klapper
Modified: 2010-03-14 22:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30



Description André Klapper 2010-03-11 11:21:48 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
Comment 1 Tim-Philipp Müller 2010-03-14 22:51:10 UTC
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.