doppioslash
2015-12-26 14:45:33

@doppioslash has joined the channel


doppioslash
2015-12-26 14:58:46

I installed with brew install racket and then raco pkg install drracket, does that include the DrRacket GUI app?


florence
2015-12-26 15:19:26

doppioslash: yes the drracket package is the DrRacket IDE


doppioslash
2015-12-26 15:29:09

@florence: how do I launch it?


florence
2015-12-26 15:30:23

I don’t know where brew installs racket but wherever that is there should be a DrRacket.app and a bin directory containing a drracket executable. Either of those will launch it


florence
2015-12-26 15:30:34

(You can probably find it with which racket


florence
2015-12-26 15:30:35

)


florence
2015-12-26 15:30:40

@doppioslash: ^


doppioslash
2015-12-26 15:31:39

@florence: which racket gives me /usr/local/bin/racket and doing a find for drracket doesn’t find any .app :confused:


florence
2015-12-26 15:40:34

@doppioslash: It should be somewhere in /usr/local/Cellar/ i think


florence
2015-12-26 15:40:39

what does racket -e "(collection-path \"drracket\”)"


florence
2015-12-26 15:40:43

give you?


doppioslash
2015-12-26 15:41:14

#<path:/usr/local/Cellar/racket/6.3/share/racket/pkgs/drracket/drracket>


doppioslash
2015-12-26 15:41:36

$ find /usr/local/Cellar/racket/6.3/ -name *.app /usr/local/Cellar/racket/6.3//lib/GRacket.app /usr/local/Cellar/racket/6.3//lib/Starter.app


doppioslash
2015-12-26 15:44:21

running either of those two doesn’t have any result. Starter.app is “incomplete or damaged” GRacket.app closes straight away without showing anything


florence
2015-12-26 15:47:38

That sounds like you need to run raco setup drracket but the raco pkg install should have done that…

Another thing you could do is do brew cask install drracket instead. That should give you the full distribution (that comes with drracket).

Otherwise you might need to ask on the mailing list. I’m not sure how the DrRacket.app gets built so something could be going wrong with the brew installation and how racket installs packages…


doppioslash
2015-12-26 15:48:21

$ brew cask install drracket Error: No available Cask for drracket Error: nothing to install


doppioslash
2015-12-26 15:53:03

raco setup drracket runs ok but doesn’t produce more .app files. Thanks, @florence :simple_smile: I’ll ask on the mailing list, this is probably a bit of process that needs some documentation


florence
2015-12-26 16:03:59

@doppioslash: sorry brew cask install racket


florence
2015-12-26 16:04:05

not drracket .-.


doppioslash
2015-12-26 16:34:07

@florence: $ brew cask install racket Error: Cask 'racket' definition is invalid: Bad header line: parse failed