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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:a6c2:: with SMTP id p185mr10219378qke.474.1591905508522; Thu, 11 Jun 2020 12:58:28 -0700 (PDT) X-Received: by 2002:a4a:9528:: with SMTP id m37mr7919012ooi.85.1591905508219; Thu, 11 Jun 2020 12:58:28 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer03.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!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 12:58:27 -0700 (PDT) In-Reply-To: <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=208.114.128.24; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 208.114.128.24 References: <768c3635-af6c-4018-9be7-60fea7d5f779o@googlegroups.com> <468a8b40-db02-4153-a890-aca7922486e5o@googlegroups.com> <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <794ead8c-5067-44d7-a19a-52280ea87ea1o@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: Olivier Henley Injection-Date: Thu, 11 Jun 2020 19:58:28 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 3017 X-Received-Body-CRC: 3165369780 Xref: reader01.eternal-september.org comp.lang.ada:59044 Date: 2020-06-11T12:58:27-07:00 List-Id: On Thursday, June 11, 2020 at 2:41:26 PM UTC-4, Anh Vo wrote: > 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 Im using gnat-ce 2019 by AdaCore on Windows10. 1. Maybe you have more restrictions on the compilation than I do? 2. Please try a similar setup because it compiles with no problems. 3. I'll try to reproduce your case. What is your setup? (compiler, OS and maybe compilation options) Thank you for trying the build and your feedback Anh. Olivieer