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:a24:2752:: with SMTP id g79-v6mr7505603ita.4.1539431406062; Sat, 13 Oct 2018 04:50:06 -0700 (PDT) X-Received: by 2002:a9d:bf3:: with SMTP id 106mr164022oth.2.1539431405941; Sat, 13 Oct 2018 04:50:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!x98-v6no194422ita.0!news-out.google.com!l70-v6ni191itb.0!nntp.google.com!x98-v6no194415ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 13 Oct 2018 04:50:05 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1206:45c6:8b20:b868:b7ad:37aa:3594; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:45c6:8b20:b868:b7ad:37aa:3594 References: <5fb88cf6-47da-4c28-a660-9ddf06522b12@googlegroups.com> <51b96b2a-e224-46d3-b837-d024e22555df@googlegroups.com> <08038b0e-c971-4be4-aca8-6b860d182b7b@googlegroups.com> <97c7919f-f8af-49a9-94b8-2ed1f7afff7d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <35e11081-8e45-47c9-834f-231df895f579@googlegroups.com> Subject: Re: Ada interacting with Windows 8.1+ GUI From: gautier_niouzes@hotmail.com Injection-Date: Sat, 13 Oct 2018 11:50:06 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:54563 Date: 2018-10-13T04:50:05-07:00 List-Id: Le samedi 13 octobre 2018 08:30:35 UTC+2, alby....@gmail.com a =C3=A9crit= =C2=A0: > Hi Gautier >=20 > What are your thoughts on moving Gnavi to GitHub ? It's already (mirrored) on GitHub :-) https://github.com/svn2github/gnavi > BTW: Nice work, I haven't tried your release, But found numerous errors i= n > the original 'gnavi.org' outdated release (specifically relating to the a= ssumption > that the system was 32 bit based) Sure. With the version downloaded on gnavi.org you miss 14 years (i.e. 367 = commits) of updates!... > I assume that your version of Gnavi compiles cleanly using GNAT FSF x64 > or the latest AdaCore community edition 2018 (which targets x64) Latest release was fully built and tested on GNAT GPL 2017 (32 bit), Commun= ity 2018 (64 bit). For some projects (e.g. AZip - http://azip.sf.net ) I use TDM-GCC 5.1.0 (32= bit). And a few months ago I've built and tested a complete application on the 64= bit TDM-GCC.