At Sun, 17 Oct 2010 22:10:11 +0800, Nevo wrote: > I've tried to build latest version of Racket for both Linux and Mac from > git (master branch), with jit disabled, and found that both threw the same > *undefined* errors: > > [...] > > My configure is done in separate build directory with "../configure > --disable-jit". And the HEAD commit is commit > 51f20afd0b4d93b27645351dbe8b3e903dd4e0b6. > Does it require other features being disabled in order to build racket > without jit?
Yes, you also need `--disable-futures'. We should fix the `configure' script to either add that automatically or complain if futures are not disabled when the JIT is disabled. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

