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, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93c210d172820d32 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!gatel-ffm!gatel-ffm!194.25.134.126.MISMATCH!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: best ada integrated development environment Date: Thu, 23 Sep 2004 10:28:29 +0200 Organization: AdaCL Message-ID: <4902437.TGF5UC8rGT@linux1.krischik.com> References: Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1095934634 05 32499 AdFiX5GJlq7pB6l 040923 10:17:14 X-Complaints-To: usenet-abuse@t-online.de X-ID: Vx8G2oZCoe3VisunEoGue+AETtaXp38pQdE5DYHZYRZm-TPEpOGzwX User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:4002 Date: 2004-09-23T10:28:29+02:00 List-Id: Phil wrote: > Hi, i have been out of the ada stuff for a while and are just about to > embark on a project to simulate a blackjack card game using ada. > > I spent a few days researching languages > c/c++/pascal/python/java.....pro's and con's.....and chose ADA (yes i > want the static type checking) > > About 10 Years ago i worked on a project on an embedded ada system on > unix box's. at the time scripts were used to compile/bind all > directories which had one package each in them - i did not set up the > scripts. Everything was pretty manual. Rational was around then but i > did not use it. > > Right now I am running suse 9.1, i use KDE and have installed kdevelop > 3.1, obviously have gnat on machine. The hole 3.3.x series of GCC/GNAT combo is buggy. Either use GNAT a based on GCC 2.8.x or one based in GCC 3.4.x. If you have Linux you should consider compiling you own compiler. > This is a hobby and hence i have > no budget. this kdevelop The best for Ada is GPS. Actually GPS is also good for small C and C++ projects where all that automake stuff is not needed. You can either download GPS 1.4 or compile a 2.x version yourself. For download see: http://libre.act-europe.fr/ For DIY compiles see: http://www.ada.krischik.com Hint: Start with the download - even when they are quite old. They are stable and don't make any problems. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com