chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Error: (apply) parameter limit exceeded


From: felix winkelmann
Subject: Re: [Chicken-users] Error: (apply) parameter limit exceeded
Date: Wed, 25 Jan 2006 07:55:28 +0100

On 1/24/06, Joel Reymont <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]