GNOME Bugzilla – Bug 332724
moduleset for gnome 2.12 should take at-spi 1.6.6
Last modified: 2006-02-28 06:47:40 UTC
Please describe the problem: The HEAD branch of at-spi (at-spi 1.7.x) does not work with atk from Gnome 2.12. Unfortunately the configure script of at-spi 1.7.x does not detect the problem. But you get an compile error with at-spi 1.6.6 and Gnome 2.12 modules (atk-1.10.3): accessible.c: In function 'spi_init_role_lookup_table': accessible.c:126: error: 'ATK_ROLE_ENTRY' undeclared (first use in this function) Please use the latest 1.6.x version of at-spi (1.6.6) for the Gnome 2.12 moduleset Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 60223 [details] [review] changes modulesets/gnome-2.12.modules to use the AT_SPI_1_6_6 tag
2006-02-28 James Henstridge <james@jamesh.id.au> * modulesets/gnome-2.12.modules (at-spi): use AT_SPI_1_6_6 tag, since HEAD doesn't work with 2.12 and there is no gnome-2-12 branch. Fixes bug #332724, patch from Bjoern Voigt <bjoern@cs.tu-berlin.de>.