comp.lang.ada
 help / color / mirror / Atom feed
* ... !! GPS
@ 2021-01-29 16:15 Mehdi Saada
  2021-01-29 16:40 ` Dmitry A. Kazakov
  2021-01-29 18:39 ` Simon Wright
  0 siblings, 2 replies; 3+ messages in thread
From: Mehdi Saada @ 2021-01-29 16:15 UTC (permalink / raw)


I wish gps weird unintuitive behavior would not add a source of irritation to my already existing difficulties.
This:
with Ada.Text_IO; use Ada.Text_IO;
procedure Main is begin
   Put_Line("essai factoriels: de 1 à 5");
end Main;

results in:
/bin/sh -c /home/mehdi/obj/main
[2021-01-29 17:08:00] process terminated successfully, elapsed time: 00.25s

What the Ѐßß is that ? it ran on other exercises, then would not, so with a minimal program... it fails too.

project Default is
    for Source_Dirs use ("src");
    for Object_Dir use "obj";
    for Main use ("main.adb");
end Default;

it always uses "src" which includes the files from other projects/exos. So they appear on the project... !

Thanks for putting up with this...
Is there a simple compiler which still corrects for semantics ?

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

end of thread, other threads:[~2021-01-29 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 16:15 ... !! GPS Mehdi Saada
2021-01-29 16:40 ` Dmitry A. Kazakov
2021-01-29 18:39 ` Simon Wright

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