comp.lang.ada
 help / color / mirror / Atom feed
* AdaGide Build Error (again)!
@ 2003-02-28 17:01 Willy
  2003-02-28 17:06 ` Preben Randhol
  0 siblings, 1 reply; 2+ messages in thread
From: Willy @ 2003-02-28 17:01 UTC (permalink / 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-



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

* Re: AdaGide Build Error (again)!
  2003-02-28 17:01 AdaGide Build Error (again)! Willy
@ 2003-02-28 17:06 ` Preben Randhol
  0 siblings, 0 replies; 2+ messages in thread
From: Preben Randhol @ 2003-02-28 17:06 UTC (permalink / raw)


Willy wrote:
> -- filename is : test1.ada

Try call it: test1.adb

-- 
Preben Randhol ---------------- http://www.pvv.org/~randhol/ --
"Violence is the last refuge of the incompetent", Isaac Asimov



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

end of thread, other threads:[~2003-02-28 17:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-28 17:01 AdaGide Build Error (again)! Willy
2003-02-28 17:06 ` Preben Randhol

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