From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!news.swapon.de!newsfeed.fsmpi.rwth-aachen.de!feeder.erje.net!eu.feeder.erje.net!npeer.de.kpn-eurorings.net!npeer-ng0.de.kpn-eurorings.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Felix Krause Newsgroups: comp.lang.ada Subject: Re: Native version of GNAT Programming Studio for OSX Date: Tue, 2 Jul 2013 17:30:11 +0200 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: pd9541346.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: online.de 1372779011 5250 217.84.19.70 (2 Jul 2013 15:30:11 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 2 Jul 2013 15:30:11 +0000 (UTC) User-Agent: Unison/2.1.10 Xref: news.eternal-september.org comp.lang.ada:16051 Date: 2013-07-02T17:30:11+02:00 List-Id: On 2013-07-02 09:48:19 +0000, Jerry said: > Done. I've used it for an hour or two and it hasn't crashed. (FWIW, I > have used GPS only a little in the past, mainly due to frustration with > it not being a Mac program.) The biggest problem that I'm having is > that I can't compile anything--it's not finding gnatmake. I have gnat > at /usr/local/gnat like you instruct; however, this was not its > installed location, which was /usr/local/adacore-gnat-2013. I merely > renamed the path to /usr/local/gnat so maybe that is wrong (setting a > symlink didn't work either). Maybe it has to be originally installed > there. Thanks for testing! gnatmake just can't be called with the current downloadable bundle, but I already fixed it. You may drag the latest Info.plist and launcher.sh from the develop branch [1] and replace the ones in the app bundle to get it to work. This also seems to enable code completion. If you have GNAT installed somewhere other than /usr/local/gnat, you can open the Info.plist with Xcode and change the GNAT_HOME environment variable accordingly there. (Note to self: I should document that somewhere.) > Overall, this is a big improvement to the user experience over the X11 > version. I think I'm finding that maybe the next biggest problem is > that none of the standard window controls work—Command-W, Hide Others > Option-Command-H, Command-~ to rotate through windows, and there is not > a menu command to Bring All to Front. I believe this is one of the things GtkOSXApplication is needed for. > Thanks for all your work. I hope your health isn't suffering too much. :-) Oh don't worry, I'm used to it. ;) [1]: https://github.com/flyx86/gps-osx/tree/develop/bundle -- Felix Krause http://flyx.org/