[racket] compiling 64bit for OS X 10.6?
Great, that seems to work, thanks!
FYI, I copied the options that were in the README in the src directory of the latest Racket Source (5.0), so that needs to be changed.
Best
Evan
On 10 Jun 2010, at 14:19, Sam Tobin-Hochstadt wrote:
> 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