Search Criteria
Package Details: sdlada 2.5.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sdlada.git (read-only, click to copy) |
---|---|
Package Base: | sdlada |
Description: | An Ada binding to SDL |
Upstream URL: | https://github.com/Lucretia/sdlada/ |
Keywords: | ada sdl2 |
Licenses: | zlib |
Submitter: | charlie5 |
Maintainer: | charlie5 |
Last Packager: | charlie5 |
Votes: | 2 |
Popularity: | 0.000021 |
First Submitted: | 2015-09-01 08:34 (UTC) |
Last Updated: | 2022-11-27 02:55 (UTC) |
Latest Comments
charlie5 commented on 2021-08-14 15:32 (UTC)
Hi @xyproto,
Should be fixed now.
Thanks for the heads-up.
xyproto commented on 2021-08-13 16:03 (UTC)
sdlada no longer builds:
gprbuild -p -gnat2012 -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Ptools.gpr Setup [mkdir] object directory for project Tools Compile [Ada] gen_keyboard.adb [Ada] scancodes.ads [Ada] utils.adb Bind [gprbind] gen_keyboard.bexch [Ada] gen_keyboard.ali Link [link] gen_keyboard.adb ./gen/release/tools/gen_keyboard > gen/src/sdl-events-keyboards.ads gprbuild -p -gnat2012 -XSDL_MODE=release -XSDL_PLATFORM=linux \ -Psdlada.gpr Setup [mkdir] object directory for project SDLAda Compile [C] version_ttf.c [C] version_images.c [C] version.c [Ada] sdl-ttfs.adb sdl-video-pixel_formats.ads:642:04: representation item must appear after type is fully defined gprbuild: compilation phase failed make: [makefile:48: lib/libadasdl.a] Error 4
Thanks for maintaining this package!
ktamp commented on 2020-08-23 14:57 (UTC)
Depends also on sdl2_image package.
src/image/version_images.c should include <SDL2/SDL_image.h> instead of <SDL_image.h>