comp.lang.ada
 help / color / mirror / Atom feed
From: Mehdi Saada <00120260a@gmail.com>
Subject: ... !! GPS
Date: Fri, 29 Jan 2021 08:15:37 -0800 (PST)	[thread overview]
Message-ID: <3d337aff-76c2-4360-9223-1d55db2f889fn@googlegroups.com> (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 ?

             reply	other threads:[~2021-01-29 16:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 16:15 Mehdi Saada [this message]
2021-01-29 16:40 ` ... !! GPS Dmitry A. Kazakov
2021-01-29 18:39 ` Simon Wright
replies disabled

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