chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Problem with srfi-42 egg


From: Ian Oversby
Subject: [Chicken-users] Problem with srfi-42 egg
Date: Tue, 09 Jan 2007 15:20:32 +0000

I'm getting errors when trying to use the srfi-42 egg on chicken 2.5. The usage is fairly basic, and it is complaining about an unbound variable - :-dispatch

Here is the code:

(require "syntax-case")
(require "srfi-42")
(list-ec (: i 5) (* i i))

And these are the error messages:

Version 2.5 - windows-mingw32-x86 - [ dload ptables applyhook cmake ]
(c)2000-2006 Felix L. Winkelmann
#;1> (require "syntax-case")
; loading c:\chicken\bin\syntax-case.dll ...
; loading c:\chicken\bin\syntax-case-chicken-macros.scm ...
#;2> (require "srfi-42")
; loading c:\chicken\bin\srfi-42.scm ...
#;3> (list-ec (: i 5) (* i i))
Error: unbound variable: :-dispatch

       Call history:

<eval> ((lambda (g1453) (if g1453 (##sys#apply (lambda (g1454)
(quote #(syntax-object (if #f #f) ((top) #(ribcage #(dummy) #((...
<eval> ($syntax-dispatch g1407 (quote (any #(atom 1) () ())))
[snip]

Ian

_________________________________________________________________
MSN Hotmail is evolving – check out the new Windows Live Mail http://ideas.live.com





reply via email to

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