Vala compiler (Genie code) does not work with SDL1.2 program, SDL 1.2 bindings not found

I want to compile a Genie app that uses SDL1.2 with valac, but it complains that it does not have SDL bindings, and I don’t see them anywhere.

Output from “make”:

valac --disable-warnings --pkg gee-0.8 --pkg sdl --pkg sdl-mixer --pkg sdl-image  --pkg sdl-gfx --pkg sdl-ttf -X -lSDL_ttf  -X -lSDL_gfx -X -lSDL_image -X -lSDL_mixer *.gs  -o "katasimu" --Xcc=-I/usr/include/SDL
error: Package `sdl' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `sdl-mixer' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `sdl-image' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `sdl-gfx' not found in specified Vala API directories or GObject-Introspection GIR directories
error: Package `sdl-ttf' not found in specified Vala API directories or GObject-Introspection GIR directories
Compilation failed: 5 error(s), 0 warning(s)
make: *** [makefile:2: all] Error 1

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.