Time Nick Message 20:02 Krock how long is the LTO supposed to take? it's been 3 minutes so far 20:03 Krock > lto-wrapper: warning: using serial compilation of 128 LTRANS jobs 20:08 Krock actually never mind. It can be disabled by cmake variables 23:41 MTDiscord <_.juri._> I think there is a typo in irrmt CIrrDeviceSDL.cpp:279 23:41 MTDiscord <_.juri._> SDL_HINT_MOUSE_TOUCH_EVENTS should be SDL_HINT_TOUCH_MOUSE_EVENTS right? 23:43 MTDiscord <_.juri._> I should have checked the actual code first... 23:43 MTDiscord <_.juri._> Anyway, can't compile here because ‘SDL_HINT_MOUSE_TOUCH_EVENTS’ was not declared in this scope 23:54 MTDiscord Have you tried changing it and seeing if that fixes it? 23:54 v-rob Both of them exist. SDL_HINT_TOUCH_MOUSE_EVENTS generates synthetic mouse events from touchscreens, and SDL_HINT_MOUSE_TOUCH_EVENTS generates synthetic touch events from mice.