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 612715 - Does not compile with -DGSEAL_ENABLE
Does not compile with -DGSEAL_ENABLE
Status: RESOLVED FIXED
Product: swfdec-gnome
Classification: Deprecated
Component: general
HEAD
Other Linux
: Normal trivial
: ---
Assigned To: swfdec-gnome-maint
swfdec-gnome-maint
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-12 16:28 UTC by André Klapper
Modified: 2010-04-12 15:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Use accessor functions instead direct access (1.39 KB, patch)
2010-03-12 16:58 UTC, Javier Jardón (IRC: jjardon)
none Details | Review
Use accessor functions instead direct access (1.39 KB, patch)
2010-04-12 15:04 UTC, Benjamin Otte (Company)
committed Details | Review

Description André Klapper 2010-03-12 16:28:47 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
Comment 1 Javier Jardón (IRC: jjardon) 2010-03-12 16:58:54 UTC
Created attachment 155984 [details] [review]
Use accessor functions instead direct access
Comment 2 Benjamin Otte (Company) 2010-04-12 15:04:35 UTC
The following fix has been pushed:
d7a8913 Use accessor functions instead direct access
Comment 3 Benjamin Otte (Company) 2010-04-12 15:04:38 UTC
Created attachment 158491 [details] [review]
Use accessor functions instead direct access

This is needed to compile with -DGSEAL_ENABLE
Fixes