comp.lang.ada
 help / color / mirror / Atom feed
* GNAT GPL 2009 and Vista
@ 2010-06-16  8:14 Marc A. Criley
  2010-06-16 12:17 ` Gautier write-only
  0 siblings, 1 reply; 2+ messages in thread
From: Marc A. Criley @ 2010-06-16  8:14 UTC (permalink / raw)


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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: GNAT GPL 2009 and Vista
  2010-06-16  8:14 GNAT GPL 2009 and Vista Marc A. Criley
@ 2010-06-16 12:17 ` Gautier write-only
  0 siblings, 0 replies; 2+ messages in thread
From: Gautier write-only @ 2010-06-16 12:17 UTC (permalink / raw)


> Every time I try to make a new project, it freezes.

Never experienced that problem (same installation, except using the
2008 toolset and the 2009 GPS).
Perhaps you may try to delete the .gps folder (it will be rebuilt).
Or you can use the following stub project:

project Stub is
  for Main use ("hello.adb");
end Stub;

G.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-06-16 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-16  8:14 GNAT GPL 2009 and Vista Marc A. Criley
2010-06-16 12:17 ` Gautier write-only

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox