From owner-freebsd-ports@FreeBSD.ORG Mon Feb 27 20:06:50 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 08FB816A420 for ; Mon, 27 Feb 2006 20:06:50 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DFB43D46 for ; Mon, 27 Feb 2006 20:06:49 +0000 (GMT) (envelope-from bsd-unix@comcast.net) Received: from kt.weeble.com (c-68-56-224-228.hsd1.fl.comcast.net[68.56.224.228]) by comcast.net (rwcrmhc11) with SMTP id <20060227200648m11009r2ice>; Mon, 27 Feb 2006 20:06:48 +0000 Date: Mon, 27 Feb 2006 15:07:50 -0500 From: Randy Pratt To: Robert Huff Message-Id: <20060227150750.0c2aed1e.bsd-unix@comcast.net> In-Reply-To: <17411.21165.881372.272670@jerusalem.litteratus.org> References: <20060227141126.89e439b0.bsd-unix@comcast.net> <17411.21165.881372.272670@jerusalem.litteratus.org> X-Mailer: Sylpheed version 2.2.0 (GTK+ 2.8.12; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: 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 20:06:50 -0000 On Mon, 27 Feb 2006 14:27:41 -0500 Robert Huff wrote: > > 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. Thanks for the response. I thought I had seen some thread with similar issues but I guess it didn't click quite enough. I'd not be surprised if they were related in some way. I'll give it some time and watch the lists to see what happens. Thanks again! Randy --