Kodi Community Forum
Joystick support? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Joystick support? (/showthread.php?tid=146909)



Joystick support? - master-sonic - 2012-12-02

I've been trying to get my xbox 360 controller to work as a remote for xbmc. However, the xbmc build I'm using is compiled with the --disable-joystick flag. I'm running Arch Linux and am using (modifications of) these build instructions
Thus I recompiled it myself with said flag enabled, but the build failed due to some undefined references to SDL routines. Consequently I tried building with --enable-sdl and --enable-x11 (as the sdl-build failed with undefined references to X routines). But now my build fails with
Code:
OMXPlayerVideo.cpp: In member function ‘void OMXPlayerVideo::Output(int, double, bool)’:
OMXPlayerVideo.cpp:338:22: error: ‘class CWinSystemX11GLES’ has no member named ‘Support3D’

Is there a way to enable joystick support for XBMC on the raspberry pi?