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:ca01:: with SMTP id k1-v6mr666456itg.40.1530020583563; Tue, 26 Jun 2018 06:43:03 -0700 (PDT) X-Received: by 2002:aca:1a18:: with SMTP id a24-v6mr189650oia.5.1530020583458; Tue, 26 Jun 2018 06:43:03 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u78-v6no759607itb.0!news-out.google.com!z3-v6ni607iti.0!nntp.google.com!u78-v6no759603itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 Jun 2018 06:43:03 -0700 (PDT) In-Reply-To: <04ab8530-b8ab-45cc-b913-86a090953199@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=124.171.158.113; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 124.171.158.113 References: <8808f0da-a96b-456b-b827-f2aae18fc8f4@googlegroups.com> <5c26a479-f754-4bce-9985-f58698348ab8@googlegroups.com> <04ab8530-b8ab-45cc-b913-86a090953199@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1c725350-cebd-4139-bbd1-c49fa0536535@googlegroups.com> Subject: Re: Problem Building Ada Interface To ImageMagick 7 From: Roger Injection-Date: Tue, 26 Jun 2018 13:43:03 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53325 Date: 2018-06-26T06:43:03-07:00 List-Id: On Tuesday, June 26, 2018 at 10:35:08 PM UTC+10, alby....@gmail.com wrote: > > Hi Roger > > I very recently had an issue with building gprbuild natively on mingw64 > and raised an issue on the AdaCore GitHub repo, which has now been resolved. > (with their input / guidance) and I must say relatively quickly, given > time zone differences between Australia and Europe. > > Maybe they can assist you in the configuring gprconfig so as to be able to > use LLVM (it should not be that difficult as I believe LLVM/GGC are > compatible wrt command line arguments! so it should just be a matter of > replacing ggc.exe with the equivalent llvm.exe somewher in their configs > > have a look at their Ada Gems/Blogs or the git repo (specifically the > share/gprconfig/ xml files) for hints/solutions. You may have to tweak > a xml config file to get GANT/gprbuild to use LLVM > > Alex Thanks Alex, I'll try the AdaCore GitHub repo issue request. As you say it should not be that difficult for those with the right experience. A strange thing is that gprconfig finds llvm for C in /usr/bin but only g++ in GNAT for C++ when /usr/bin contains clang, clang++ and g++