From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dale P. Smith" To: ariel@arcavia.com, guile-gtk@sourceware.cygnus.com Subject: Currnet CVS fails to configure Date: Tue, 28 Nov 2000 09:17:00 -0000 Message-id: <00Nov28.121831est.17025@gateway.elms.k12.oh.us> X-SW-Source: 2000-q4/msg00034.html Greetings! The current CVS guile-gtk fails to configure on my system, basically a stock Debian Potato intel system, except for CVS guile. Gtk+ is at 1.2. I commented out some things in configure.in, as shown in the patch below. It now configures and builds just fine. I'm not sure what's missing, but I don't think I have any of that xxx_2_0 stuff on my system. -Dale Index: configure.in =================================================================== RCS file: /cvs/gnome/gnome-guile/guile-gtk/configure.in,v retrieving revision 1.43 diff -c -r1.43 configure.in *** configure.in 2000/11/19 22:29:05 1.43 --- configure.in 2000/11/28 17:11:10 *************** *** 15,28 **** [ --enable-debug compile with -g for debugging symbols], [ CFLAGS="-g $CFLAGS" ]) ! AC_CHECK_PROG(GTK_CONFIG_2_0, gtk-config-2.0, yes, no) ! if test $GTK_CONFIG_2_0 = no; then AM_PATH_GTK(1.2.0,,AC_ERROR(need at least Gtk+ version 1.2), gthread) ! else ! AM_PATH_GTK_2_0(1.3.1,,AC_ERROR(need at least Gtk+ version 1.3.1), gthread) ! AC_DEFINE(GTK_2_0) ! fi # XXX - gtk_config_*_version leaks from AM_PATH_GTK. --- 15,28 ---- [ --enable-debug compile with -g for debugging symbols], [ CFLAGS="-g $CFLAGS" ]) ! dnl AC_CHECK_PROG(GTK_CONFIG_2_0, gtk-config-2.0, yes, no) ! dnl if test $GTK_CONFIG_2_0 = no; then AM_PATH_GTK(1.2.0,,AC_ERROR(need at least Gtk+ version 1.2), gthread) ! dnl else ! dnl AM_PATH_GTK_2_0(1.3.1,,AC_ERROR(need at least Gtk+ version 1.3.1), gthread) ! dnl AC_DEFINE(GTK_2_0) ! dnl fi # XXX - gtk_config_*_version leaks from AM_PATH_GTK. -- Dale P. Smith Altus Technologies Corp. dsmith@altustech.com 440-746-9000 x309