From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rm@seid-online.de Newsgroups: gmane.lisp.guile.user Subject: Re: install fails Date: Sun, 24 Mar 2013 21:09:37 +0100 Message-ID: <20130324200937.GB21414@seid-online.de> References: <514EB60E.6000502@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1364163302 10066 80.91.229.3 (24 Mar 2013 22:15:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2013 22:15:02 +0000 (UTC) Cc: guile-user@gnu.org To: Andreas R?hler Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Mar 24 23:15:28 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UJtCH-00008u-Qq for guile-user@m.gmane.org; Sun, 24 Mar 2013 23:15:25 +0100 Original-Received: from localhost ([::1]:58734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJtBu-0005Uk-3P for guile-user@m.gmane.org; Sun, 24 Mar 2013 18:15:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJqPE-0001Bv-An for guile-user@gnu.org; Sun, 24 Mar 2013 15:16:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJqPD-0007mI-4P for guile-user@gnu.org; Sun, 24 Mar 2013 15:16:36 -0400 Original-Received: from alextrapp1.equinoxe.de ([217.22.192.104]:59093 helo=www.elogos.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJqPC-0007lz-U5 for guile-user@gnu.org; Sun, 24 Mar 2013 15:16:35 -0400 Original-Received: by www.elogos.de (Postfix, from userid 1001) id ADE7A9008F; Sun, 24 Mar 2013 21:09:37 +0100 (CET) Content-Disposition: inline In-Reply-To: <514EB60E.6000502@easy-emacs.de> User-Agent: Mutt/1.5.15+20070412 (2007-04-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 217.22.192.104 X-Mailman-Approved-At: Sun, 24 Mar 2013 18:14:52 -0400 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10200 Archived-At: On Sun, Mar 24, 2013 at 09:15:10AM +0100, Andreas R?hler wrote: > Hi, > > Emacs install from > > http://git.hcoop.net/?p=bpt/emacs.git;a=shortlog > > fails with > > configure: error: Library requirements (guile-2.0) not met; consider > adjusting the PKG_CONFIG_PATH environment variable if your libraries are in > a nonstandard prefix so pkg-config can find them. > > while > > guile -v > guile (GNU Guile) 2.0.7 > > Being at Suse 12.3, Xfce > > guile is at /usr/bin/guile > > $PKG_CONFIG_PATH is empty > > Any recommendatins? Are you building your own emacs (I, assume, since you mention a git repository). Then you might need to install the guile development package as well. Don't know how this is called in Suse. HTH Ralf Mattes > Thanks, > > Andreas