Re: [racket-dev] Error Racket compilation and installation for darwin11

2011-04-20 Thread Renzo Orsini
Thanks, this solved that problem. After compilation and installation (with a very very long list of raco setup), the situation is the following: bin/racket does work, at least with simple expressions like (+ 2 2), GRacket does work DrRacket.app, DrScheme.app, MrEd.app, PLT Games.app, Racket Docu

Re: [racket-dev] Error Racket compilation and installation for darwin11

2011-04-20 Thread Matthew Flatt
The problem is that `make install' cannot handle a path with a space in its name, like "Racket v5.1 Source". Try renaming to "racket-v5.1-src", or something like that. At Wed, 20 Apr 2011 15:03:52 +0200, Renzo Orsini wrote: > Hello list, > > I tried to compile and install racket for Mac OS X Lion