Re: [racket-users] Problems with modules and with raco

2016-08-14 Thread rumpz
> > > > words.rkt: > > > > #lang racket > > (require racket/serialize) > > (provide (struct-out word)) > > > > (serializable-struct word > >(type > > ecc.)) > > > >

[racket-users] Re: Problems with modules and with raco

2016-08-13 Thread rumpz
> This sounds to me like it is using the old bytecode files, since the original > files haven't changed. Does removing the compiled/ directory fix this issue? Just tried it, and it doesnt. > What exactly are you doing with the namespace-anchor? Usually, > `dynamic-require` Later in the

[racket-users] Problems with modules and with raco

2016-08-12 Thread rumpz
ace-anchor->namespace a)) If I compile app.rkt with "raco exe app.rkt" and "raco distribute appdir app" and I move the "appdir" directory to another system, when I run ./app it crashes with this error: default-load-handler: cannot open module file module p