[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem to compile g-wrap
From: |
Germán Arias |
Subject: |
Re: Problem to compile g-wrap |
Date: |
Sat, 15 Oct 2011 15:55:09 -0600 |
On mié, 2011-10-12 at 14:26 +0100, Paul Emsley wrote:
> On 03/10/11 23:58, Germán Arias wrote:
> > I found the problem. the configuration say:
> >
> > checking size of size_t... 4
> > checking size of ssize_t... 4
> > checking for guile... /usr/local/bin/guile
> > checking for guile-config... /usr/local/bin/guile-config
> > checking for guile-tools... /usr/local/bin/guile-tools
> > checking libguile compile flags... -pthread
> > -I/usr/local/include/guile/2.0 -I/usr/local/include
> > checking libguile link flags... -L/usr/local/lib -lguile-2.0 -lgc
> > checking for guile-2.0... no
> >
> >
> > Why? the Guile libraries are just there.
> >
> >>
> >> Any advice? Thanks.
> >
>
> This (the final report line) is not checking the guile libraries, it is
> checking that the guile you are using can be executed with or without a
> version extension (GUILE_VERSIONED). I don't think that that is related
> to the problem.
>
> It seems to me that you are compiling g-wrap too rigorously. Try
> turning off -Wall, -Werror and/or -Werror-implicit-function-declaration
>
> i.e. in g-wrap/Makefile
>
> CFLAGS = -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99
> ->
> CFLAGS = -g -O2
>
> Paul.
Even if I modify all Makefiles I get the same errors. I will try with
g-wrap from git.
- Problem to compile g-wrap, Germán Arias, 2011/10/01
- Re: Problem to compile g-wrap, Germán Arias, 2011/10/03
- Re: Problem to compile g-wrap, Ludovic Courtès, 2011/10/04
- Re: Problem to compile g-wrap, Germán Arias, 2011/10/04
- Re: Problem to compile g-wrap, Ludovic Courtès, 2011/10/05
- Re: Problem to compile g-wrap, Germán Arias, 2011/10/06
- Re: Problem to compile g-wrap, Ludovic Courtès, 2011/10/06
- Re: Problem to compile g-wrap, Germán Arias, 2011/10/07
Re: Problem to compile g-wrap, Paul Emsley, 2011/10/12
- Re: Problem to compile g-wrap,
Germán Arias <=