You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both projects use require_relative '../common/include.rb
however after a successful build by rubyc --make-args="-j $(nproc)" --root=. --output=./project_a project_a/main.rb
and running the binary I obtain
/__enclose_io_memfs__/local/client/client.rb:6:in `require_relative': cannot load such file -- /__enclose_io_memfs__/local/common/config (LoadError)
from /__enclose_io_memfs__/local/client/client.rb:6:in `<top (required)>'
from /__enclose_io_memfs__/local/client/main.rb:1:in `require_relative'
from /__enclose_io_memfs__/local/client/main.rb:1:in `<main>'
The text was updated successfully, but these errors were encountered:
I have following project structure:
Both projects use
require_relative '../common/include.rb
however after a successful build by
rubyc --make-args="-j $(nproc)" --root=. --output=./project_a project_a/main.rb
and running the binary I obtain
The text was updated successfully, but these errors were encountered: