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


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

Reply via email to