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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,110dea972387d96c,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!feeder.news-service.com!weretis.net!feeder5.news.weretis.net!news.szaf.org!news.gnuher.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Achim Newsgroups: comp.lang.ada Subject: GNAT on Mac OS X Date: Wed, 06 Apr 2011 22:08:40 +0200 Organization: 1&1 Internet AG Message-ID: Reply-To: joachim.schroeer@web.de NNTP-Posting-Host: p549a9019.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: online.de 1302120521 30336 84.154.144.25 (6 Apr 2011 20:08:41 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Wed, 6 Apr 2011 20:08:41 +0000 (UTC) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.13) Gecko/20100914 SeaMonkey/2.0.8 Xref: g2news2.google.com comp.lang.ada:19670 Date: 2011-04-06T22:08:40+02:00 List-Id: Hello, possibly this has been asked and discussed before but I can find older posts concerning this topic. Since 6 month I'm using a MacBook running Mac OS X 10.6.6. Till now I've just installed a few multimedia programs but no development tools. Now I installed (or just unpacked) GNAT GPL 2010. As stated in the readme, I gave ./doinstall and got the error message: "The make command could not be found on your PATH. ..." gps runs and gnatmake starts to work, but I think the "installation" is not as required. So I think there are a lot prerequisites left out in the explanation that I need as a relative Mac newbe. I have the following questions: 1) What do I have to install (e.g. XCode Version?) for GNAT (including gnu/make) to become fully functional? I remember former posts stating that some GNAT versions are not compatible with some XCode versions or that GNAT has to be installed in certain folders to avoid inconsistencies. 2) Next, I need the posix binding (florist). As there is none on the libre site, can I just build the Linux version from sources? less important: 3) I want to make gps a normal executable and connect it with all *.gpr, *.ads, *.adb files. When clicking on one of these files in the finder, gps should come up. I've some experience using GNAT on different Linuxes and would be glad to hear, that you can work similarly on Mac OS. Thanks for any help. -- Achim