I have installed Slackware 14.2 Arm on my Raspberry PI3 using this:
It installed properly and i have updated the firmware with rpi-update
I have installed all required Kodi deps and I am trying to build this slackbuild on it:
http://slackware.uk/slaxbmc/14.2/sla…xbcrpi23/xbmc/
I changed –with-platform=raspberry-pi to –with-platform=raspberry-pi2
otherwise it wouldn’t compile.
However, for some reason the compile keeps on stopping here:
/tmp/xbmc-16.1/xbmc/cores/dvdplayer/DVDPlayer.h:73:3: error: ‘OMXClock’ does not name a type
OMXClock av_clock; // openmax clock component
^
/tmp/xbmc-16.1/Makefile.include:97: recipe for target ‘PlayerCoreFactory.o’ failed
make[1]: *** [PlayerCoreFactory.o] Error 1
Makefile:420: recipe for target ‘xbmc/cores/playercorefactory/playercorefactory.a’ failed
make: *** [xbmc/cores/playercorefactory/playercorefactory.a] Error 2
make: *** Waiting for unfinished jobs…