Building from CVS: natPlainSocketImplPosix.cc: File not found

Tom Tromey tromey@redhat.com
Fri Nov 28 19:46:00 GMT 2003


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

>> You need GTK 2.2. GdkDisplay was introduced in 2.2. 2.0 isnt enough
>> anymore.

Mark> configure should check for this.
Mark> Bryce has a patch that should go in:
Mark> http://gcc.gnu.org/ml/java-patches/2003-q4/msg00322.html
Mark> I added something similar to Classpath.

Mark, thanks for catching this omission.
I'm checking this in.

Tom

Index: ChangeLog
from  Bryce McKinlay  <bryce@mckinlay.net.nz>

	* configure: Rebuilt.
	* configure.in: Require gtk and glib 2.2.0.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.in,v
retrieving revision 1.174
diff -u -r1.174 configure.in
--- configure.in 11 Nov 2003 11:49:11 -0000 1.174
+++ configure.in 28 Nov 2003 19:46:21 -0000
@@ -840,8 +840,8 @@
 
    # Test for Gtk stuff, if asked for.
    if test "$use_gtk_awt" = yes; then
-      AM_PATH_GTK_2_0(2.0.0,,exit 1)
-      AM_PATH_GLIB_2_0(2.0.0,,exit 1,gthread)
+      AM_PATH_GTK_2_0(2.2.0,,exit 1)
+      AM_PATH_GLIB_2_0(2.2.0,,exit 1,gthread)
       dnl XXX Fix me when libart.m4 has the compile test fixed!
       enable_libarttest=no
       AM_PATH_LIBART(2.1.0,,exit 1)



More information about the Java-patches mailing list