From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:458d:: with SMTP id l13mr9875356qtn.279.1591900885595; Thu, 11 Jun 2020 11:41:25 -0700 (PDT) X-Received: by 2002:a4a:bc8c:: with SMTP id m12mr7723116oop.44.1591900885285; Thu, 11 Jun 2020 11:41:25 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!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: Thu, 11 Jun 2020 11:41:24 -0700 (PDT) In-Reply-To: <468a8b40-db02-4153-a890-aca7922486e5o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=149.32.224.46; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 149.32.224.46 References: <768c3635-af6c-4018-9be7-60fea7d5f779o@googlegroups.com> <468a8b40-db02-4153-a890-aca7922486e5o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> Subject: Re: Not to incite a language war but apparently the Corona lockdown was based on 13 year old undocumented C-Code From: Anh Vo Injection-Date: Thu, 11 Jun 2020 18:41:25 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59043 Date: 2020-06-11T11:41:24-07:00 List-Id: On Thursday, June 11, 2020 at 8:49:40 AM UTC-7, Olivier Henley wrote: > > It should work first shot but this is on my machine... > > Just tried a fresh clone of the repo, followed the instructions of the Readme.md and it worked first shot ... This is rare my friend > > ;) There are number of syntax errors during compilation. Below is a very first syntax error. covidsim.adb:5:20: a subprogram is not allowed in a use clause gprbuild: *** compilation phase failed After fixing it, others showed up covidsimform.adb:64:44: "Simulation_Data" is undefined (more references follow) covidsimform.adb:66:29: "Status" is undefined covidsimform.adb:107:36: "Simulation" is undefined (more references follow) covidsimform.adb:107:47: prefix of "value" attribute must be a type covidsimform.adb:133:16: cannot iterate over "QStringListH" covidsimform.adb:133:16: to iterate directly over the elements of a container, write "of scena rios" covidsimform.adb:187:47: prefix of "value" attribute must be a type covidsimform.adb:189:07: "Export_To_CSV" is undefined gprbuild: *** compilation phase failed