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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,59d666bca086a225 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Adrian Hoe" Newsgroups: comp.lang.ada Subject: Re: Ada & MacOS Date: 4 Feb 2006 08:22:40 -0800 Organization: http://groups.google.com Message-ID: <1139070160.174776.45970@z14g2000cwz.googlegroups.com> References: NNTP-Posting-Host: 219.95.230.129 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1139070165 14580 127.0.0.1 (4 Feb 2006 16:22:45 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Feb 2006 16:22:45 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=219.95.230.129; posting-account=LKUaWwwAAABzCo8SD2jIIt5LtkPzH8ot Xref: g2news1.google.com comp.lang.ada:2775 Date: 2006-02-04T08:22:40-08:00 List-Id: Visit http://macada.org. This gnat integrate with xcode and the Apple's Interface Builder with approriate plugin from macada will allow you to develop Apple's native GUI applications. But then, it will not be portable to WIndows and Linux. You can overcome this by using Darwin X11 and Gtk (GtkAda) to develop your Mac applications. There is a Gtk native port to Mac OS X somewhere (I can't remember the url but google should give you some results). If this native port is successful, developing cross-platform GUI will be even more pleasant on Mac. The xcode also have nice and convenient integration with Subversion and other SCM. I have just configured my SVN to work with xcode. gnat from macada does not support universal binary yet but soon. -- Adrian Hoe http://adrianhoe.net