From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: g-wrap - fresh git clone - can't find libguile.h: Date: Mon, 2 May 2011 15:57:29 -0300 Message-ID: <20110502155729.7c527910@rascar> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304362673 18051 80.91.229.12 (2 May 2011 18:57:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 18:57:53 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon May 02 20:57:49 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QGyJY-0004cT-Ea for guile-devel@m.gmane.org; Mon, 02 May 2011 20:57:48 +0200 Original-Received: from localhost ([::1]:40509 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGyJX-0001BK-Qt for guile-devel@m.gmane.org; Mon, 02 May 2011 14:57:47 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGyJU-0001BE-EW for guile-devel@gnu.org; Mon, 02 May 2011 14:57:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QGyJT-0000Kt-47 for guile-devel@gnu.org; Mon, 02 May 2011 14:57:44 -0400 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:39355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QGyJS-0000Kg-SZ for guile-devel@gnu.org; Mon, 02 May 2011 14:57:42 -0400 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 00956A04C163 for ; Mon, 2 May 2011 20:57:40 +0200 (CEST) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id nTLuwboOA8u1 for ; Mon, 2 May 2011 20:40:25 +0200 (CEST) Original-Received: from rascar (unknown [189.60.162.71]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id AEEAEA04C160 for ; Mon, 2 May 2011 20:57:32 +0200 (CEST) X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 62.58.108.13 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:12404 Archived-At: Hello, After having just installed a guile fresh git clone, g-wrap [fresh git clone too] won't make. Any idea? Cheers, David ;; -- uname -r: 2.6.38-2-amd64 guile: guile (GNU Guile) 2.0.1.17-f3c6 'Related' variables defined: LD_LIBRARY_PATH=/usr/local/lib %load-path $1 = ("/usr/local/share/guile/2.0" "/usr/local/share/guile/site/2.0" "/usr/local/share/guile/site" "/usr/local/share/guile") [getting a fresh git clone of g-wrap] ./autogen.sh --prefix=/usr/local make ... ... make[4]: Entering directory `/usr/local/src/g-wrap/git-clone/guile/g-wrap' /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../g-wrap -I../.. -I../../lib -I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT guile-runtime.lo -MD -MP -MF .deps/guile-runtime.Tpo -c -o guile-runtime.lo guile-runtime.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../g-wrap -I../.. -I../../lib -I../../guile -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT guile-runtime.lo -MD -MP -MF .deps/guile-runtime.Tpo -c guile-runtime.c -fPIC -DPIC -o .libs/guile-runtime.o In file included from guile-runtime.c:32:0: ../../guile/g-wrap/guile-compatibility.h:25:22: fatal error: libguile.h: No such file or directory compilation terminated. make[4]: *** [guile-runtime.lo] Error 1 make[4]: Leaving directory `/usr/local/src/g-wrap/git-clone/guile/g-wrap' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/local/src/g-wrap/git-clone/guile/g-wrap' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/g-wrap/git-clone/guile' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/g-wrap/git-clone' make: *** [all] Error 2 david@idefix:/usr/local/src/g-wrap/git-clone 10 $