[plt-scheme] Re: FFI and ARM

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Apr 7 20:00:57 EDT 2007

At Sat, 07 Apr 2007 13:08:30 +0100, John Kozak wrote:
> The micro-problem is that ffitarget.h #defines FFI_CLOSURES to 0 and
> so a ffi_closure struct isn't defined, yet unconditionally used by foreign.c

Ah. It looks like libffi is only half-ported to ARM.

In this case, probably it would be possible and useful for `(lib
"foreign.ss")' to support everything except passing Scheme functions to
C functions. I'll coordinate with Eli.

Matthew



Posted on the users mailing list.