This is the mail archive of the guile-gtk@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Currnet CVS fails to configure


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]