Re: Bug#625355: guile-1.8: ftbfs with gcc-4.6 -Werror

2011-05-08 Thread Rob Browning
(If possible, please preserve the 625355-forwarded address in any replies.) It appears that guile won't build with the default flags with gcc 4.6, given -Werror and some new 4.6 warnings. You can see the warnings in the build log here:

Re: Bug#625355: guile-1.8: ftbfs with gcc-4.6 -Werror

2011-05-08 Thread Ludovic Courtès
Hi Rob, Rob Browning r...@defaultvalue.org writes: The warnings look like this: async.c: In function 'scm_i_queue_async_cell': async.c:243:14: warning: variable 'count' set but not used [-Wunused-but-set-variable] I suggest configuring with --disable-error-on-warning for the time