chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] syntax-case and Chicken 4.2.0


From: Dan Liebgold
Subject: [Chicken-users] syntax-case and Chicken 4.2.0
Date: Tue, 10 Nov 2009 19:05:13 -0800

I probably have something obvious wrong, but after installing the syntax-case egg in Chicken 4.2.0 I can't "require" it, and I can't make sense of the error:

> csi -R syntax-case

CHICKEN
(c)2008-2009 The Chicken Team
(c)2000-2007 Felix L. Winkelmann
Version 4.2.0 - SVN rev. 16023
linux-unix-gnu-x86 [ manyargs dload ptables applyhook ]
compiled 2009-11-09 on compile14-dog (Linux)

; loading /usr/local/lib/chicken/4/syntax-case.so ...

Error: call of non-procedure: #<unbound value>

        Call history:

        <syntax>                (##core#require-extension (syntax-case) #t)
        <syntax>                (##core#begin (##core#begin (##core#begin (##core#require-for-syntax (quote syntax-case))) (import s......
        <syntax>                (##core#begin (##core#begin (##core#require-for-syntax (quote syntax-case))) (import syntax-case))
        <syntax>                (##core#begin (##core#require-for-syntax (quote syntax-case)))
        <syntax>                (##core#require-for-syntax (quote syntax-case))
        <syntax>                (quote syntax-case)     <--
>


What am I doing wrong?  And is there a way to get Chicken to give more info about the error location?

Thanks!!

--
Dan Liebgold    [address@hidden]

reply via email to

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