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 693521 - Build fails if gtk/gtk-a11y.h is not available
Build fails if gtk/gtk-a11y.h is not available
Status: RESOLVED FIXED
Product: egg-list-box
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: egg-list-box-maint
egg-list-box-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-10 12:12 UTC by Emanuele Aina
Modified: 2013-02-10 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
egg-list-box: Bump the GTK+ required version due to gtk-a11y.h (821 bytes, patch)
2013-02-10 12:14 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2013-02-10 12:12:54 UTC
Building with older GTK+ releases fails as the gtk-a11y.h is only available since 3.7.6:

make[1]: Entering directory `/home/em/foo/egg-list-box'
  CC     egg-list-box.lo
In file included from egg-list-box.c:29:0:
egg-list-box-accessible.h:21:26: fatal error: gtk/gtk-a11y.h: No such file or directory
compilation terminated.
make[1]: *** [egg-list-box.lo] Error 1
Comment 1 Emanuele Aina 2013-02-10 12:14:26 UTC
Created attachment 235618 [details] [review]
egg-list-box: Bump the GTK+ required version due to gtk-a11y.h

The accessible implementation in 7c64979439 includes the gtk/gtk-a11y.h
header which is only available since GTK+ 3.7.6.
Comment 2 Matthias Clasen 2013-02-10 16:01:25 UTC
Review of attachment 235618 [details] [review]:

Looks right
Comment 3 Matthias Clasen 2013-02-10 18:18:39 UTC
Attachment 235618 [details] pushed as 3728aeb - egg-list-box: Bump the GTK+ required version due to gtk-a11y.h