[racket] compiling 64bit for OS X 10.6?

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Thu Jun 10 09:19:49 EDT 2010

On Thu, Jun 10, 2010 at 9:11 AM, evan.raskob [lists]
<lists at lowfrequency.org> wrote:
> Hi,
>
> I'm trying to get Racket to compile on 10.6.3.  I follow the instructions:
>
> mkdir build
> cd build
> ../configure --enable-mac64 --enable-sgc --disable-mred
> make

I think you need to change --disable-mred to --disable-gracket. The
error you're getting is in the GUI library build, which you should be
disabling.

-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.