<div class="gmail_quote"><div>Do you know, by chance, if your processor supports the SSE2 extensions?  It looks like you&#39;re compiling on a 32-bit Mac...</div><div><br></div><div>(In the meantime, if you don&#39;t need to use parallel futures, you can work around this by disabling futures in the build.  Rerun the configure script and pass --disable-futures.)</div>
<div><br></div><div>-James </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Is there something wrong with my build?  This happens when I remove everything from my build directory AND with a fresh repository (so it&#39;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://<a href="http://git.racket-lang.org/plt.git" target="_blank">git.racket-lang.org/plt.git</a>)<br>

<br>
<br>
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<br>
../../../racket/src/future.c: In function ?scheme_future_block_until_gc?:<br>
../../../racket/src/future.c:543: error: can&#39;t find a register in class ?BREG? while reloading ?asm?<br>
../../../racket/src/future.c:543: error: ?asm? operand has impossible constraints<br>
make[6]: *** [future.o] Error 1<br>
make[5]: *** [all] Error 2<br>
make[4]: *** [mzlibrary] Error 2<br>
make[3]: *** [cgc] Error 2<br>
make[2]: *** [3m] Error 2<br>
make[1]: *** [3m] Error 2<br>
make: *** [all] Error 2<br>
<br>
<br>
Thanks,<br>
-Everett<br></blockquote></div>