From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 19:28:19 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D6216A420 for ; Mon, 27 Feb 2006 19:28:19 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93ABE43D48 for ; Mon, 27 Feb 2006 19:28:18 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-247.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.247]) by smtp02.mrf.mail.rcn.net with ESMTP; 27 Feb 2006 14:28:16 -0500 X-IronPort-AV: i="4.02,150,1139202000"; d="scan'208"; a="209314951:sNHT42265618" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17411.21165.881372.272670@jerusalem.litteratus.org> Date: Mon, 27 Feb 2006 14:27:41 -0500 To: ports@freebsd.org In-Reply-To: <20060227141126.89e439b0.bsd-unix@comcast.net> References: <20060227141126.89e439b0.bsd-unix@comcast.net> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Cc: Subject: multimedia/transcode WITH_GTK configure error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 19:28:20 -0000 Randy Pratt writes: > ERROR: option '--enable-gtk' failed: cannot link against libgtk > libgtk can be found in the following packages: > gtk+ http://www.gtk.org/ > ==================================================================== > > This is an excerpt from the transcode config.log: > Complete log (170K): http://myfreebsd.homeunix.net/transcode.config.log > =========================================================== > configure:41713: checking how to determine GTK_LIBS > configure:41722: result: pkg-config > configure:41762: checking for gtk_init in -lgtk12 > configure:41792: cc -o conftest -D_LARGEFILE_SOURCE > -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O -pipe > -I/compat/linux/usr/include/divx -I/usr/X11R6/include -I/usr/l > ocal/include -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib > -L/usr/X11R6/lib conftest.c -lgtk12 -lgtk-12 -lgdk-12 -lintl -lXi > -lXext -lX11 -lm -lglib-12 -lm -lz >& 5 > /usr/bin/ld: cannot find -lgtk12 > configure:41798: $? = 1 > =========================================================== > > I did enough poking around to confuse myself with this option. The > port Makefile has: > USE_GNOME= gtk12 I believe - but do not have the expertise to tell for certain - this is related to recent breakage in gnome lib specifications that has (so far) mostly bit people trying to update gnomeprint as part of the libtool update. See a recent thread on this list involving Gregor Stucke. A message has been sent to gnome@, but so far no response. Robert Huff