From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE, URI_DOTEDU autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:1ba6:b0:3e6:457f:9ed1 with SMTP id bp38-20020a05622a1ba600b003e6457f9ed1mr623543qtb.5.1680602571923; Tue, 04 Apr 2023 03:02:51 -0700 (PDT) X-Received: by 2002:a25:d047:0:b0:b78:8bd8:6e77 with SMTP id h68-20020a25d047000000b00b788bd86e77mr1481436ybg.8.1680602571589; Tue, 04 Apr 2023 03:02:51 -0700 (PDT) Path: eternal-september.org!feeder.eternal-september.org!feeder1.feed.usenet.farm!feed.usenet.farm!peer03.ams4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 4 Apr 2023 03:02:51 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=178.132.75.214; posting-account=o0hFDQoAAACsNTYkhl2rrxOvNpovkrlF NNTP-Posting-Host: 178.132.75.214 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <74e76699-a748-4d83-8411-cc1ce5a1f337n@googlegroups.com> Subject: Re: [ANN] XNAdaLib and GNATStudio 2022 binaries for macOS Monterey. From: Joakim Strandberg Injection-Date: Tue, 04 Apr 2023 10:02:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 3681 Xref: feeder.eternal-september.org comp.lang.ada:65068 List-Id: On Saturday, November 26, 2022 at 9:07:54=E2=80=AFAM UTC+1, Blady wrote: > Hello,=20 >=20 > This is XNAdaLib 2022 built on macOS 12.6 Monterey for Native Quartz=20 > with GNAT FSF 12.1=20 > (github.com/simonjwright/distributing-gcc/releases/tag/gcc-12.1.0-x86_64)= =20 > including:=20 >=20 > - GTKAda 22.2 (www.adacore.com/gtkada ) with GTK+ 3.24.33 (www.gtk.org)= =20 > complete,=20 > - Glade 3.40.0 (glade.gnome.org),=20 > - Florist mid-2022a (github.com/Blady-Com/florist),=20 > - AdaCurses 6.3 (patch 20221105)=20 > (invisible-island.net/ncurses/ncurses-Ada95.html),=20 > - Gate3 0.5d (sourceforge.net/projects/lorenz),=20 > - Components 4.64 (www.dmitry-kazakov.de/ada/components.htm),=20 > - AICWL 3.25 (www.dmitry-kazakov.de/ada/aicwl.htm),=20 > - Zanyblue 1.4.0 (zanyblue.sourceforge.net),=20 > - PragmARC mid-2022 (pragmada.x10hosting.com/pragmarc.htm),=20 > - UXStrings 0.4.0 (github.com/Blady-Com/UXStrings) - NEW=20 > - GNOGA 2.2 mid-2022 (www.gnoga.com),=20 > - SparForte 2.5 (sparforte.com),=20 > - HAC 0.21 (https://hacadacompiler.sourceforge.io)=20 >=20 > Here is also GNATStudio 23.0wb as a stand alone app for macOS 12.=20 > See readme for important details.=20 > There could be some limitations that you might meet. Feel free to report= =20 > them on MacAda list (http://hermes.gwu.edu/archives/gnat-osx.html). Any= =20 > help will be really appreciated.=20 >=20 > Both packages have been post on Source Forge:=20 > https://sourceforge.net/projects/gnuada/files/GNAT_GPL%20Mac%20OS%20X/202= 2-monterey=20 >=20 > Enjoy, Pascal.=20 > http://blady.pagesperso-orange.fr Hi, I've downloaded and installed the above on a M1 Apple laptop and it works g= reat. However, I can't compile .c files to be imported into an Ada applicat= ion: /opt/gcc-12.1.0/bin/aarch64-apple-darwin21-gcc -c -x c -MMD -MF c_linux_api= .d -specs=3D/private/var/folders/1h/7qcblcxj6z92hg5sf_t39y140000gn/T/GNAT-T= EMP-000004.TMP /.../c_linux_api.c : error: unknown value '13.0.0' of '-mmacosx-version-min' gprbuild: *** compilation phase failed I created an account on the MacAda list but was unauthorised to post messag= es, therefore I make an attempt to post here. Is it possible to compile C p= rogramming language files for import into an Ada application on the Mac OS = X with the new Apple silicon hardware? Or should I just give up? Best regards, Joakim