[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems to install Guile 2.0.0
From: |
Germán Arias |
Subject: |
Re: Problems to install Guile 2.0.0 |
Date: |
Tue, 08 Mar 2011 22:50:05 -0600 |
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,
- Problems to install Guile 2.0.0, Germán Arias, 2011/03/08
- Re: Problems to install Guile 2.0.0, Ludovic Courtès, 2011/03/08
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/08
- Re: Problems to install Guile 2.0.0, Mark H Weaver, 2011/03/08
- Re: Problems to install Guile 2.0.0,
Germán Arias <=
- Re: Problems to install Guile 2.0.0, Mark H Weaver, 2011/03/09
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/09
- Re: Problems to install Guile 2.0.0, Mark H Weaver, 2011/03/09
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/09
- Re: Problems to install Guile 2.0.0, Neil Jerram, 2011/03/09
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/09
- Re: Problems to install Guile 2.0.0, Ludovic Courtès, 2011/03/10
- Re: Problems to install Guile 2.0.0, rixed, 2011/03/10
- Re: Problems to install Guile 2.0.0, Keith Wright, 2011/03/10
- Re: Problems to install Guile 2.0.0, Ludovic Courtès, 2011/03/10