From owner-freebsd-ports Thu Apr 8 19:18:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stampede.cs.berkeley.edu (stampede.CS.Berkeley.EDU [128.32.45.124]) by hub.freebsd.org (Postfix) with ESMTP id AE1E414D21 for ; Thu, 8 Apr 1999 19:18:56 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-146.ix.netcom.com [209.109.232.146]) by stampede.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id TAA05278; Thu, 8 Apr 1999 19:17:15 -0700 (PDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id TAA98141; Thu, 8 Apr 1999 19:16:51 -0700 (PDT) Date: Thu, 8 Apr 1999 19:16:51 -0700 (PDT) Message-Id: <199904090216.TAA98141@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: beaupran@jsp.umontreal.ca Cc: ports@freebsd.org In-reply-to: (message from Spidey on Thu, 8 Apr 1999 11:49:12 -0400 (EDT)) Subject: Re: Using multiple versions of gtk. From: asami@freebsd.org (Satoshi - the Ports Wraith - Asami) References: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Spidey Seems like this is already resolved, but just FYI for general interest: * checking for gtk-config... /usr/X11R6/bin/gtk12-config * checking for GTK - version >= 1.1.13... no I really hate this message printed by configure, as it is almost never correct. This can be anything from a broken compiler to a missing library to a version mismatch to misaligned planets. If you are using the latest FreeBSD ports, a version mismatch (at least the particular one it's complaining about, gtk in this case) virtually never occurs. When you see this, go check your config.log and see exactly what it's complaining about. From my experience, it's usually a missing library (generally a one that's different from the one that's printed by configure) caused by some other things. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message