Re: [racket-dev] cgywin build working? Which line endings?

2011-01-18 Thread Guillaume Marceau
On Tue, Jan 18, 2011 at 5:03 PM, Stephen Chang wrote: > I tried once and got some problems. I dont remember exactly what went > wrong, but I think the problem might have been with my cygwin install. > > I think it's expected to work. Here is a paragraph from the README file: It's expected to work

Re: [racket-dev] cgywin build working? Which line endings?

2011-01-18 Thread Stephen Chang
I tried once and got some problems. I dont remember exactly what went wrong, but I think the problem might have been with my cygwin install. I think it's expected to work. Here is a paragraph from the README file: To compile with Cygwin tools, follow the Unix instructions below, and be sure to co

[racket-dev] cgywin build working? Which line endings?

2011-01-18 Thread John Clements
I have a student who's trying to compile DrRacket for Windows using cygwin, and I have two questions: 1) Is using cygwin to build from source expected to work? 2) It looks like the cygwin build expects UNIX-style line endings, is that correct? Many thanks, John smime.p7s Description: S/MIME

Re: [racket-dev] Building without docs

2011-01-18 Thread Noel Welsh
On Tue, Jan 18, 2011 at 4:07 PM, Eli Barzilay wrote: > You should use something like > >  racket -N raco -l- raco setup -D Ah! Thanks, that also works. N. _ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

Re: [racket-dev] Building without docs

2011-01-18 Thread Eli Barzilay
Two minutes ago, Noel Welsh wrote: > For posterity, this works: > > On Mon, Jan 17, 2011 at 3:12 PM, Robby Findler > wrote: > > You can also set PLT_SETUP_OPTIONS to "-D" and then make install will > > avoid building the docs. > > This does not: > > > On Mon, Jan 17, 2011 at 9:02 AM, Sam Tobin-

Re: [racket-dev] Building without docs

2011-01-18 Thread Noel Welsh
For posterity, this works: On Mon, Jan 17, 2011 at 3:12 PM, Robby Findler wrote: > You can also set PLT_SETUP_OPTIONS to "-D" and then make install will > avoid building the docs. This does not: > On Mon, Jan 17, 2011 at 9:02 AM, Sam Tobin-Hochstadt > wrote: >> % make >> % make plain-install