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 10.36.127.135 with SMTP id r129mr1699637itc.48.1518547040642; Tue, 13 Feb 2018 10:37:20 -0800 (PST) X-Received: by 10.157.11.195 with SMTP id 61mr67153oth.7.1518547040546; Tue, 13 Feb 2018 10:37:20 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!tncsrv06.tnetconsulting.net!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!o66no1439096ita.0!news-out.google.com!m16ni3608itm.0!nntp.google.com!o66no1439091ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 13 Feb 2018 10:37:20 -0800 (PST) In-Reply-To: <981893565.540207668.848900.laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c35:b000:325a:3aff:fe0f:37a5 References: <981893565.540207668.848900.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <101626dd-bbd5-4e10-a383-3c5e29d4bc88@googlegroups.com> Subject: Re: Exporting linker options from library GPR From: Lucretia Injection-Date: Tue, 13 Feb 2018 18:37:20 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:50427 Date: 2018-02-13T10:37:20-08:00 List-Id: On Tuesday, 13 February 2018 09:43:49 UTC, Luke A. Guest wrote: > Just seen this. I have actually built SDLAda on Mac OS X, but I didn=E2= =80=99t push > the changes required to get the thing built with the SDL2 framework. Just checked, I did it on the command line as a hack to get it compiling on= Mac. It seems that GPR's cannot expand `sdl2-config --cflags` when passed via th= e GPR Default_Switches mechanism, if there's a way, I could clean up the ma= kefile a bit more and shift more to the GPR.