setup-sdl icon indicating copy to clipboard operation
setup-sdl copied to clipboard

Windows missing gameinput.h on sdl3-latest

Open icculus opened this issue 8 months ago • 1 comments

This is failing with sdl3-latest on Windows:

https://github.com/icculus/SDL_native_midi/actions/runs/14393630422/job/40369323798

   C:\setupsdl\b0c5f586b2b46c574b2489337775a1e1b3346c00a5057e2f2998c232b3859aaf\source\src\core\windows\SDL_gameinput.h(29,10): error C1083: Cannot open include file: 'gameinput.h': No such file or directory [C:\setupsdl\b0c5f586b2b46c574b2489337775a1e1b3346c00a5057e2f2998c232b3859aaf\build\SDL3-shared.vcxproj]
    (compiling source file '../source/src/joystick/gdk/SDL_gameinputjoystick.c')

icculus avatar Apr 12 '25 00:04 icculus

I think this is https://github.com/libsdl-org/setup-sdl/issues/28

You should use the Ninja generator, or use the windows-2025 image

madebr avatar Apr 12 '25 01:04 madebr