On Sat, Aug 20, 2016 at 10:26:53AM -0400, Matthew Keeter wrote:
> I added a cmath include and qualified isnan with std::,
> try it out now and see if that fixes it (commit 61ce8e1).
Yes, it does fix the compilation problem.
There seems to be a problem with out-of-tree building (or isn't that
suppo
One other thing,
your script (ao-guile) starts with a hash-bang "/usr/bin/env guile".
At least on Debian that might not work since guile might well be a link
to guile-1.8
Maybe you need to make the guile binary a configuration option?
Cheers, RalfD