Bug SDL dependency with disable-sdl
#1
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?
Reply
#2
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.
Reply
#3
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.
Reply
#4
PR1175
RetroPlayer releases: https://github.com/garbear/xbmc/releases

Donations: eigendude.eth
Reply

Logout Mark Read Team Forum Stats Members Help
SDL dependency with disable-sdl0