From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Germ=E1n?= Arias Newsgroups: gmane.lisp.guile.user Subject: Re: Problems to install Guile 2.0.0 Date: Tue, 08 Mar 2011 22:50:05 -0600 Message-ID: <1299646205.5625.2.camel@german-desktop> References: <1299610640.12945.1.camel@german-desktop> <87d3m1e0dq.fsf@gnu.org> <1299628449.5606.1.camel@german-desktop> <874o7dxf5j.fsf@netris.org> Reply-To: german@xelalug.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1299646229 25665 80.91.229.12 (9 Mar 2011 04:50:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 04:50:29 +0000 (UTC) Cc: Ludovic =?ISO-8859-1?Q?Court=E8s?= , guile-user@gnu.org To: Mark H Weaver Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 09 05:50:22 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 1PxBLm-0006ln-W4 for guile-user@m.gmane.org; Wed, 09 Mar 2011 05:50:19 +0100 Original-Received: from localhost ([127.0.0.1]:41023 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxBLm-0000pi-Ak for guile-user@m.gmane.org; Tue, 08 Mar 2011 23:50:18 -0500 Original-Received: from [140.186.70.92] (port=38318 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxBLh-0000pd-Fs for guile-user@gnu.org; Tue, 08 Mar 2011 23:50:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxBLg-0003KO-JA for guile-user@gnu.org; Tue, 08 Mar 2011 23:50:13 -0500 Original-Received: from mail-gx0-f169.google.com ([209.85.161.169]:63858) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxBLf-0003K3-0U; Tue, 08 Mar 2011 23:50:11 -0500 Original-Received: by gxk2 with SMTP id 2so81059gxk.0 for ; Tue, 08 Mar 2011 20:50:09 -0800 (PST) Original-Received: by 10.91.72.38 with SMTP id z38mr4165677agk.57.1299646209853; Tue, 08 Mar 2011 20:50:09 -0800 (PST) Original-Received: from [192.168.1.5] ([190.149.101.143]) by mx.google.com with ESMTPS id 35sm1913921ano.31.2011.03.08.20.50.07 (version=SSLv3 cipher=OTHER); Tue, 08 Mar 2011 20:50:08 -0800 (PST) In-Reply-To: <874o7dxf5j.fsf@netris.org> X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.169 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:8496 Archived-At: On mar, 2011-03-08 at 20:21 -0500, Mark H Weaver wrote: > Germán, > > Please cd into guile-2.0.0/libguile, and from there run the following > command: > > gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wundef -Wswitch-enum -fvisibility=hidden -I/usr/local/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 > > and please show us the output of that command. That's the command that > failed, but without redirecting stdout and stderr to /dev/null. > > Thanks, > Mark > Here the first lines, because there are a lot of errors: vm.c:20:22: error: config.h: No such file or directory In file included from vm.c:29: ../libguile/bdw-gc.h:24:32: error: libguile/scmconfig.h: No such file or directory In file included from _scm.h:67, from vm.c:32: ../libguile/__scm.h:406:5: warning: "SCM_SIZEOF_LONG_LONG" is not defined In file included from ../libguile/__scm.h:426, from _scm.h:67, from vm.c:32: ../libguile/tags.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_t_signed_bits’ ../libguile/tags.h:66: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_t_bits’ In file included from ../libguile/print.h:28, from _scm.h:72, from vm.c:32: ../libguile/chars.h:29: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_t_wchar’ ../libguile/chars.h:85: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_c_upcase’ ../libguile/chars.h:86: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_c_downcase’ ../libguile/chars.h:87: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_c_titlecase’ In file included from ../libguile/print.h:29, from _scm.h:72, from vm.c:32: ../libguile/options.h:34: error: expected specifier-qualifier-list before ‘scm_t_bits’ In file included from _scm.h:72, from vm.c:32: ../libguile/print.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_tc16_port_with_ps’ ../libguile/print.h:81: error: expected ‘)’ before ‘n’ ../libguile/print.h:82: error: expected ‘)’ before ‘n’ In file included from ../libguile/gc.h:28, from _scm.h:75, from vm.c:32: ../libguile/hooks.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘scm_tc16_hook’ In file included from ../libguile/threads.h:30, from ../libguile/gc.h:29, from _scm.h:75, from vm.c:32: ../libguile/iselect.h:31:5: warning: "SCM_HAVE_SYS_SELECT_H" is not defined ../libguile/iselect.h:35:5: warning: "SCM_HAVE_WINSOCK2_H" is not defined In file included from ../libguile/threads.h:32, from ../libguile/gc.h:29, from _scm.h:75, from vm.c:32: ../libguile/continuations.h:66: error: expected specifier-qualifier-list before ‘scm_t_ptrdiff’ In file included from ../libguile/gc.h:29, from _scm.h:75, from vm.c:32: ../libguile/threads.h:34:5: warning: "SCM_USE_PTHREAD_THREADS" is not defined ../libguile/threads.h:38:5: warning: "SCM_USE_NULL_THREADS" is not defined In file included from ../libguile/gc.h:29,