From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED.mI3gI1yxbMGMZvZhTAkgag.user.gioia.aioe.org!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Developing on a Mac Date: Wed, 14 Oct 2020 20:02:59 +0100 Organization: Aioe.org NNTP Server Message-ID: References: <125dbcf9-52e3-4110-9f71-b5c0cf46eaecn@googlegroups.com> NNTP-Posting-Host: mI3gI1yxbMGMZvZhTAkgag.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin) Cancel-Lock: sha1:OJ7uxEG8HnNP8k1D8wyhw5IHSjY= X-Notice: Filtered by postfilter v. 0.9.2 Xref: reader02.eternal-september.org comp.lang.ada:60430 List-Id: Marius Amado-Alves writes: > How to develop Ada programs on a Mac today (Catalina)? > GNAT CE 2020 for Mac has no GPS anymore. If you want GPS the best bet is probably to use the GPS from GNAT CE 2019 with the new compiler. Have CE 2020 bin first on your PATH, then explicitly call up gps: I just used /opt/gnat-ce-2019/bin/gps. There is a port of GNAT Studio to Catalina[1], but ISTR it's not all working 100%? > Must one use Xcode? > How make Xcode Ada-aware and integrate it with GNAT? Last time I heard, Xcode is proprietary and closed, and no one has ever reported extending it for Ada. But of course I haven't been looking. > Some other Ada-aware IDE for Mac? Emacs[2], with ada-mode[3]]. [1] https://sourceforge.net/projects/gnuada/files/GNAT_GPL%20Mac%20OS%20X/2020-catalina/GNATStudio-20.2-a.dmg/download [2] https://emacsformacosx.com [3] https://www.nongnu.org/ada-mode/ada-mode.html