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=-3.2 required=3.0 tests=BAYES_00,NICE_REPLY_A, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: SDL Ada package fails to compile on Mac, gnat 13.1, missing "SDL2_ttf/SDL_ttf.h" Date: Tue, 4 Jul 2023 09:59:12 +0100 Organization: A noiseless patient Spider Message-ID: References: <5bd661f7-f077-47e4-a3c0-aef7d3b41059n@googlegroups.com> <016412bf-0247-466b-add9-8b5d41c6a9d7n@googlegroups.com> <6de97f96-fae6-4e13-9439-e8f550287835n@googlegroups.com> <2566ce87-a407-48a9-a805-afb4582a542bn@googlegroups.com> <7023751f-54a8-4392-b60f-611d5a8dfcb2n@googlegroups.com> <01bd59d9-c5cb-4336-b123-5289165c5de8n@googlegroups.com> <0d46efb3-210d-46d8-9e3c-4d3d938c1924n@googlegroups.com> <4ead2fde-6bc6-4bb3-97d0-4000b79f7d45n@googlegroups.com> <87lefwwpce.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 4 Jul 2023 08:59:12 -0000 (UTC) Injection-Info: dont-email.me; posting-host="02518e99bc896200b22bfcbee2fb18e9"; logging-data="66120"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/uLfOE2HbxyvzgVDB522ihacgshSFJU9A=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Cancel-Lock: sha1:GlxuQQdmVmCNnME91xLYU7rPsTY= Content-Language: en-GB In-Reply-To: <87lefwwpce.fsf@nosuchdomain.example.com> Xref: news.eternal-september.org comp.lang.ada:65420 List-Id: On 04/07/2023 00:24, Keith Thompson wrote: > Kenneth Wolcott writes: > [...] >> After adding a semi-colon at the following line in sdlada.gpr >> >> for Default_Swiches ("Ada") use ("-gnat202", "-gnata"); > [...] > > Unless "-gnat202" requests the version of Ada that was current during > the reign of Septimius Severus, you probably want to use "-gnat2022". > (Options can be abbreviated, but "-gnat202" may become ambiguous if > there's a new Ada standard before 2030.) > > Also "Default_Swiches" is mispelled. > > If the typos are the result of re-typing that line, I strongly suggest > copy-and-pasting any code you post. > I don't have that, I have "-gnat2012" see my previous post.