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,FROM_NUMERIC_TLD autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,68f87cd0ecb20054 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc01.POSTED!d63eb165!not-for-mail From: "Randy" Newsgroups: comp.lang.ada References: <1239d4-87r.ln1@newserver.thecreems.com> <2gmMh.8562$EA.7572@trnddc07> In-Reply-To: Subject: Re: gnat 2006 and windows vista MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Windows Mail 6.0.6000.16386 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16386 Message-ID: Date: Fri, 23 Mar 2007 16:39:42 GMT NNTP-Posting-Host: 71.165.137.132 X-Complaints-To: abuse@verizon.net X-Trace: trnddc01 1174667982 71.165.137.132 (Fri, 23 Mar 2007 12:39:42 EDT) NNTP-Posting-Date: Fri, 23 Mar 2007 12:39:42 EDT Xref: g2news1.google.com comp.lang.ada:14608 Date: 2007-03-23T16:39:42+00:00 List-Id: > It would be nice if the original poster (Randy) could indicate if he got > hello world working with AdaGide. > > I don't expect that I'll be running Vista for at least a year but I would > guess that as people start buying new machines this question will come up. 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