From owner-freebsd-gnome@FreeBSD.ORG Tue Aug 23 20:29:13 2005 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFBEC16A41F for ; Tue, 23 Aug 2005 20:29:13 +0000 (GMT) (envelope-from guenther@unix-ag.uni-kl.de) Received: from mailgate1.uni-kl.de (mailgate1.uni-kl.de [131.246.120.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43F2743D55 for ; Tue, 23 Aug 2005 20:29:11 +0000 (GMT) (envelope-from guenther@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de (sushi.unix-ag.uni-kl.de [131.246.89.13]) by mailgate1.uni-kl.de (8.13.1/8.13.1) with ESMTP id j7NKTAYj005336 for ; Tue, 23 Aug 2005 22:29:10 +0200 Received: from sushi.unix-ag.uni-kl.de (localhost [127.0.0.1]) by sushi.unix-ag.uni-kl.de (8.13.4/8.13.4/Debian-3) with ESMTP id j7NKTAjP017808 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 23 Aug 2005 22:29:10 +0200 Received: (from guenther@localhost) by sushi.unix-ag.uni-kl.de (8.13.4/8.13.4/Submit) id j7NKTASc017807; Tue, 23 Aug 2005 22:29:10 +0200 Date: Tue, 23 Aug 2005 22:29:10 +0200 From: =?unknown-8bit?Q?G=FCnther?= Noack To: gnome@FreeBSD.org Message-ID: <20050823202910.GC16850@sushi.unix-ag.uni-kl.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.10i Cc: guenther@unix-ag.uni-kl.de Subject: Poppler and pkg-config X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 20:29:13 -0000 Hi! I have pkg-config and libpoppler installed here via FreeBSD 5.4 packages and tried to compile the GNUstep PopplerKit library, which runs a small shell script to configure. There it calls "pkg-config --exists poppler-splash". Unfortunately, this command outputs the line "gnome-config: not found" and just returns. I took a look at the pc file and had the impression that it must somehow be related to the "Requires" dependency line there, because when I just comment it out and put the Libs manually there like in poppler.pc, it works. However, since this is only a small bug I found when installing, I probably won't dig deeper into this and hope you know better what to do in this case. :-) With best regards, Guenther