Re: [racket] Windows build problems on 5.90.0.7

2013-08-19 Thread Matthew Flatt
At Sat, 17 Aug 2013 13:51:08 -0600, Matthew Flatt wrote: > At Sat, 17 Aug 2013 11:30:40 -0700, Ben Goetter wrote: > > At Vince's advice, I tried > > raco pkg install -i main-distribution > > to complete my installation, but got a SSL error > > > > Resolving "main-distribution" via https:

Re: [racket] Windows build problems on 5.90.0.7

2013-08-17 Thread Matthew Flatt
At Sat, 17 Aug 2013 11:30:40 -0700, Ben Goetter wrote: > At Vince's advice, I tried > raco pkg install -i main-distribution > to complete my installation, but got a SSL error > > Resolving "main-distribution" via https://pkg.racket-lang.org > SSLv23_client_method: implementation not

Re: [racket] Windows build problems on 5.90.0.7

2013-08-17 Thread Ben Goetter
Thank you. That's exactly what happened: I missed the submodule nature of native-pkgs. These directions are already in INSTALL.txt, which I did not reread. I didn't look beyond http://git.racket-lang.org/intro.html#clone_the_plt_repository. On 8/17/2013 11:52 AM, Nick Shelley wrote: I just

Re: [racket] Windows build problems on 5.90.0.7

2013-08-17 Thread Nick Shelley
I just ran into this very thing today because I didn't realize the packages were put into a submodule and I'm in the habit of not reading error messages. However, after trying some things and getting this error multiple times, I finally read it carefully. The answer is in your skimmed "something so

[racket] Windows build problems on 5.90.0.7

2013-08-17 Thread Ben Goetter
I apologize for the semi-clueless nature of this message. I know that Racket's been going through a lot of changes in the last few months. Rip van Winkle here is trying to come back up to speed. I did a fresh git clone, then built Racket's core on Windows with VS2008 via the script in racket