Hi,
relative paths don't work for me on linux when using 'include' in
scripts, while ironically they seem to work fine on Windows.
Here's the example:
<script1>
# this script 'scriptinlevel2.inp' resides in $HOME/gretlpathtest/level2
include ../scriptingretlpathtest.inp
print "hello"
</script1>
<script2>
# this script 'scriptingretlpathtest.inp' resides in $HOME/gretlpathtest
function pathtest(int yo)
print "inside function"
end function
</script2>
Now when I run the first script on linux, an error window pops up "no
such file or directory".
I noticed this with a more complicated real-world case which I use
cross-platform and which runs fine on Windows, but not linux.
thanks,
sven