From owner-freebsd-questions Tue Aug 24 10:38:46 1999 Delivered-To: freebsd-questions@freebsd.org Received: from peloton.runet.edu (peloton.runet.edu [137.45.96.205]) by hub.freebsd.org (Postfix) with ESMTP id 1FAEA15182 for ; Tue, 24 Aug 1999 10:38:31 -0700 (PDT) (envelope-from brett@peloton.runet.edu) Received: from localhost (brett@localhost) by peloton.runet.edu (8.9.3/8.9.3) with ESMTP id NAA66758; Tue, 24 Aug 1999 13:38:00 -0400 (EDT) (envelope-from brett@peloton.runet.edu) Date: Tue, 24 Aug 1999 13:37:59 -0400 (EDT) From: Brett Taylor To: "Jason J. Horton" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: gtk port problems In-Reply-To: <199908240628.XAA04533@gilliam.users.flyingcroc.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Wed, 18 Aug 1999, Jason J. Horton wrote: > I am having problems with GTK, both the version in /usr/ports and with > the versions grabbed from gtk.org. Whenever I run 'configure' when > trying to install a gtk app that is not in ports, I get errors like > these: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > checking for gtk-config... /usr/local/bin/gtk-config The gtk ports do _not_ use gtk-config, but rather gtk10-config, gtk11-config, or gtk12-config. You need to change this in your configure call (can't remember the exact sequence, but something like this - read the top part of configure to find the exact syntax): configure --with-gtk-config=/usr/local/bin/gtk12-config It may be capital letters on the --with-GTK-CONFIG bit.... as I said, check the configure script to find the exact syntax. Brett ***************************************************** Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message