Francis> (is there any place where we can
Francis> document this requirement for at-spi/atk/gail >= 1.18.0?).

Perhaps configure could check for it with PKG_CHECK_MODULES.

I don't think we should introduce a dependency on those packages, as everything's fine if the accessibility packages aren't installed at all. But *if* they are installed, they need to be at least a certain version.

Robert Schuster suggested the INSTALL file, which makes sense (duh, why didn't I think of that...).

So, committing this change as:

2007-04-02  Francis Kung  <[EMAIL PROTECTED]>

        * INSTALL: Document known bug in at-spi, atk, and gail packages prior to
        version 1.18.0.

Thanks,
Francis
Index: INSTALL
===================================================================
RCS file: /cvsroot/classpath/classpath/INSTALL,v
retrieving revision 1.42
diff -u -r1.42 INSTALL
--- INSTALL	1 Mar 2007 00:26:08 -0000	1.42
+++ INSTALL	2 Apr 2007 20:39:24 -0000
@@ -50,6 +50,11 @@
         - gdk-pixbuf
 
 	- XTest Extension (libXtst) for GdkRobot support in java.awt.
+	
+	- There is a bug in earlier versions of at-spi, atk, and gail, which are
+	used for GNOME accessibility.  Prior to version 1.18.0 of these packages,
+	gtk graphical applications should be run without accessibility (clear the
+	GTK_MODULES environment variable).
 
 	For building gcjwebplugin you'll need the Mozilla plugin
 	support headers and libraries.

Reply via email to