GNOME Bugzilla – Bug 676784
can't build with GTK 3.4; need to update GTK_REQUIRED
Last modified: 2012-05-25 02:40:34 UTC
I can't build Epiphany from git master with GTK 3.4: CC libephyembed_la-ephy-embed-container.lo ephy-embed.c: In function 'ephy_embed_constructed': ephy-embed.c:623:32: error: 'GTK_STYLE_CLASS_OSD' undeclared (first use in this function) ephy-embed.c:623:32: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [libephyembed_la-ephy-embed.lo] Error 1 The problem is that GTK_STYLE_CLASS_OSD first appeared in GTK 3.5. I think we need to bump GTK_REQUIRED in configure.ac to 3.5.1.
This is right! I bumped it to 3.5.2, since it seems it was released shortly after .1 with important fixes and it's been out for a month.