13 Fév
2020
13 Fév
'20
15:07
Hi! This: echo "(package: a)" > gerbil.pkg echo "(define (abc) 'yes)" > a.scm gxi (import ./a) fails with:
(import ./a) *** ERROR IN ##main -- Syntax Error *** ERROR IN (console)@1.9 --- Syntax Error: Cannot resolve relative module path; not in module context ... form: ./a
This should obviously work, right?! what's wrong?? Phil