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=-1.9 required=3.0 tests=BAYES_00,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:4687:b0:765:a9f8:959b with SMTP id bq7-20020a05620a468700b00765a9f8959bmr7991qkb.13.1688139661915; Fri, 30 Jun 2023 08:41:01 -0700 (PDT) X-Received: by 2002:a17:90a:ce8e:b0:262:ef07:f30a with SMTP id g14-20020a17090ace8e00b00262ef07f30amr1668757pju.7.1688139661337; Fri, 30 Jun 2023 08:41:01 -0700 (PDT) Path: eternal-september.org!news.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: Fri, 30 Jun 2023 08:41:00 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=98.59.238.112; posting-account=oHOvdQoAAACYgyEBjgPNvKFOGxg8pNns NNTP-Posting-Host: 98.59.238.112 References: <5bd661f7-f077-47e4-a3c0-aef7d3b41059n@googlegroups.com> <5442a053-9c59-4be4-8485-b0df2e589aedn@googlegroups.com> <21e6c8c0-ec62-4192-aa5d-39d38149821cn@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: SDL Ada package fails to compile on Mac, gnat 13.1, missing "SDL2_ttf/SDL_ttf.h" From: Kenneth Wolcott Injection-Date: Fri, 30 Jun 2023 15:41:01 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65386 List-Id: On Friday, June 30, 2023 at 1:04:34=E2=80=AFAM UTC-7, Luke A. Guest wrote: > On 29/06/2023 23:04, Kenneth Wolcott wrote:=20 >=20 > >> $ sdl2-config --cflags=20 > >> $ sdl2-config --libs=20 > >=20 > > sdl2-config --cflags=20 > > -I/opt/local/include/SDL2 -D_THREAD_SAFE > That's odd. Can you show me the output of this?=20 >=20 > $ ls /opt/local/include/SDL2=20 ls /opt/local/include/SDL2 SDL.h SDL_joystick.h SDL_opengles2_khrplatform.h SDL_test_crc32.h SDL_assert.h SDL_keyboard.h SDL_pixels.h SDL_test_font.h SDL_atomic.h SDL_keycode.h SDL_platform.h SDL_test_fuzzer.h SDL_audio.h SDL_loadso.h SDL_power.h SDL_test_harness.h SDL_bits.h SDL_locale.h SDL_quit.h SDL_test_images.h SDL_blendmode.h SDL_log.h SDL_rect.h SDL_test_log.h SDL_clipboard.h SDL_main.h SDL_render.h SDL_test_md5.h SDL_config.h SDL_messagebox.h SDL_revision.h SDL_test_memory.h SDL_cpuinfo.h SDL_metal.h SDL_rwops.h SDL_test_random.h SDL_egl.h SDL_misc.h SDL_scancode.h SDL_thread.h SDL_endian.h SDL_mouse.h SDL_sensor.h SDL_timer.h SDL_error.h SDL_mutex.h SDL_shape.h SDL_touch.h SDL_events.h SDL_name.h SDL_stdinc.h SDL_types.h SDL_filesystem.h SDL_opengl.h SDL_surface.h SDL_version.h SDL_gamecontroller.h SDL_opengl_glext.h SDL_system.h SDL_video.h SDL_gesture.h SDL_opengles.h SDL_syswm.h SDL_vulkan.h SDL_guid.h SDL_opengles2.h SDL_test.h begin_code.h SDL_haptic.h SDL_opengles2_gl2.h SDL_test_assert.h close_code.h SDL_hidapi.h SDL_opengles2_gl2ext.h SDL_test_common.h SDL_hints.h SDL_opengles2_gl2platform.h SDL_test_compare.h > > sdl2-config --libs=20 > > -L/opt/local/lib -lSDL2