From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a05:6214:1843:: with SMTP id d3mr5350491qvy.60.1623929680409; Thu, 17 Jun 2021 04:34:40 -0700 (PDT) X-Received: by 2002:a25:afcd:: with SMTP id d13mr5354132ybj.504.1623929680263; Thu, 17 Jun 2021 04:34:40 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!news.mixmin.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: Thu, 17 Jun 2021 04:34:39 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=219.90.187.107; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 219.90.187.107 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0cc87de1-180d-44df-9e0d-a782992e518cn@googlegroups.com> Subject: Problem building GNAT CE 2021 on Mac Catalina From: Roger Mc Injection-Date: Thu, 17 Jun 2021 11:34:40 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:62237 List-Id: Mac OSX 10.15.7 XCode 12.0 I am attemting to build using the insttructions provided by the README.BUILD from the source distribution of GNAT. I configure successfully from my /opt/GNAT/2021/obj directory with ../src/configure --enable-languages="c,ada" --disable-libada --with-gmp=/usr/local/Cellar/gmp/6.2.1 --with-mpfr=/usr/local/Cellar/mpfr/4.1.0 --with-mpc=/usr/local/Cellar/libmpc/1.1.0 Although My /usr/local/include directory does include libintl.h make bootstrap fails with: In file included from ../../src/libcpp/charset.c:21: ../../src/libcpp/system.h:279:10: fatal error: libintl.h: No such file or directory #include Assistance with solving this problem will be greatly appreciated.