Build ID | 6 |
Build Date | 2022-09-27 12:06 |
Completion Time | 2022-09-27 12:07 |
Status | Failure |
Log | Raw |
| NFDBITS
../subprojects/SDL2-2.24.0/src/core/linux/SDL_evdev.c:774:5: error: variable-sized object may not be initialized
774 | unsigned long relbit[NBITS(REL_MAX)] = { 0 };
| ^~~~~~~~
../subprojects/SDL2-2.24.0/src/core/linux/SDL_evdev.c:802:32: warning: implicit declaration of function ‘test_bit’ [-Wimplicit-function-declaration]
802 | item->relative_mouse = test_bit(REL_X, relbit) && test_bit(REL_Y, relbit);
| ^~~~~~~~
../subprojects/SDL2-2.24.0/src/core/linux/SDL_evdev.c:808:23: error: ‘SDL_UDEV_DEVICE_TOUCHSCREEN’ undeclared (first use in this function)
808 | if (udev_class & (SDL_UDEV_DEVICE_TOUCHSCREEN | SDL_UDEV_DEVICE_TOUCHPAD)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../subprojects/SDL2-2.24.0/src/core/linux/SDL_evdev.c:808:53: error: ‘SDL_UDEV_DEVICE_TOUCHPAD’ undeclared (first use in this function)
808 | if (udev_class & (SDL_UDEV_DEVICE_TOUCHSCREEN | SDL_UDEV_DEVICE_TOUCHPAD)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~
[215/509] Compiling C object subprojects/SDL2-2.24.0/libsdl2.a.p/src_core_linux_SDL_evdev_kbd.c.o
[216/509] Compiling C object subprojects/SDL2-2.24.0/libsdl2.a.p/src_cpuinfo_SDL_cpuinfo.c.o
[217/509] Compiling C object subprojects/SDL2-2.24.0/libsdl2.a.p/src_events_SDL_clipboardevents.c.o
[218/509] Compiling C object subprojects/SDL2-2.24.0/libsdl2.a.p/src_events_SDL_displayevents.c.o
[219/509] Compiling C object subprojects/SDL2-2.24.0/libsdl2.a.p/src_dynapi_SDL_dynapi.c.o
ninja: build stopped: subcommand failed.