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

2007-09-21 Thread felix winkelmann
On 9/20/07, Dan Muresan [EMAIL PROTECTED] wrote: Hi, if I compile x.scm which contains simply (repl) with csc -v -R syntax-case -run-time-macros x.scm -run-time-macros has no effect with syntax-case. You might as well compile with csc x.scm. I get the following error during (repl)

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

2007-09-20 Thread Dan Muresan
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

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

2007-09-20 Thread Alex Queiroz
Hallo, On 9/20/07, Dan Muresan [EMAIL PROTECTED] wrote: 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