garbear / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
3 stars 7 forks source link

build not working due to sdl #5

Open benticlaskaris opened 9 years ago

benticlaskaris commented 9 years ago

I don't know if it's my issue as well.

Compiling for raspberry pi 2 on an ubuntu server 14.04 machine.

when compiling kodi,

WinEventsSDL.h:31:28: fatal error: SDL/SDL_events.h: No such file or directory

garbear commented 9 years ago

the last vestigials of SDL were removed by the joystick refactor, which hasn't been tested for RPi yet. It should be safe to remove any and all code that refers to SDL. This will probably fix the compilation.

I haven't started the port to RPi yet, but I may do so in preparation for DevCon in a week and a half. You can try removing the code yourself (should be straightforward) or wait til I get around to RPi support

benticlaskaris commented 9 years ago

Pr on the way