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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c128990d5d824742 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-29 07:59:36 PST Message-ID: <3E37FB8B.80005@nospam.adrianhoe.com> Date: Thu, 30 Jan 2003 00:04:27 +0800 From: Adrian Hoe Organization: AdrianHoe.com User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GCC and Ada in OS X 10.2.3 ? References: <3E1AC312.5090505@cox.net> <3E1C1CDF.6010206@cox.net> <090120032314503373%hopperj@macconnect.com> <3E36AF45.5040204@nospam.adrianhoe.com> <280120031833599059%hopperj@macconnect.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 219.93.51.58 X-Original-NNTP-Posting-Host: 219.93.51.58 X-Trace: news.tm.net.my 1043855754 219.93.51.58 (29 Jan 2003 23:55:54 +0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!newshub1.wanet.net!uunet!sac.uu.net!news1.tm.net.my Xref: archiver1.google.com comp.lang.ada:33564 Date: 2003-01-30T00:04:27+08:00 List-Id: Finally, I have all of them working. That's wonderful. I like it very much. Considering to develop Ada software on Mac OS X... Thanks. jim hopper wrote: > Hi, > > you are only supposed to pick one version of the compiler not both ;-) > the wavefront version is actually the one you want. if you did a > successful install of the wavefront you are there. well there are > other things you can install like ada aware gdb (on the site), > integration to apples IDE and bindings to their gui (also on the site) > > one question. did yo uinstall Apples development tools which are on > your hard disk (they are not preinstalled). if not install them then > install the wavefront. follow with gdb and carbon bindings [includes > IDE integration] > > if you have dev tools installed and have done compiler as you say then > just open the terminal app (/Applications/Utilities/Terminal) > (actually just open that folder from the gui and double click terminal. > this will give you access to unix command line. > > once there use gnatmake etc just like any other unix machine, or if you > installed the carbon bindings, in /Developer/Applicaions double click > on "Project Builder" this is the IDE. select new project (you will > notice a number of choices [several of which are ada choices]. As a > quick example select Ada Tool. this will put a project on your system > with a small hello world sample in it. name the project main for now. > then just use ide to build and run. [the reason for the main name is > thats what i chose for the defaul project. you can change it using a > script but you need to start simple. > > Best place to ask these questions is the gnat mac mailing list. you > can sign up on our website {http://adapower.net/macos). we have a > very helpful group and questions are answered way more promply than we > can manage here. > > Welcome to Ada on the Mac. > > best jim > > > In article <3E36AF45.5040204@nospam.adrianhoe.com>, Adrian Hoe > wrote: > > >>I have just acquired an iBook and downloaded 10.2 compiler >>(gnat-gcc-3.1-1163-jaguar.dmg) and Wavefront 10.2 >>(gnat-gcc-3.1-1173-jaguar.dmg). I had an installation error with 10.2 >>compiler. I managed a successful installation with Wavefront 10.2. >> >>Why is an installation error? How do I launch Wavefront? >> >>Please help. Thanks. >> >