chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Changes to Svnwiki's extensions system coming


From: felix winkelmann
Subject: Re: [Chicken-users] Changes to Svnwiki's extensions system coming
Date: Mon, 10 Nov 2008 08:19:44 +0100

On Mon, Nov 10, 2008 at 7:56 AM, Ivan Raikov <address@hidden> wrote:
>
>  By the way, I did a fresh installation of svnwiki today, and it
> appears that any extensions using SRFI-40 streams no longer work. For
> example, the svnwiki-post-commit script bombs with the error below
> when trying the commit the Nameless Wiki for the first time. Any
> references to the SRFI-40 procedures like stream-cons, stream-delay
> and so on, result in the unbound variable error. Any ideas what's
> going on?
>

To load the macros, one will have to execute "(require-extension srfi-40)"
(this will load the macros into the compiler). Possibly this isn't done.
Compiling in verbose mode should show when (source-)files that define
syntax are loaded into the compiler.


cheers,
felix




reply via email to

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