Begin forwarded message:
From: Marc Feeley feeley@iro.umontreal.ca Date: May 5, 2006 10:43:06 PM GMT+02:00 To: Eric Merritt cyberlync@gmail.com Subject: Re: [gambit-list] Path for ##include
On 5-May-06, at 10:30 PM, Eric Merritt wrote:
Is there a way to specify a set of directories that ##include will use to find files. After rooting around in the sources for an hour or so I was unable to find anything. I have been trying various project/library layouts and have happened across a couple that should work well. However, they won't work if all of there dependent headers must be in the same directory as the source or the gambit install directory.
Do you have any suggestions? I am currently implementing a "require" form, which has the concept of modules and I'm pondering what would be the best way to locate the modules. I dislike search paths (because the meaning of a program will depend on an environment variable, which seems insecure), but maybe there is no better way.
Marc