[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#22141: guile-2.1.1 fails with error 134 in ice-9/psyntax-pp.go on cy
From: |
Andy Wingo |
Subject: |
bug#22141: guile-2.1.1 fails with error 134 in ice-9/psyntax-pp.go on cygwin x86_64 |
Date: |
Tue, 28 Feb 2017 15:36:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Tue 23 Aug 2016 17:01, "Arnaud Gardelein" <address@hidden> 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#22141: guile-2.1.1 fails with error 134 in ice-9/psyntax-pp.go on cygwin x86_64,
Andy Wingo <=