Grant Jacobs wrote:
I've been trying to get up to tricks with the in clause of uses, eg.
uses GHJStdDefs in 'GHJLibraries/GHJStdDefs.p' ;
For me this seems to work. What exactly did you do?
It seems to me that the in clause only supports filenames, not paths - true? (or put another way, that's what it appears to do: is this the intended/standard/expected behaviour?) The only way I have been able to get GPC to see my libraries is to use --unit-path on the command-line. I'll pop a note into the doc forms later.
That's generally recommended. Putting absolute paths into the source is obviously a bad idea, but a relative path might be ok ... Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707