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:aed:26c2:: with SMTP id q60mr123232qtd.206.1591917294987; Thu, 11 Jun 2020 16:14:54 -0700 (PDT) X-Received: by 2002:a05:6830:1dcb:: with SMTP id a11mr8852103otj.16.1591917294738; Thu, 11 Jun 2020 16:14:54 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!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: Thu, 11 Jun 2020 16:14:54 -0700 (PDT) In-Reply-To: <07d61bf1-352e-43ba-9f82-354a494aa204o@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> <27fa3ebb-9c8a-488b-9b70-1f7cb1a68e37o@googlegroups.com> <794ead8c-5067-44d7-a19a-52280ea87ea1o@googlegroups.com> <94021c95-8cdc-4298-b73b-1a4e9b05b1c3o@googlegroups.com> <07d61bf1-352e-43ba-9f82-354a494aa204o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <873a3e13-e16a-48a4-b798-7ccf8ba70e57o@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 23:14:54 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59051 Date: 2020-06-11T16:14:54-07:00 List-Id: On Thursday, June 11, 2020 at 2:39:25 PM UTC-7, Olivier Henley wrote: > On Thursday, June 11, 2020 at 4:47:04 PM UTC-4, Olivier Henley wrote: > > > I have GNAT-2020-COMMUNITY running on Windows 10. I got the same result when using command line and GNAT Studio. > > > > Ok I will install gnat-ce 2020 right away to see if I can reproduce. > > > > Like I said, working first shot is really rare. :) > > > > Thanks again for the interest. > > Ok scratching my head. > > I just downloaded/installed gnat 2020, changed my env. variables to point at > gnat 2020, cleaned up the obj folder, build the project. Tried both command > line and in GNAT studio. Both worked. Is it possible that what I downloaded is different than what you have. The latest package body CovidSimForm (covidsimform.adb) still has with Covid_19; use Covid_19; at line 30. Commenting out this line and compiling covidsimform.adb, I got the following. 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: "Scenario" is undefined (more references follow) covidsimform.adb:107:47: possible misspelling of "scenarios" covidsimform.adb:189:7: "Export_To_CSV" is undefined Either I can send you what I have or you send me what you have. Here is my email, anhvofrcaus@gmail.com, just in case you want to send me what you had.