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,832cad61c0c10d87,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!API-DIGITAL.COM-a2kHrUvQQWlmc!not-for-mail Date: Wed, 16 Jun 2010 03:14:19 -0500 From: "Marc A. Criley" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: GNAT GPL 2009 and Vista Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: d21a64c18881fe69feb6f15450 Xref: g2news1.google.com comp.lang.ada:11781 Date: 2010-06-16T03:14:19-05:00 List-Id: An acquaintance is unable to get GNAT GPL 2009 to work on Vista, is anyone aware of any problems on that platform? Even the simplest program fails to build (quoting): with Ada.Text_IO; procedure Hello is use Ada.Text_IO; begin Put_Line("Hello, world!"); New_Line; Put_Line("I am an Ada program with package use."); end Hello; And this is the error I get: [2010-06-12 17:07:23] Could not determine the project for file: C:\Users\sebastion\Code\Ada\hello.adb [2010-06-12 17:07:23] Invalid context, cannot build Every time I try to make a new project, it freezes.