chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] moving "-I blah" into source


From: Tobia Conforto
Subject: Re: [Chicken-users] moving "-I blah" into source
Date: Mon, 1 Dec 2008 17:22:19 +0100

TongKe Xue wrote:
Instead of:
"csi -I some_dir -s blah.scm"
can I put something in the top of blah.scm so I only have to type:
"csi -s blah.scm"

This should work:

(set! ##sys#include-pathnames (cons "/home/tobia/include" ##sys#include-pathnames))

It uses a Chicken internal variable, but I don't think there's an easier/safer way. Try to use absolute pathnames, I had trouble with relative ones.


Tobia




reply via email to

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