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,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:ac8:2bdc:: with SMTP id n28mr13937463qtn.197.1563105202066; Sun, 14 Jul 2019 04:53:22 -0700 (PDT) X-Received: by 2002:a9d:7741:: with SMTP id t1mr224523otl.178.1563105201823; Sun, 14 Jul 2019 04:53:21 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!b26no8012975qtq.0!news-out.google.com!e17ni188qtg.1!nntp.google.com!b26no8012971qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Jul 2019 04:53:21 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=124.171.98.153; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 124.171.98.153 References: <8bffc1f9-26dc-409d-8df9-073b8bddd997@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT CE 2019 C++ Link Failure With Mojave From: Roger Injection-Date: Sun, 14 Jul 2019 11:53:22 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56873 Date: 2019-07-14T04:53:21-07:00 List-Id: On Sunday, July 14, 2019 at 8:17:12 PM UTC+10, Jeffrey R. Carter wrote: > On 7/14/19 6:27 AM, Roger wrote: > > > > I use Magick::Image::read and related imagemagick routines in C++ interface code for a number of Ada projects which all build without error on my MacBook under High Sierra. > > Why not use the all-Ada Generic Image Decoder? > > https://sourceforge.net/projects/gen-img-dec/ > > -- > Jeff Carter > "I have a very small head and I had > better learn to live with it ..." > Edsger Dijkstra > 158 Thanks for the suggestion which I will investigate. However, there are other functions of imagemagick that I use. The code using the read function that I posted is just one example. In any case, I would still like to know why this problem occurs. Best regards, Roger