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:aed:2d87:: with SMTP id i7mr10628384qtd.291.1591908111842; Thu, 11 Jun 2020 13:41:51 -0700 (PDT) X-Received: by 2002:a4a:a785:: with SMTP id l5mr8145342oom.74.1591908111567; Thu, 11 Jun 2020 13:41:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!aioe.org!peer02.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 13:41:51 -0700 (PDT) In-Reply-To: <794ead8c-5067-44d7-a19a-52280ea87ea1o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=67.164.24.162; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 67.164.24.162 References: <768c3635-af6c-4018-9be7-60fea7d5f779o@googlegroups.com> <468a8b40-db02-4153-a890-aca7922486e5o@googlegroups.com> <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> <794ead8c-5067-44d7-a19a-52280ea87ea1o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <94021c95-8cdc-4298-b73b-1a4e9b05b1c3o@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 20:41:51 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 3322 X-Received-Body-CRC: 3190505312 Xref: reader01.eternal-september.org comp.lang.ada:59045 Date: 2020-06-11T13:41:51-07:00 List-Id: On Thursday, June 11, 2020 at 12:58:29 PM UTC-7, Olivier Henley wrote: > 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 I have GNAT-2020-COMMUNITY running on Windows 10. I got the same result when using command line and GNAT Studio.