chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] (include) in (repl)


From: Dan Muresan
Subject: [Chicken-users] (include) in (repl)
Date: Thu, 20 Sep 2007 04:52:07 -0700
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

Hi,

if I compile x.scm which contains simply

(repl)

with

csc -v -R syntax-case -run-time-macros x.scm

I get the following error during (repl) execution:

$ ./x
#;> (require 'syntax-case)
; loading /opt/chicken-2.7/lib/chicken/2/syntax-case.so ...
; loading /opt/chicken-2.7/lib/chicken/2/syntax-case-chicken-macros.scm ...
Warning: the following toplevel variables are referenced but unbound:
  when (in one-file.481)

#;> (include "none.scm")
; including none.scm ...
Error: unbound variable: when

Am I doing something wrong? This is the current "development snapshot" of Chicken, but it seems to happen in 2.6 as well for me (and I didn't have this problem in 2.5).


Best,
Dan




reply via email to

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