Re: [racket] Whalesong questions

2014-03-27 Thread Evan Donahue
Try git instead of http raco pkg install git://github.com/dyoo/whalesong.git On Thu, Mar 27, 2014 at 10:56 AM, J G Cho wrote: > First question is about installation. > > 1) Tried > > raco pkg install https://github.com/dyoo/whalesong.git > > Failed, it di

Re: [racket] Whalesong questions

2014-03-27 Thread Danny Yoo
My apologies: I can't help with this right now. Racket Users list: http://lists.racket-lang.org/users

[racket] Whalesong questions

2014-03-27 Thread J G Cho
First question is about installation. 1) Tried raco pkg install https://github.com/dyoo/whalesong.git Failed, it did not like the source. 2) Tried raco pkg install whalesong-master.zip seems to install as whalesong-master and not as whalesong. 3) Resorted to copying whalesong dir inside .z

Re: [racket] drracket -singleInstance

2014-03-27 Thread David Bremner
Laurent writes: > Just in case, as Matthew once told me, you need all instances of DrRacket > to be run with --single-instance, not just the new instance. > Aha, that was indeed part of the problem, thanks. Now it works for absolute paths. For relative paths it gets hung up part way; a new windo