From: "Germán Arias" <german@xelalug.org>
To: Paul Emsley <paul.emsley@bioch.ox.ac.uk>
Cc: "guile-user@gnu.org" <guile-user@gnu.org>
Subject: Re: Problem to compile g-wrap
Date: Sat, 15 Oct 2011 15:55:09 -0600 [thread overview]
Message-ID: <1318715709.5494.0.camel@german-desktop> (raw)
In-Reply-To: <4E95958E.7010407@bioch.ox.ac.uk>
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.
prev parent reply other threads:[~2011-10-15 21:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-01 23:53 Problem to compile g-wrap Germán Arias
2011-10-03 22:58 ` Germán Arias
2011-10-04 19:50 ` Ludovic Courtès
2011-10-05 0:00 ` Germán Arias
2011-10-05 10:11 ` Ludovic Courtès
2011-10-06 6:12 ` Germán Arias
2011-10-06 19:07 ` Ludovic Courtès
2011-10-07 18:31 ` Germán Arias
2011-10-12 13:26 ` Paul Emsley
2011-10-15 21:55 ` Germán Arias [this message]
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=1318715709.5494.0.camel@german-desktop \
--to=german@xelalug.org \
--cc=guile-user@gnu.org \
--cc=paul.emsley@bioch.ox.ac.uk \
/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).