On Mon, Jul 05, 2010 at 01:59:13PM +0200, Alejandro Forero Cuervo wrote:
> The generated embedded-test.import.scm has this:
> 
>   (eval '(import chicken scheme))
>   (##sys#register-compiled-module
>     'embedded-test
>     (list '(register . embedded-test#register))
>     '((register . embedded-test#register))
>     (list (cons 'test (syntax-rules () ((test) (register)))))
>     (list))
> 
> And yet, /opt/chicken-4.5.0/bin/csc test.scm && ./test yields the error I
> quoted. :-/  Are you using 4.5.0?

Yes, I'm using 4.5.0, but I didn't install the extension.  I just ran
(use embedded-test) from the directory where I compiled it.

Could you send me a tarball containing the full egg as-is, including the
setup and meta files?

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to