Re: Solid modeling in Guile

2016-08-21 Thread Ralf Mattes
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

Re: Solid modeling in Guile

2016-08-21 Thread Ralf Mattes
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