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,FREEMAIL_FROM, FREEMAIL_REPLY autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a37:bb42:: with SMTP id l63mr401133qkf.237.1591918230122; Thu, 11 Jun 2020 16:30:30 -0700 (PDT) X-Received: by 2002:a4a:6812:: with SMTP id p18mr8525630ooc.45.1591918229916; Thu, 11 Jun 2020 16:30:29 -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:30:29 -0700 (PDT) In-Reply-To: <873a3e13-e16a-48a4-b798-7ccf8ba70e57o@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=96.247.204.159; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 96.247.204.159 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> <873a3e13-e16a-48a4-b798-7ccf8ba70e57o@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6de0265a-c97c-495c-bea9-2fb0e5d91ba4o@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: Jere Injection-Date: Thu, 11 Jun 2020 23:30:30 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:59052 Date: 2020-06-11T16:30:29-07:00 List-Id: On Thursday, June 11, 2020 at 7:14:56 PM UTC-4, Anh Vo wrote: > 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 re= sult when using command line and GNAT Studio. > > >=20 > > > Ok I will install gnat-ce 2020 right away to see if I can reproduce. > > >=20 > > > Like I said, working first shot is really rare. :) > > >=20 > > > Thanks again for the interest. > >=20 > > Ok scratching my head. > >=20 > > I just downloaded/installed gnat 2020, changed my env. variables to poi= nt at > gnat 2020, cleaned up the obj folder, build the project. Tried both= command > line and in GNAT studio. Both worked. >=20 > Is it possible that what I downloaded is different than what you have. Th= e latest package body CovidSimForm (covidsimform.adb) still has with Covid_= 19; use Covid_19; at line 30. Commenting out this line and compiling covids= imform.adb, I got the following. >=20 > covidsimform.adb:64:44: "Simulation_Data" is undefined (more references f= ollow) > covidsimform.adb:66:29: "Status" is undefined > covidsimform.adb:107:36: "Simulation" is undefined (more references follo= w) > 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 >=20 > Either I can send you what I have or you send me what you have. Here is m= y email, anhvofrcaus@gmail.com, just in case you want to send me what you h= ad. Out of curiosity, he is using submodules for the mathpacks library. Do you need to go into that folder and also tell it to pull that library separate = from the clone to Olivier's main repo? I've not used submodules before, but I feel like I remember that they need to be individually updated after clonin= g a main repo?