[fluxus] scheme bindings

Dave Griffiths dave at pawfal.org
Thu Nov 10 09:56:36 PST 2005


> hi dave,
>
> ive just tried compiling todays cvs, to look at the blendmode additions,
> and
>  had a few conflicts in the checkout. in particular with the bindings.
>
> is there a reason you use calls like this ->
>  gh_new_procedure("recalc-normals", recalc_normals, 0,0,0);
>
> rather than this ->
>  gh_new_procedure0_0("recalc-normals", recalc_normals);
>
> for scheme functions with no arguments? and more importantly, does it
> break
> anything on linux if you change them (i havent had a chance to test it
> except on osx) ?+

IIRC I was forced to use the former version, as I couldn't get the latter
version to work (or it didn't exist). I'd have thought that os would have
no impact on this - what version of guile are you building against? It's
probably fine to change them.

What's the problem btw?

cheers,

dave





More information about the Fluxus mailing list