From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.user Subject: Re: install fails Date: Sun, 24 Mar 2013 19:55:25 -0400 Message-ID: <20130324235526.4M6SO.119537.root@cdptpa-web34-z02.mail.rr.com> References: <514EB60E.6000502@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1364169344 27100 80.91.229.3 (24 Mar 2013 23:55:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Mar 2013 23:55:44 +0000 (UTC) To: guile-user@gnu.org, =?utf-8?Q?Andreas_R=C3=B6hler?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Mar 25 00:56:11 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 1UJulm-0005aL-Ox for guile-user@m.gmane.org; Mon, 25 Mar 2013 00:56:10 +0100 Original-Received: from localhost ([::1]:48613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJulP-0005za-3i for guile-user@m.gmane.org; Sun, 24 Mar 2013 19:55:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJul8-0005yc-17 for guile-user@gnu.org; Sun, 24 Mar 2013 19:55:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UJul6-0006Q3-Rg for guile-user@gnu.org; Sun, 24 Mar 2013 19:55:29 -0400 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:48164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJul6-0006Ph-No for guile-user@gnu.org; Sun, 24 Mar 2013 19:55:28 -0400 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=2.0 cv=XNeyuHdE c=1 sm=0 a=zTVDa7HKqxcA:10 a=IkcTkHD0fZMA:10 a=doupyKFmAAAA:8 a=ayC55rCoAAAA:8 a=BsZGgbo_1gEA:10 a=M2GbItQ1AAAA:8 a=RpUT0bYtyQFu4hNdyeMA:9 a=QEXdDO2ut3YA:10 a=NeqGHr8Z6yYA:10 a=KOrh491K8B87fFeLgJkoRw==:117 X-Cloudmark-Score: 0 X-Authenticated-User: dsmich@roadrunner.com Original-Received: from [10.127.132.185] ([10.127.132.185:59683] helo=cdptpa-web34-z02) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id DD/E6-04559-D629F415; Sun, 24 Mar 2013 23:55:26 +0000 In-Reply-To: <514EB60E.6000502@easy-emacs.de> X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 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:10201 Archived-At: ---- "Andreas R=C3=B6hler" wrote:=20 > Hi, >=20 > Emacs install from >=20 > http://git.hcoop.net/?p=3Dbpt/emacs.git;a=3Dshortlog >=20 > fails with >=20 > configure: error: Library requirements (guile-2.0) not met; consider adju= sting the PKG_CONFIG_PATH environment variable if your libraries are in a n= onstandard prefix so=20 > pkg-config can find them. >=20 > while > > guile -v > guile (GNU Guile) 2.0.7 >=20 > Being at Suse 12.3, Xfce >=20 > guile is at /usr/bin/guile >=20 > $PKG_CONFIG_PATH is empty >=20 > Any recommendatins? You might need so install a guile -dev package. -Dale