> On Mar 10, 2017, at 12:13 AM, Andy Wingo <wi...@pobox.com> wrote: > > 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 :)
FYI, I rebuilt with gcc: gcc is generating a warning on my code above. — Matt