chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] more problems with macro expansion in a compiled bin


From: felix winkelmann
Subject: Re: [Chicken-users] more problems with macro expansion in a compiled binary
Date: Tue, 28 Mar 2006 04:59:31 +0200

Hm, very strange. It seems to work fine here:

; spifffyd.scm:

(declare (run-time-macros))
(include "chicken-more-macros")
(use spiffy)
(set! spiffy-root-path ".")
(start-server)

foo.wiki:

==Header==


% csi -R http-client
; loading library posix ...
; loading library srfi-1 ...
; loading /usr/local/lib/chicken/http-client.so ...
; loading /usr/local/lib/chicken/http-utils.so ...
#;1> (http:GET "localhost:8080/index.ssp?page=foo")
"<a name='Header'></a><h1>Header</h1>\n"
#;2>


Could you try this minimal example?
Have eggs you use (stream-wiki uses quite a lot, and is sensitive
about the order they are installed) been compiled with an older
version of chicken?


cheers,
felix




reply via email to

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