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,68f87cd0ecb20054 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Date: Fri, 23 Mar 2007 19:04:01 +0100 From: Gautier User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: gnat 2006 and windows vista References: <1239d4-87r.ln1@newserver.thecreems.com> <2gmMh.8562$EA.7572@trnddc07> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 83.76.153.191 X-Original-NNTP-Posting-Host: 83.76.153.191 Message-ID: <4604165f$1_5@news.bluewin.ch> X-Trace: news.bluewin.ch 1174672991 83.76.153.191 (23 Mar 2007 19:03:11 +0100) Organization: Bluewin AG Complaints-To: abuse@bluewin.ch X-Original-NNTP-Posting-Host: 127.0.0.1 Path: g2news1.google.com!news1.google.com!news.germany.com!newsfeed-0.progon.net!progon.net!news-zh.switch.ch!switch.ch!news.ip-plus.net!newsfeed.ip-plus.net!news.bluewin.ch!not-for-mail Xref: g2news1.google.com comp.lang.ada:14610 Date: 2007-03-23T19:04:01+01:00 List-Id: Randy wrote: > I installed adagide and made a small program. > > WITH Simple_Io; > PROCEDURE Hi IS > BEGIN > Put("Hi"); > END Hi; > > Of course I may have messed up the program too who knows lol. but it > said this: > compiling... > gcc: installation problem, cannot exec 'gnat1': no such file or directory > done-- error detected. > I started looking for the paths and such but I can't seem to find > anything like a preferences or what compilier to use. > :/ it sucks being a newbie. > Randy What happens when you compile from the command line (cmd.exe) ? I.e.: gnatmake hi I bet you also get "gcc: installation problem, cannot exec 'gnat1'...". In that case, not an AdaGIDE problem. Anyway AdaGIDE just calls gcc or gnatmake. It seems like you have several GCCs installed, one knowing GNAT, another one not knowing it but which is first in the PATH. HTH ______________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!