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]

Probs building guile-gtk


I am having some problems building with the latest CVS (the no
pkg-config stuff).

First off, I'm using Debian unstable, which has both autoconf 2.13 and
2.52 installed with a wrapper (called autoconf) to select between the
two.  If there is a configure.ac or if there is a  AC_PREREQ in
configure.in, then 2.52 will be used, otherwise 2.13.  I added a
AC_PREREQ(2.50) to configure.in.

The ./autogen.sh still complains bitterly that autoconf is < 2.50. (The
autoconf wrapper reports this when run with --version).  But configure
*is* generated.

But now I am getting this error:

Now type `make' to compile guile-gtk
dsmith@sparky:~/src/guile-gtk$ make
guile -l ./gtk/config.scm -s ./build-guile-gtk -I . glue gdk-1.2.defs
>tmpd && mv tmpd gdk-glue.c
ERROR: Unbound variable: @GTKCONF_GTK_2_0@
make: *** [gdk-glue.c] Error 2

-- 
Dale P. Smith
Treasurer, Cleveland Linux Users Group http://cleveland.lug.net
Senior Systems Consultant, Altus Technologies Corporation
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]