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:a02:9bd0:: with SMTP id f16-v6mr29373398jal.23.1537411453046; Wed, 19 Sep 2018 19:44:13 -0700 (PDT) X-Received: by 2002:aca:5557:: with SMTP id j84-v6mr175143oib.3.1537411452909; Wed, 19 Sep 2018 19:44:12 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder4.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!x188-v6no2058ite.0!news-out.google.com!z5-v6ni13ite.0!nntp.google.com!x81-v6no2127ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 19 Sep 2018 19:44:12 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.71.213.10; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 173.71.213.10 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gnat via msys2 pacman + xml/ada From: Jere Injection-Date: Thu, 20 Sep 2018 02:44:13 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54383 Date: 2018-09-19T19:44:12-07:00 List-Id: On Wednesday, September 19, 2018 at 10:54:41 AM UTC-4, Simon Wright wrote: > > You shouldn't need to rebuild gprbuild, not sure why anyone's suggesting > it. In my past experience, there were no versions of gprbuild already built for 64bit msys2. So I too tried to build it myself with no luck. I ended up installing a 32bit version which did not work at all until I called gprconfig using the --target=xxxxx option and had it create an auto.cgpr file for me. I then renamed it to default.cgpr and put it in the default share location for gprbuild (got it from the adacore manual) and then gprbuild would work. Nowadays I suppose you could install gnat community to get the 64bit version of gprbuild, install the FSF gnat as well, then make sure both are in your path but the FSF path is earlier. This picks up your FSF gnat (since its path is before gnat community's) but also gprbuild.