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 612554 - Does not compile with -DGSEAL_ENABLE
Does not compile with -DGSEAL_ENABLE
Status: VERIFIED FIXED
Product: at-spi
Classification: Platform
Component: general
1.29.x
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks: 585391
 
 
Reported: 2010-03-11 11:48 UTC by André Klapper
Modified: 2010-03-12 11:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.29/2.30


Attachments
Trivial patch (3.06 KB, patch)
2010-03-11 11:48 UTC, André Klapper
committed Details | Review

Description André Klapper 2010-03-11 11:48:02 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.
Comment 1 André Klapper 2010-03-11 11:48:41 UTC
Created attachment 155842 [details] [review]
Trivial patch

Requires gtk+ 2.19.7
Comment 2 Li Yuan 2010-03-12 10:59:54 UTC
Review of attachment 155842 [details] [review]:

commit 3371ba6e52d047a2ee3fdb33305cf1c2679f17c7
Author: André Klapper <a9016009%40gmx.de>
Date:   Fri Mar 12 19:00:34 2010 +0800

    Make at-spi compile with -DGSEAL_ENABLE
    
    Bug #612554.
Comment 3 André Klapper 2010-03-12 11:50:04 UTC
Verified. Thanks for the quick response!