Lucifers,
Now that we’re about to build Clownfish and Lucy separately, we have to find a
way to point Lucy to the Clownfish .cfh files. I can see the following options:
* Add a command-line option to Lucy’s build scripts which in
turn gets passed to the Clownfish compiler.
* Use an environment variable like CLOWNFISH_INCLUDE which
contains a list of paths the Clownfish compiler should search.
* Install .cfh files in some well-known locations like
/usr/include/cfh, /usr/local/include/cfh and have CFC always
search there.
We should probably provide a combination of these methods. I think we should
use all three. Thoughts?
Nick