unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: "Germán Arias" <german@xelalug.org>
To: Mark H Weaver <mhw@netris.org>
Cc: "Ludovic Courtès" <ludo@gnu.org>, guile-user@gnu.org
Subject: Re: Problems to install Guile 2.0.0
Date: Tue, 08 Mar 2011 22:50:05 -0600	[thread overview]
Message-ID: <1299646205.5625.2.camel@german-desktop> (raw)
In-Reply-To: <874o7dxf5j.fsf@netris.org>

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,




  reply	other threads:[~2011-03-09  4:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-08 18:57 Problems to install Guile 2.0.0 Germán Arias
2011-03-08 22:02 ` Ludovic Courtès
2011-03-08 23:54   ` Germán Arias
2011-03-09  1:21     ` Mark H Weaver
2011-03-09  4:50       ` Germán Arias [this message]
2011-03-09  5:10         ` Mark H Weaver
2011-03-09  6:42           ` Germán Arias
2011-03-09  8:52             ` Mark H Weaver
2011-03-09 20:42               ` Germán Arias
2011-03-09 20:58                 ` Neil Jerram
2011-03-10  1:44                   ` Germán Arias
2011-03-10 10:58                     ` Ludovic Courtès
2011-03-10 14:24                       ` rixed
2011-03-10 18:25                       ` Keith Wright
2011-03-10 18:30                         ` Ludovic Courtès
2011-03-08 22:12 ` Mark H Weaver
2011-03-09  0:05   ` Germán Arias
2011-03-09  8:19     ` Andy Wingo
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 18:41 Mike Gran
2011-03-10 19:02 ` Germán Arias
2011-03-10 19:46   ` Mark H Weaver

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1299646205.5625.2.camel@german-desktop \
    --to=german@xelalug.org \
    --cc=guile-user@gnu.org \
    --cc=ludo@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).