From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: Problems to install Guile 2.0.0 Date: Wed, 09 Mar 2011 00:10:36 -0500 Message-ID: <87sjuwx4j7.fsf@netris.org> References: <1299610640.12945.1.camel@german-desktop> <87d3m1e0dq.fsf@gnu.org> <1299628449.5606.1.camel@german-desktop> <874o7dxf5j.fsf@netris.org> <1299646205.5625.2.camel@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299647459 30310 80.91.229.12 (9 Mar 2011 05:10:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 05:10:59 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-user@gnu.org To: german@xelalug.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 09 06:10:54 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PxBff-0003l1-BT for guile-user@m.gmane.org; Wed, 09 Mar 2011 06:10:51 +0100 Original-Received: from localhost ([127.0.0.1]:54114 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxBfe-0008EA-AK for guile-user@m.gmane.org; Wed, 09 Mar 2011 00:10:50 -0500 Original-Received: from [140.186.70.92] (port=41089 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxBfa-0008CL-9V for guile-user@gnu.org; Wed, 09 Mar 2011 00:10:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxBfY-0006ld-PR for guile-user@gnu.org; Wed, 09 Mar 2011 00:10:46 -0500 Original-Received: from world.peace.net ([216.204.32.208]:54872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxBfX-0006l5-8y; Wed, 09 Mar 2011 00:10:43 -0500 Original-Received: from ip68-9-118-38.ri.ri.cox.net ([68.9.118.38] helo=freedomincluded) by world.peace.net with esmtpa (Exim 4.69) (envelope-from ) id 1PxBfR-00080G-Tg; Wed, 09 Mar 2011 00:10:38 -0500 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1PxBfQ-0002cV-Q9; Wed, 09 Mar 2011 00:10:36 -0500 In-Reply-To: <1299646205.5625.2.camel@german-desktop> (=?utf-8?Q?=22Germ?= =?utf-8?Q?=C3=A1n?= Arias"'s message of "Tue, 08 Mar 2011 22:50:05 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 216.204.32.208 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8497 Archived-At: Germ=C3=A1n, It looks like you might have run "make clean", or perhaps unpacked a fresh copy of the source code, before running the command I asked you to run. In order for the command to tell us anything useful, it must be run after you have tried the normal build process and let it run as far as it will go. Can you please do that and try it again? Best, Mark Germ=C3=A1n Arias writes: > On mar, 2011-03-08 at 20:21 -0500, Mark H Weaver wrote: >> Germ=C3=A1n, >>=20 >> Please cd into guile-2.0.0/libguile, and from there run the following >> command: >>=20 >> gcc -std=3Dgnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=3D1 -I.. -I.. -I../= lib -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes -Wdeclara= tion-after-statement -Wundef -Wswitch-enum -fvisibility=3Dhidden -I/usr/loc= al/include -g -O2 -MT libguile_2.0_la-vm.lo -MD -MP -MF .deps/libguile_2.0_= la-vm.Tpo -c vm.c -o libguile_2.0_la-vm.o >>=20 >> and please show us the output of that command. That's the command that >> failed, but without redirecting stdout and stderr to /dev/null. >>=20 >> Thanks, >> Mark >>=20 > > Here the first lines, because there are a lot of errors: > > vm.c:20:22: error: config.h: No such file or directory [...]