[racket] compiling 64bit for OS X 10.6?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Jun 10 10:53:08 EDT 2010

Thanks for the report. I have a repair for this for the next version
--- but I don't think I've pushed it to the main git repo, yet. If not,
I'll push sometime soon.

At Thu, 10 Jun 2010 15:19:14 +0100, "evan.raskob [lists]" wrote:
> One further problem - after it builds raco, there are more errors with 
> mzscheme:
> 
> raco setup: post-installing: help
> raco setup: post-installing: mred
> raco setup: post-installing: mysterx
> raco setup: post-installing: mzcom
> raco setup: post-installing: mzscheme
> file-position: expects type <non-negative exact integer or eof> as 2nd 
> argument, given: #f; other arguments were: 
> #<input-port:/Users/evan/cvs/Racket/bin/mzscheme>
> raco setup: post-installing: racket/gui
> raco setup: done
> raco setup: 
> raco setup: error: during Post Install for mzscheme
> raco setup:   file-position: expects type <non-negative exact integer or eof> 
> as 2nd argument, given: #f; other arguments were: 
> #<input-port:/Users/evan/cvs/Racket/bin/mzscheme>
> make[1]: *** [install-3m] Error 1
> make: *** [install] Error 2
> 
> 
> 
> 
> On 10 Jun 2010, at 14:30, evan.raskob [lists] wrote:
> 
> > 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
> > 
> > _________________________________________________
> >  For list-related administrative tasks:
> >  http://lists.racket-lang.org/listinfo/users
> 
> _________________________________________________
>   For list-related administrative tasks:
>   http://lists.racket-lang.org/listinfo/users


Posted on the users mailing list.