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 332724 - moduleset for gnome 2.12 should take at-spi 1.6.6
moduleset for gnome 2.12 should take at-spi 1.6.6
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: module sets
unspecified
Other All
: Normal normal
: ---
Assigned To: James Henstridge
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-02-27 11:23 UTC by Bjoern Voigt
Modified: 2006-02-28 06:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
changes modulesets/gnome-2.12.modules to use the AT_SPI_1_6_6 tag (619 bytes, patch)
2006-02-27 11:25 UTC, Bjoern Voigt
none Details | Review

Description Bjoern Voigt 2006-02-27 11:23:43 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:
Comment 1 Bjoern Voigt 2006-02-27 11:25:28 UTC
Created attachment 60223 [details] [review]
changes modulesets/gnome-2.12.modules to use the AT_SPI_1_6_6 tag
Comment 2 James Henstridge 2006-02-28 06:47:40 UTC
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>.