chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] srfi-2 and csc


From: felix winkelmann
Subject: Re: [Chicken-users] srfi-2 and csc
Date: Mon, 1 May 2006 14:03:09 +0200

This patch to parameters.scm should fix the problem:

% darcs diff parameters.scm
110c110
<   '(chicken srfi-23 srfi-30 srfi-39 srfi-6 srfi-10
---
  '(chicken srfi-23 srfi-30 srfi-39 srfi-6 srfi-10 srfi-2


cheers,
felix

On 4/27/06, Dan <address@hidden> wrote:
Hi,

the following x.scm compiles

---
(require-extension (srfi 2))
---

with warning "Warning: extension `(srfi 2)' is
currently not installed"; running x, I get

Error: (require) can not load extension: srfi-2

        Call history:

        ##sys#require                   <--

Which is strange, because srfi-2 (and-let*) works fine
in csi.

Other installed or built-in extensions don't seem to
cause an error.

-- Dan

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


_______________________________________________
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]