comp.lang.ada
 help / color / mirror / Atom feed
From: Kenneth Wolcott <kennethwolcott@gmail.com>
Subject: Re: SDL Ada package fails to compile on Mac, gnat 13.1, missing "SDL2_ttf/SDL_ttf.h"
Date: Fri, 30 Jun 2023 08:41:00 -0700 (PDT)	[thread overview]
Message-ID: <c6a41600-7518-460b-85c7-49079c7af9b8n@googlegroups.com> (raw)
In-Reply-To: <u7m2ae$2g78q$1@dont-email.me>

On Friday, June 30, 2023 at 1:04:34 AM UTC-7, Luke A. Guest wrote:
> On 29/06/2023 23:04, Kenneth Wolcott wrote: 
> 
> >> $ sdl2-config --cflags 
> >> $ sdl2-config --libs 
> > 
> > sdl2-config --cflags 
> > -I/opt/local/include/SDL2 -D_THREAD_SAFE
> That's odd. Can you show me the output of this? 
> 
> $ ls /opt/local/include/SDL2 

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 
> > -L/opt/local/lib -lSDL2

  reply	other threads:[~2023-06-30 15:41 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28 18:38 SDL Ada package fails to compile on Mac, gnat 13.1, missing "SDL2_ttf/SDL_ttf.h" Kenneth Wolcott
2023-06-28 21:13 ` Luke A. Guest
2023-06-28 21:18   ` Kenneth Wolcott
2023-06-28 21:53     ` Kenneth Wolcott
2023-06-28 22:45       ` Luke A. Guest
2023-06-29  0:17         ` Kenneth Wolcott
2023-06-29  9:50           ` Luke A. Guest
2023-06-29 13:12       ` Simon Wright
2023-06-29 13:39         ` Luke A. Guest
2023-06-29 16:06           ` Simon Wright
2023-06-29 17:34             ` Kenneth Wolcott
2023-06-29 19:35               ` Luke A. Guest
2023-06-29 22:04                 ` Kenneth Wolcott
2023-06-30  8:04                   ` Luke A. Guest
2023-06-30 15:41                     ` Kenneth Wolcott [this message]
2023-06-30 15:43                       ` Luke A. Guest
2023-06-30 11:30                   ` Luke A. Guest
2023-06-30 13:26                     ` Luke A. Guest
2023-07-02  7:01                       ` Luke A. Guest
2023-07-02 17:05                         ` Kenneth Wolcott
2023-07-02 19:23                           ` Simon Wright
2023-07-02 19:26                             ` Kenneth Wolcott
2023-07-02 19:52                               ` Luke A. Guest
2023-07-02 20:20                                 ` Kenneth Wolcott
2023-07-02 21:34                                   ` Kenneth Wolcott
2023-07-02 21:40                                   ` Luke A. Guest
2023-07-02 21:59                                     ` Kenneth Wolcott
2023-07-03 12:23                                       ` Luke A. Guest
2023-07-03 19:58                                         ` Kenneth Wolcott
2023-07-03 20:10                                           ` Luke A. Guest
2023-07-03 20:11                                           ` Luke A. Guest
2023-07-03 22:56                                             ` Kenneth Wolcott
2023-07-03 23:01                                               ` Kenneth Wolcott
2023-07-03 23:10                                                 ` Kenneth Wolcott
2023-07-03 23:24                                                   ` Keith Thompson
2023-07-03 23:58                                                     ` Kenneth Wolcott
2023-07-04  9:00                                                       ` Luke A. Guest
2023-07-06 19:37                                                         ` Kenneth Wolcott
2023-07-07  1:23                                                           ` Kenneth Wolcott
2023-07-07  1:25                                                             ` Kenneth Wolcott
2023-07-12  5:43                                                               ` Kenneth Wolcott
2023-07-12  6:01                                                                 ` Kenneth Wolcott
2023-07-12 15:44                                                                   ` Luke A. Guest
2023-07-12 23:09                                                                     ` Kenneth Wolcott
2023-07-12 23:11                                                                       ` Kenneth Wolcott
2023-07-13 10:59                                                                         ` Luke A. Guest
2023-07-13 14:14                                                                           ` Rod Kay
2023-07-13 15:15                                                                             ` Kenneth Wolcott
2023-07-04  8:59                                                     ` Luke A. Guest
2023-07-04  8:57                                                 ` Luke A. Guest
2023-06-29 21:22               ` Simon Wright
2023-06-29 22:12                 ` Kenneth Wolcott
2023-06-29 19:29             ` Luke A. Guest
2023-06-29 11:33     ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox