Re: [racket-dev] making DrRacket.app

2013-07-10 Thread Geoffrey S. Knauth
On Jul 8, 2013, at 21:15 , Matthew Flatt wrote: > Repairs pushed --- thanks for the report! And thanks for the fix! I have a symlink: ls -n ~/test/plt/git/plt/racket /usr/local/racket which I run after this get-racket script (below), and now everything is running perfectly. Geoffrey -

Re: [racket-dev] making DrRacket.app

2013-07-08 Thread Matthew Flatt
Repairs pushed --- thanks for the report! At Mon, 8 Jul 2013 09:39:27 -0600, Matthew Flatt wrote: > Offhand, I see one problem: `make' creates links with absolute paths to > the packages in "pkgs". I'll fix that and check for other problems. > > It's possible that > > make pkg-links > > in th

Re: [racket-dev] making DrRacket.app

2013-07-08 Thread Matthew Flatt
Offhand, I see one problem: `make' creates links with absolute paths to the packages in "pkgs". I'll fix that and check for other problems. It's possible that make pkg-links in the new place will fix your problem. If not, you may have to move before building, or try a snapshot from http://

[racket-dev] making DrRacket.app

2013-07-08 Thread Geoffrey S. Knauth
I admit I have not built DrRacket in a couple of months. I just did a git pull, rebuilt ("make"), and now if I open: ~/test/plt/git/plt/racket/DrRacket.app it runs, but if I move the racket directory to where I used to put it (/usr/local) and try running: /usr/local/racket/DrRacket.app i