From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Baulig To: guile-gtk@sourceware.cygnus.com Cc: ariel@arcavia.com Subject: Currnet CVS fails to configure - the patch Date: Tue, 28 Nov 2000 15:40:00 -0000 Message-id: <86zoiju0j7.fsf@einstein.home-of-linux.org> References: <00Nov28.121831est.17025@gateway.elms.k12.oh.us> X-SW-Source: 2000-q4/msg00040.html "Dale P. Smith" writes: > 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. Hi, this happens because the current check for GTK+ is just broken. The current check requires you to have both GTK+ 1.2 and 1.3 installed to make it configure. Here's a patch which makes it use gnome-common / pkgconfig to check for stuff and use the conditional GNOME 1.x / 2.x support which I'm using in gnome-libs HEAD's dependencies. In the default configuration, the patch defaults to the GNOME 1.x platform and you need to give configure the --enable-platform-gnome-2 argument to enable support for GNOME 2.x. Here it comes: