[racket-dev] Strange module mismatch

2010-11-03 Thread Casey Klein
I'm hitting a module mismatch that won't go away no matter how many times I type raco make or raco setup. Running the module #lang racket (require redex) variables-not-in produces link: module mismatch, probably from old bytecode whose dependencies have changed: variable not provided (directly

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Carl Eastlund
Is the DrRacket option populate compiled/ directories enabled or disabled? If it is enabled, disable it and try again. I get this kind of behavior with planet development links sometimes; see PR 10685. Of course, these problems may not be directly related even if this option does fix your

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Casey Klein
I get the same error with the option disabled. On Wed, Nov 3, 2010 at 1:41 PM, Carl Eastlund c...@ccs.neu.edu wrote: Is the DrRacket option populate compiled/ directories enabled or disabled?  If it is enabled, disable it and try again.  I get this kind of behavior with planet development

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Robby Findler
Did you edit files that drracket depends on and then not restart drracket? On Wed, Nov 3, 2010 at 1:24 PM, Casey Klein clkl...@eecs.northwestern.edu wrote: I'm hitting a module mismatch that won't go away no matter how many times I type raco make or raco setup. Running the module #lang

Re: [racket-dev] Strange module mismatch

2010-11-03 Thread Casey Klein
No, but I did run the wrong drracket executable after getting a pristine build. Sorry for the noise! On Wed, Nov 3, 2010 at 2:06 PM, Robby Findler ro...@eecs.northwestern.edu wrote: Did you edit files that drracket depends on and then not restart drracket? On Wed, Nov 3, 2010 at 1:24 PM, Casey