On Tue 23 Aug 2016 17:01, "Arnaud Gardelein" <arn...@oscopy.org> writes:
> CC libguile_2.2_la-weak-set.lo > weak-set.c:165:1: error: conflicting types for 'GC_move_disappearing_link' > GC_move_disappearing_link (void **from, void **to) > ^ > In file included from ../libguile/bdw-gc.h:47:0, > from ../libguile/gc.h:186, > from ../libguile/pairs.h:28, > from ../libguile/_scm.h:74, > from weak-set.c:27: > ../gc/gc.h:1147:20: note: previous declaration of > 'GC_move_disappearing_link' was here > GC_API int GC_CALL GC_move_disappearing_link(void ** /* link */, I believe this indicates that the GC_move_disappearing_link check failed in your ./configure, while it was in fact actually there. Have you had any success in the meantime with later prereleases? Andy