chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] SRFI-57 egg needs SRFI-1


From: felix winkelmann
Subject: Re: [Chicken-users] SRFI-57 egg needs SRFI-1
Date: Wed, 23 Mar 2005 00:14:20 -0800

That's correct. The compiler provides srfi-1 automatically,
and I had a (use srfi-1) in my .csirc. Sorry.
I'll fix the egg.


cheers,
felix


On Mon, 21 Mar 2005 17:58:07 -0800, Dale Jordan <address@hidden> wrote:
> After installing SRFI-57 egg I got some errors regarding procedure arity
> when using it from csi.  It apparently uses the extended versions of
> member and assoc from SRFI-1.  I'm not sure how egg compilation, the
> psyntax module system and csi all interact, but the problem went away
> and everything seems to work by putting
> 
> (require-extension srfi-1)
> 
> at the top of srfi-57.scm.  Is this the correct fix?
> 
> Dale Jordan
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users
>




reply via email to

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