[racket-dev] jit overflow error during building

2011-03-20 Thread Sam Tobin-Hochstadt
Currently, I can't build Racket from Git. I get this error: env XFORM_PRECOMP=yes ../racketcgc -cqu ../../../racket/gc2/xform.rkt --setup . --cpp "gcc -E -I./.. -I../../../racket/gc2/../include -pthread -DNEWGC_BTC_ACCOUNT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 " --keep-lines -o xsrc/prec

Re: [racket-dev] jit overflow error during building

2011-03-20 Thread Matthew Flatt
I've pushed an attempt to fix the problem, but I'll also try reproducing the problem on my Ubuntu machine. At Sun, 20 Mar 2011 14:53:20 -0400, Sam Tobin-Hochstadt wrote: > Currently, I can't build Racket from Git. I get this error: > > env XFORM_PRECOMP=yes ../racketcgc -cqu ../../../racket/gc2/

Re: [racket-dev] jit overflow error during building

2011-03-20 Thread Sam Tobin-Hochstadt
On Sun, Mar 20, 2011 at 2:58 PM, Matthew Flatt wrote: > I've pushed an attempt to fix the problem, but I'll also try > reproducing the problem on my Ubuntu machine. The build isn't done yet, but this appears to have fixed the problem. Thanks! > > At Sun, 20 Mar 2011 14:53:20 -0400, Sam Tobin-Ho