[racket-dev] Compile Error

From: Everett Morse (webj2 at unoc.net)
Date: Mon Sep 27 20:32:17 EDT 2010

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

Posted on the dev mailing list.