unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile build problem with gcc 4.6.0
@ 2011-03-12 15:49 Douglas Mencken
  2011-03-13 19:26 ` Andy Wingo
  0 siblings, 1 reply; 7+ messages in thread
From: Douglas Mencken @ 2011-03-12 15:49 UTC (permalink / raw)
  To: bug-guile

GC 4.6.0 introduced new warning: unused-but-set-variable, so with
-Werror it's now impossible to build guile.

/bin/bash ../libtool  --tag=CC   --mode=compile
powerpc-gnu-linux-uclibc-gcc -DHAVE_CONFIG_H   -I.. -I.. -I..
-pthread -g -O2 -Wall -Wmissing-prototypes -Werror -MT
libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo -c -o
libguile_la-async.lo `test -f 'async.c' || echo './'`async.c
libtool: compile:  powerpc-gnu-linux-uclibc-gcc -DHAVE_CONFIG_H -I..
-I.. -I.. -pthread -g -O2 -Wall -Wmissing-prototypes -Werror -MT
libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo -c
async.c  -fPIC -DPIC -o .libs/libguile_la-async.o
async.c: In function 'scm_i_queue_async_cell':
async.c:243:14: error: variable 'count' set but not used
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

make[3]: *** [libguile_la-async.lo] Error 1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-03-20 20:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12 15:49 guile build problem with gcc 4.6.0 Douglas Mencken
2011-03-13 19:26 ` Andy Wingo
2011-03-14 16:51   ` Douglas Mencken
2011-03-17 10:46     ` Andy Wingo
2011-03-17 16:58       ` Ludovic Courtès
2011-03-20 19:11         ` Douglas Mencken
2011-03-20 20:13           ` Andy Wingo

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).