[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failing to build g-wrap for guile 1.9.10
From: |
Andreas Rottmann |
Subject: |
Re: Failing to build g-wrap for guile 1.9.10 |
Date: |
Wed, 02 Jun 2010 21:29:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Romel Sandoval <address@hidden> writes:
> After configure while trying to build I got this:
>
> ..
> Making all in g-wrap
> make[2]: se ingresa al directorio `/home/romel/src/g-wrap/g-wrap'
> make all-am
> make[3]: se ingresa al directorio `/home/romel/src/g-wrap/g-wrap'
> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I.. -I.. -I/home/romel/usr/include
> -I/home/romel/usr/include/guile/2.0 -g -O2 -Wall -Wmissing-prototypes
> -Werror -std=gnu99 -MT core-runtime.lo -MD -MP
> -MF .deps/core-runtime.Tpo -c -o core-runtime.lo core-runtime.c
> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I..
> -I/home/romel/usr/include -I/home/romel/usr/include/guile/2.0 -g -O2
> -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT core-runtime.lo -MD
> -MP -MF .deps/core-runtime.Tpo -c core-runtime.c -fPIC -DPIC
> -o .libs/core-runtime.o
> cc1: warnings being treated as errors
> core-runtime.c: In function ‘gw_raise_error’:
> core-runtime.c:55: error: ignoring return value of ‘vasprintf’, declared
> with attribute warn_unused_result
>
Could you try the attached patch? It should fix this issue. As noted by
Andy Wingo, you can also use `--disable-Werror' when running configure.
+vasprintf.patch
Description: Text Data
Regards, Rotty
--
Andreas Rottmann -- <http://rotty.yi.org/>
- Re: Failing to build g-wrap for guile 1.9.10, Andy Wingo, 2010/06/01
- Re: Failing to build g-wrap for guile 1.9.10, Romel Sandoval, 2010/06/01
- Re: Failing to build g-wrap for guile 1.9.10, Ludovic Courtès, 2010/06/01
- Re: Failing to build g-wrap for guile 1.9.10, Andy Wingo, 2010/06/02
- Re: Failing to build g-wrap for guile 1.9.10,
Andreas Rottmann <=
- Re: Failing to build g-wrap for guile 1.9.10, Romel Sandoval, 2010/06/02
- Re: Failing to build g-wrap for guile 1.9.10, Andreas Rottmann, 2010/06/03
- Re: Failing to build g-wrap for guile 1.9.10, Romel Sandoval, 2010/06/03
- Re: Failing to build g-wrap for guile 1.9.10, Andreas Rottmann, 2010/06/03
- Re: Failing to build g-wrap for guile 1.9.10, Romel Sandoval, 2010/06/03