guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems to install Guile 2.0.0


From: Mark H Weaver
Subject: Re: Problems to install Guile 2.0.0
Date: Wed, 09 Mar 2011 00:10:36 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Germán,

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án Arias <address@hidden> writes:
> 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
[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]