On Fri 10 Mar 2017 03:01, Matt Wette <matt.we...@gmail.com> writes: > In file included from async.c:27: > ../libguile/atomics-internal.h:75:20: error: address argument to atomic > operation must be a pointer to _Atomic type ('SCM *' (aka 'struct > scm_unused_struct **') invalid) > return SCM_PACK (atomic_exchange (loc, val));
Right, forgot to fix this one. Following up on your other message where you had success with clang, I fixed this and pushed. We'll see in the next prerelease then :) Andy