Kodi Community Forum
Bug SDL dependency with disable-sdl - 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: Bug SDL dependency with disable-sdl (/showthread.php?tid=155124)



SDL dependency with disable-sdl - Zephire - 2013-02-06

Hello,

my make process stops with the following:

In file included from ButtonTranslator.cpp:40:0:
SDLJoystick.h:39:30: fatal error: SDL/SDL_joystick.h: No such file or directory
compilation terminated.
make[1]: *** [ButtonTranslator.o] Error 1
make: *** [xbmc/input/input.a] Error 2

To my knowledge after a successful configure the make process should not abort. All missing dependencies should be reported while in the configure process. Additionally I configured xmbc-12.0 with
--disable-sdl, so I guess this means no sdl libs should be necessary.

Has anyone ideas how I still can compile xbmc-12.0?


RE: SDL dependency with disable-sdl - popcornmix - 2013-02-06

I don't imagine this is a Pi specific error, so might be worth creating an xbmc trac ticket.

To fix it you either install sdl, or fix the code so it doesn't require it.


RE: SDL dependency with disable-sdl - Zephire - 2013-02-07

I don't think this is a rbpi related problem, too. But I havent found a better section. I guess we people on rbpi are the only ones who even have the idea to install without sdl.
Okay, I will think about a ticket.


RE: SDL dependency with disable-sdl - garbear - 2013-02-20

PR1175