Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 13:37:59 -0400 (EDT)
From:      Brett Taylor <brett@peloton.runet.edu>
To:        "Jason J. Horton" <jason@intercom.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: gtk port problems
Message-ID:  <Pine.BSF.4.10.9908241334190.66213-100000@peloton.runet.edu>
In-Reply-To: <199908240628.XAA04533@gilliam.users.flyingcroc.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908241334190.66213-100000>