On 1/24/06, Joel Reymont <[EMAIL PROTECTED]> wrote: > > I'm still getting the same error although I don't see apply being > used anywhere. > > How do I work around this issue? >
On UNIX, you can download libffi (http://www.call-with-current-continuation.org/libffi-2.tgz) and reconfigure/make/ install chicken - this library allows constructzion of arbitrary C function calls. (you see it enabled when csi -v shows libffi somewhere). On Windows, using a relatively new development snapshot or bootstrapping from the darcs head should give you something that works (here we use MSVC inline assembly). cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
