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:b309:: with SMTP id e9-v6mr1721841itf.36.1530065293814; Tue, 26 Jun 2018 19:08:13 -0700 (PDT) X-Received: by 2002:a9d:5c03:: with SMTP id o3-v6mr228843otk.7.1530065293642; Tue, 26 Jun 2018 19:08:13 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!feeder4.usenet.farm!feed.usenet.farm!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u78-v6no1340889itb.0!news-out.google.com!z3-v6ni868iti.0!nntp.google.com!u78-v6no1340886itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 26 Jun 2018 19:08:13 -0700 (PDT) In-Reply-To: <1c725350-cebd-4139-bbd1-c49fa0536535@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> <1c725350-cebd-4139-bbd1-c49fa0536535@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8aa95523-5927-492a-85c7-80ed40e1a39f@googlegroups.com> Subject: Re: Problem Building Ada Interface To ImageMagick 7 From: Roger Injection-Date: Wed, 27 Jun 2018 02:08:13 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:53359 Date: 2018-06-26T19:08:13-07:00 List-Id: On Tuesday, June 26, 2018 at 11:43:04 PM UTC+10, Roger wrote: I tried an AdaCore GitHub repo issue request and got an almost instant response. Although I couldn't get the advice to work, it gave me enough confidence to solve the problem myself. I simply changed the C++ Driver in the generated config file to clang++ and then after some further additions to my GPS Project settings my code built an ran successfully. The AdaCore response did advise that they'd hadn't included C++ in their LLVM declaration of the compiler.xml file. Hopefully, I've provided them with enough information to fully cater for C++. Thanks for your most valuable advice.