I had a problem while attempting to build 
g-wrap-1.3.2. It did not use the

# gtk-config --cflags

in the determined CFLAGS. So the build 
failed, not finding my gtk header files.

I believe make the following change to configure.in
will fix this problem.

*** g-wrap-1.3.2/configure.in   Mon Jan  7 10:09:42 2002
--- g-wrap-1.3.2-work/configure.in      Sun Jan 20 01:25:40 2002
***************
*** 139,150 ****
  ###########################################################################
  ### Check for and set up gtk
  
! AC_PATH_PROG(GW_GTK_CONFIG, gtk-config)
! AM_CONDITIONAL(GW_HAVE_GTK, test ${GW_GTK_CONFIG}x != x)
! if test ${GW_GTK_CONFIG}x != x
! then
!   AC_DEFINE(GW_HAVE_GTK,1,[Do we have gtk?])
! fi
  
  ###########################################################################
  ### Check for and set up gnome-guile/guile-gtk
--- 139,145 ----
  ###########################################################################
  ### Check for and set up gtk
  
! AM_PATH_GTK(1.2.0, ,AC_MSG_ERROR(Cannot find GTK: Is gtk-config in path?))
  
  ###########################################################################
  ### Check for and set up gnome-guile/guile-gtk

The AM_PATH_GTK macro is provided in the gtk.m4 file.

shaker

Attachment: msg01899/pgp00000.pgp
Description: PGP signature

Reply via email to