sarna.dev
2021-3-22 12:56:24

so how exactly do I provide ++lib to raco exe so dynamic-require works? I swear I tried everything and it’s still not working


samdphillips
2021-3-22 16:28:52

Hi sarna. What is the error message that you get?


samdphillips
2021-3-22 16:38:50

sarna.dev
2021-3-22 16:57:06

I’m trying to include my own file, like “foo/bar.rkt”


sarna.dev
2021-3-22 17:02:27

I’m getting “collection not found” basically


sarna.dev
2021-3-22 17:03:05

I tried supplying collects-path but getting the same error


sarna.dev
2021-3-22 17:09:18

oh well, that wasn’t the problem.. I had to ++lib everything that showed up in the errors (racket/base/lang/reader and racket/file). now it works! thanks :))


samdphillips
2021-3-22 17:12:06

Yep.


samdphillips
2021-3-22 17:12:11

Noproblem