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    [[email protected]]
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to