|
| From: | Thomas Chust |
| Subject: | Re: [Chicken-users] using test-infrastructure in chicken-1.63 |
| Date: | Thu, 28 Oct 2004 21:02:53 +0200 |
| User-agent: | Mozilla Thunderbird 0.8 (X11/20040913) |
Hello, Ruhi Bloodworth wrote:
Hi,
I've run into the following problems trying to use test-infrastructure.scm
1) How do I run scripts with highlevel macros?
#! /usr/bin/csi -hygienic -script
fails with
Error: (load) can not open file: "-hygienic -script"
That's a general unix problem -- you cannot pass more than a single option to the interpreter in the #! line of a script!
[...]
cu, Thomas
| [Prev in Thread] | Current Thread | [Next in Thread] |