[racket-dev] Compile Error

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Sep 27 23:17:17 EDT 2010

It looks like something is going wrong with futures. I'm not sure why,
but try running configure with --disable-futures and see if that
helps.

Robby

On Mon, Sep 27, 2010 at 7:32 PM, Everett Morse <webj2 at unoc.net> wrote:
> Is there something wrong with my build?  This happens when I remove everything from my build directory AND with a fresh repository (so it's not something weird I did).  I tried a pull on Fri, Sat, and today (Mon), and get this error still.  (Using the command git clone git://git.racket-lang.org/plt.git)
>
>
> gcc -m32 -I./.. -I../../../racket/src/../include -arch i386  -Wall  -DOS_X -D_DARWIN_UNLIMITED_SELECT -pthread   -fno-common  -c ../../../racket/src/future.c -o future.o
> ../../../racket/src/future.c: In function ‘scheme_future_block_until_gc’:
> ../../../racket/src/future.c:543: error: can't find a register in class ‘BREG’ while reloading ‘asm’
> ../../../racket/src/future.c:543: error: ‘asm’ operand has impossible constraints
> make[6]: *** [future.o] Error 1
> make[5]: *** [all] Error 2
> make[4]: *** [mzlibrary] Error 2
> make[3]: *** [cgc] Error 2
> make[2]: *** [3m] Error 2
> make[1]: *** [3m] Error 2
> make: *** [all] Error 2
>
>
> Thanks,
> -Everett
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.