Hi,
Hitting a snag compiling guile.
# ./configure --prefix=/usr
# make
..
gc.c:213: error: static declaration of 'GC_get_free_space_divisor' follows
non-static declaration
/usr/include/gc/gc.h:260: error: previous declaration of
'GC_get_free_space_divisor' was here
make[3]: *** [libguile_2.2_l
Waitman Gobble wrote ..
>
> Hi,
>
> Hitting a snag compiling guile.
>
> # ./configure --prefix=/usr
> # make
> ..
> gc.c:213: error: static declaration of 'GC_get_free_space_divisor' follows
> non-static
> declaration
> /usr/include/gc/gc.h:260: error: previous declaration of
> 'GC_get_free_s