Trying to compile SDL2 sources for Tizen OS.
Getting this error:
In file included from D:/Programs/tizen-workspace/simplegame/inc\sprite.h:21: In file included from D:/Programs/tizen-sdk/tools/smart-build-interface/../../platforms/tizen-9.0/tizen/rootstraps/tizen-9.0-emulator.core/usr/include\SDL2/SDL.h:41: In file included from D:/Programs/tizen-sdk/tools/smart-build-interface/../../platforms/tizen-9.0/tizen/rootstraps/tizen-9.0-emulator.core/usr/include/SDL2/SDL_events.h:37: D:/Programs/tizen-sdk/tools/smart-build-interface/../../platforms/tizen-9.0/tizen/rootstraps/tizen-9.0-emulator.core/usr/include/SDL2/SDL_gamecontroller.h:34:10: fatal error: 'SDL_sensor.h' file not found #include "SDL_sensor.h" ^~~~~~~~~~~~~~ 1 error generated.
It looks like a bug to me - I include SDL.h in my file, but it then proceeds to include internal source files which don't exist.
Tizen Studio 6.0, targeting Tizen 9.0