From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: ** X-Spam-Status: No, score=2.0 required=3.0 tests=BAYES_50,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:4f8e:: with SMTP id d136mr4598543qkb.329.1611936938138; Fri, 29 Jan 2021 08:15:38 -0800 (PST) X-Received: by 2002:a25:ce8e:: with SMTP id x136mr7189984ybe.173.1611936937900; Fri, 29 Jan 2021 08:15:37 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.szaf.org!3.eu.feeder.erje.net!feeder.erje.net!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 29 Jan 2021 08:15:37 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=85.245.161.125; posting-account=rhqvKAoAAABpikMmPHJSZh4400BboHwT NNTP-Posting-Host: 85.245.161.125 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3d337aff-76c2-4360-9223-1d55db2f889fn@googlegroups.com> Subject: ... !! GPS From: Mehdi Saada <00120260a@gmail.com> Injection-Date: Fri, 29 Jan 2021 16:15:38 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:61233 List-Id: 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 =C3=A0 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 =C3=90=E2=82=AC=C3=9F=C3=9F is that ? it ran on other exercises, t= hen 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 ?