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-Thread: 103376,5408976830fd5419,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.posted.plusnet!news.posted.plusnet.POSTED!not-for-mail NNTP-Posting-Date: Mon, 02 Mar 2009 10:42:58 -0600 Date: Mon, 02 Mar 2009 16:42:52 +0000 From: Tim Rowe User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Problems setting up a (free) Ada development environment Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-NV1e+pyNjftmYtHf2ei3M6S4Kq47LH+XrCsxVjYufSlnRu8f0kOGNEzPaBPEMsbVeWZQgJTvT9aLxr1!Rxai2xjQ4vb2pHJBzgp+XnmRNOLOEgOGGkS/6eCUAtBYEQrpCFkP1nUzA4/ytu6Ne5c2BHcV4rK/!alMWrQhTGtvc X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Xref: g2news1.google.com comp.lang.ada:3867 Date: 2009-03-02T16:42:52+00:00 List-Id: I'm trying to set up Ada on my Windows XP Pro system so I can learn Ada. I've got the free version of GNAT, and would now like a development environment. I've tried AdaGIDE, but when I run it all that happens is a shell console appears and disappears too fast for me to read what's in it. Running from a shell just gives the same result. Ok, can't get AdaGIDE to work, so I try the AonixADT addon for Eclipse. To get that working I need to set up the "toolchain", but I can't find any explanation of what a "toolchain" is. The ADT tutorial says that "The Ada toolchain (ObjectAda, GNAT, etc.) is located at the top level of the Ada installation - for example, C:/Program Files/Aonix/ObjectAda." So for GNAT, maybe it's at "C:\Program Files\gnat", which is where I've installed GNAT. Nope: "The specified location does not contain a valid GNAT installation". Maybe "C:\Program Files\gnat\2008"? Nope. "C:\Program Files\gnat\2008\bin"? Nope. Could anybody help me to get either of those environments working, or point me to one that's easier to set up and use? Thanks.