Skip to content

With standard gerbil new project structure, cannot gerbil interactive hello/main.ss. #1242

Open
@vyzo

Description

Discussed in #1241

Originally posted by metaleap June 12, 2024
Newb question time! With the gerbil new hello-world starter project that does successfully gerbil build — I'm trying to work out an interpreted gerbil run equivalent, but both gerbil interactive hello/main.ss and cd hello && gerbil interactive main.ss error out with:

*** ERROR IN gx#core-resolve-library-relative-module-path -- 
*** ERROR IN "hello/main.ss"@5.9-5.14
--- Syntax Error: Cannot resolve relative module path; not in module context
... form:   ./lib

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.)

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions