chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Exporting proc and macro that references it?


From: Peter Bex
Subject: Re: [Chicken-users] Exporting proc and macro that references it?
Date: Mon, 5 Jul 2010 14:08:10 +0200
User-agent: Mutt/1.4.2.3i

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



reply via email to

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