From owner-freebsd-questions Fri Jun 28 15:49:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06E3637B417 for ; Fri, 28 Jun 2002 15:49:14 -0700 (PDT) Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E48E44104 for ; Fri, 28 Jun 2002 15:44:09 -0700 (PDT) (envelope-from ssahmed@pathcom.com) Received: from viper ([24.43.26.113]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.13 201-253-122-122-113-20020313) with ESMTP id <20020628224408.MFGD4340.fep03-mail.bloor.is.net.cable.rogers.com@viper> for ; Fri, 28 Jun 2002 18:44:08 -0400 Received: from zeus (unknown [192.168.1.3]) by viper (Postfix) with ESMTP id 475851A431 for ; Fri, 28 Jun 2002 18:44:03 -0400 (EDT) Received: from zeus.asci (localhost [127.0.0.1]) by zeus (Postfix) with ESMTP id 0D730FB32 for ; Fri, 28 Jun 2002 18:44:00 -0400 (EDT) Date: Fri, 28 Jun 2002 18:43:57 -0400 X-Mailer: 21.4 (patch 8) "Honest Recruiter" XEmacs Lucid (via feedmail 11-beta-1 I); VM 7.04 under 21.4 (patch 8) "Honest Recruiter" XEmacs Lucid From: "S. Salman Ahmed" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15644.59053.219750.714279@zeus.asci> To: freebsd-questions@freebsd.org Subject: Ports' configure scripts not finding gtk-config X-No-Archive: Yes X-Disclaimer: I didn't do it, little green aliens wrote this email X-Organization: Ahmed Software Consulting Inc. X-Home-Page: http://www.pathcom.com/~ssahmed X-URL: http://www.pathcom.com/~ssahmed X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.43.26.113] using ID at Fri, 28 Jun 2002 18:44:08 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had been trying to build nmapfe from ports on a 4.6-STABLE box, and one of the configure scripts for nmapfe wasn't able to find the gtk-config script even though I had already installed gtk-1.2 and gtk-2.0 on my system. I tracked the problem down to the the fact that gtk12-config existed in /usr/X11R6/bin but there was no gtk-config in that directory. My quick fix was to just symlink gtk-config to gtk12-config. After that fix, nmapfe built without any problems. My question is: is this a bug/breakage in the upstream nmapfe source or is it in gtk-1.2 port (for not creating the gtk-config symlink) ? Also, since I just noticed that I also have gtk-2.0 installed why is there no gtk20-config script ? Thanks. -- Salman Ahmed ssahmed AT pathcom DOT com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message