comp.lang.ada
 help / color / mirror / Atom feed
From: tchi_yuan@hotmail.com (Willy)
Subject: AdaGide Build Error (again)!
Date: 28 Feb 2003 09:01:50 -0800
Date: 2003-02-28T17:01:50+00:00	[thread overview]
Message-ID: <a909a74f.0302280901.b5544a8@posting.google.com> (raw)

It still doesn't work. I changed the file name and the procedure name.
I'm still getting the same error when I build

-- filename is : test1.ada

-- source code : 

with Text_Io;
use Text_Io;

procedure test1 is 

   package Es_Entiers is new Integer_Io ( Integer );

   Num1 : Integer := 1;  
   Num2 : Integer := 2;  
   Num3 : Integer;  
begin

   Num3 := Num1 / Num2;
   Put("Answer: ");
   Es_Entiers.Put(Num3);

end test1;


-- Error when I build : 

Building...
GNATMAKE 3.15p  (20020523) Copyright 1995-2002 Free Software Foundation, 
Inc.
End of compilation
gnatmake: "test1" not found
Done--error detected.

-- Is there any setting I'm missing ? I'm new to AdaGide.


Thanks,
Willy-



             reply	other threads:[~2003-02-28 17:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-28 17:01 Willy [this message]
2003-02-28 17:06 ` AdaGide Build Error (again)! Preben Randhol
replies disabled

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