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 612470 - Does not compile with -DGSEAL_ENABLED
Does not compile with -DGSEAL_ENABLED
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.29.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-10 20:21 UTC by André Klapper
Modified: 2010-05-03 11:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Initial Patch (10.56 KB, patch)
2010-03-11 00:35 UTC, André Klapper
none Details | Review
...and the rest (9.56 KB, patch)
2010-04-23 17:07 UTC, André Klapper
none Details | Review

Description André Klapper 2010-03-10 20:21:12 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.


dlg-add-folder.c: In function "include_subfold_toggled_cb":
dlg-add-folder.c:188: error: "GtkToggleButton" has no member named "active"
make[4]: *** [dlg-add-folder.o] Error 1
make[4]: Leaving directory `/home/andre/svn-gnome/file-roller/src'
Comment 1 André Klapper 2010-03-11 00:35:03 UTC
Created attachment 155813 [details] [review]
Initial Patch

Warning: Bumps gtk+ dep to 2.19.7
Comment 2 André Klapper 2010-04-23 17:07:01 UTC
Created attachment 159451 [details] [review]
...and the rest

To be applied after patch 155813.
Fixes everything for me.
Comment 3 Paolo Bacchilega 2010-04-23 17:25:01 UTC
thanks for the patches, I'll apply them as soon as possible.
Comment 4 Paolo Bacchilega 2010-05-03 11:01:43 UTC
patches applied to master now, thank you.