From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on ip-172-31-74-118.ec2.internal 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:a37:8f06:: with SMTP id r6mr10362566qkd.184.1592726229852; Sun, 21 Jun 2020 00:57:09 -0700 (PDT) X-Received: by 2002:aca:438a:: with SMTP id q132mr8367743oia.44.1592726229677; Sun, 21 Jun 2020 00:57:09 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 21 Jun 2020 00:57:09 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=203.59.139.109; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 203.59.139.109 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4bbbd09e-e14f-46f5-a510-bdf0c17eba8fo@googlegroups.com> Subject: gnoga build fails on Mac From: Roger Injection-Date: Sun, 21 Jun 2020 07:57:09 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:59137 List-Id: Mac Mini (2018) OSX 10.15.5 XCode 11.5 GNAT Community Edition 2020 Attempting to build git clone git://git.code.sf.net/p/gnoga/code gnoga. First problem with -gnat05 flag which I overcame but probably not the correct way. Second, killer, problem: object-handle.adb:153:22: access attribute cannot be used as actual for universal_access equality object-handle.adb:163:23: access attribute cannot be used as actual for universal_access equality How can I fix this? Thanks for any constructive advice.