With standard gerbil new
project structure, cannot gerbil interactive hello/main.ss
.
#1242
Labels
gerbil new
project structure, cannot gerbil interactive hello/main.ss
.
#1242
Discussed in #1241
Originally posted by metaleap June 12, 2024
Newb question time! With the
gerbil new
hello-world starter project that does successfullygerbil build
— I'm trying to work out an interpretedgerbil run
equivalent, but bothgerbil interactive hello/main.ss
andcd hello && gerbil interactive main.ss
error out with:Does the interpreter not support/grok all that the compiler (or build script) does, out of box? Namely here the
import
of relative dir path./lib
? (Manually also specifying it via-L
arg btw doesn't seem make a difference wrt the above error.)The text was updated successfully, but these errors were encountered: