chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] awk egg and multiple unbound references


From: Christian Kellermann
Subject: Re: [Chicken-users] awk egg and multiple unbound references
Date: Thu, 8 Sep 2011 10:13:22 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

* Imran Rafique <address@hidden> [110908 08:30]:
> I can't import the awk egg :(
> 
> My box is currently running chicken-4.6.3, with the latest awk & regex eggs.
> When importing awk, I get lots of unbound variable errors (see repl output
> at the end of this mail)
> 
> awk.scm uses the regex egg, and needs it for 'string-search-positions'. So
> without (use regex), it will complain about just that (obviously). But with
> (use regex), I get tons of errors (as you can see below). Why are unless,
> let*-values etc unavailable? Shouldn't they be available with '(import
> scheme chicken)'? And as you can see from the debugging output, both
> 'scheme' and 'chicken' are correctly loaded.

It seems that it was missing a import-for-syntax. I have tagged
version 1.7 could you try this?

Thanks for the excellent report!

Christian

-- 
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
 -- Lao Tse. 



reply via email to

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