From owner-freebsd-gnome Tue Aug 13 10:13:23 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BFDE37B400 for ; Tue, 13 Aug 2002 10:13:17 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA7F43E6E for ; Tue, 13 Aug 2002 10:13:16 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.0] (vpn-client-0.marcuscom.com [10.2.1.0]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g7DHCA59090618; Tue, 13 Aug 2002 13:12:10 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: can't compile atk From: Joe Marcus Clarke To: la hache Cc: gnome@FreeBSD.ORG In-Reply-To: <20020813190343.W332-100000@archipelagos.pandora.be> References: <20020813190343.W332-100000@archipelagos.pandora.be> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 13 Aug 2002 13:12:35 -0400 Message-Id: <1029258756.311.14.camel@gyros.marcuscom.com> Mime-Version: 1.0 X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO,DOUBLE_CAPSWORD,AWL version=2.31 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-08-13 at 13:06, la hache wrote: > my pkg-config has been version 0.12.0 for ages, the .pc file is in the > right location and contains the exact same string that you gave me. i > really don't understand. on all my secondary freebsd systems where i > installed 4.6 from scratch on then cvsupped (even from 4.5), atk compiled > like a breeze. something must be broken on this system, but what ? If this is the case, why does your pkg_info output list pkgconfig as 0.8.0? Did you build 0.12.0 directly from the distfile? If so, it's broken. You can see exactly what pkg-config produces for glib by doing: pkg-config --cflags glib-2.0 If this is an isolated incident, you might also consider rebuilding this machine. Joe > > > On 13 Aug 2002, Joe Marcus Clarke wrote: > > > On Tue, 2002-08-13 at 09:48, la hache wrote: > > > i can't compile atk with latest cvs tree: > > > > > > checking for GLIB - version >= 2.0.0... no > > > *** Could not run GLIB test program, checking why... > > > *** The test program failed to compile or link. See the file config.log > > > for the > > > *** exact error that occured. This usually means GLIB is incorrectly > > > installed. > > > configure: error: > > > > > > but glib 2.0.6 is installed ! i don't understand. > > > > Here's the thing. GNOME configure scripts are using the pkgconfig > > package (which installs the /usr/local/bin/pkg-config binary) to read > > the .pc files to determine package properties for the various > > dependencies. > > > > Around line 7290, configure uses /usr/local/bin/pkg-config to try and > > detect glib. In order to do this, you need a > > /usr/local/libdata/pkgconfig/glib-2.0.pc file. This file should contain > > the following for Cflags: > > > > -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include > > > > One of three things aren't happening. Either glib-2.0.pc exists in the > > right path, but pkg-config isn't looking there, or the file doesn't > > exist, or the Cflags are incorrect. As you can see from line 7471, > > configure is compiling the glib test program _without_ the correct > > include path. Therefore, it doesn't find glib.h, and the test program > > doesn't build. > > > > So, once you've checked to make sure the glib-2.0.pc exists in the right > > location, then upgrade pkgconfig _from ports_ to 0.12.0 (mandatory for > > FreeBSD 4.x). Then, verify the contents of the glib-2.0.pc file are > > good. After that, I see no reason why GNOME 2.0 (or at least atk) > > shouldn't build for you. > > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message