Sorry Jack but could you or somebody else direct me or give me a hint
what to do? I've never really used the git system -- despite retrieving
gretl updates before compiling stuff...
I tried to copy it into /home/at/git/gretl-git and call "git apply
at.diff" but this results in an error
<terminal>
at@ati7:~/git/gretl-git$ git apply at.diff
at.diff:9: trailing whitespace.
fprintf(stderr, "eval_Rfunc: can't find function %s\n", funname);
at.diff:11: trailing whitespace.
} else {
at.diff:12: trailing whitespace.
fprintf(stderr, "eval_Rfunc: function %s found ok\n", funname);
at.diff:25: trailing whitespace.
#define FDEBUG 1
at.diff:33: trailing whitespace.
fprintf(stderr, "gretl_R_function_exec: R_catch failed on %s\n", name);
error: Anwendung des Patches fehlgeschlagen: lib/src/geneval.c:8306
error: lib/src/geneval.c: Patch konnte nicht angewendet werden
error: Anwendung des Patches fehlgeschlagen: lib/src/gretl_foreign.c:38
error: lib/src/gretl_foreign.c: Patch konnte nicht angewendet werden
</terminal>
Artur
If you could apply the attached patch to current git (which just
includes a few debugging printouts) and re-run your script, maybe we
could have a better idea of what's going on.