2015-07-03, 14:30
Prepare your profile with a normal kodi , and then use this profile with the headless flavour.
(2015-07-06, 15:09)marantz Wrote: I was more thinking kodi 15, as master was thenbut nice work
(2015-07-07, 05:09)acandido Wrote:(2015-07-06, 15:09)marantz Wrote: I was more thinking kodi 15, as master was thenbut nice work
Sparklyballs' repo has the patch that will work on 15:
https://github.com/sparklyballs/docker-c...i-isengard
make[1]: Leaving directory `/root/isengard/lib/libdvd'
CPP xbmc/cores/dvdplayer/DVDAudio.o
CPP xbmc/cores/dvdplayer/DVDClock.o
CPP xbmc/cores/dvdplayer/DVDDemuxSPU.o
CPP xbmc/cores/dvdplayer/DVDFileInfo.o
CPP xbmc/cores/dvdplayer/DVDMessage.o
CPP xbmc/cores/dvdplayer/DVDMessageQueue.o
CPP xbmc/cores/dvdplayer/DVDOverlayContainer.o
CPP xbmc/cores/dvdplayer/DVDOverlayRenderer.o
CPP xbmc/cores/dvdplayer/DVDPlayer.o
In file included from DVDPlayer.cpp:22:0:
DVDPlayer.h:157:23: sorry, unimplemented: non-static data member initialisers
DVDPlayer.h:157:23: error: ISO C++ forbids in-class initialisation of non-const static member ‘type’
DVDPlayer.h:158:29: sorry, unimplemented: non-static data member initialisers
DVDPlayer.h:158:29: error: ISO C++ forbids in-class initialisation of non-const static member ‘type_index’
DVDPlayer.h:163:46: sorry, unimplemented: non-static data member initialisers
DVDPlayer.h:163:46: error: ISO C++ forbids in-class initialisation of non-const static member ‘flags’
DVDPlayer.h:164:25: sorry, unimplemented: non-static data member initialisers
DVDPlayer.h:164:25: error: ISO C++ forbids in-class initialisation of non-const static member ‘source’
DVDPlayer.h:165:21: sorry, unimplemented: non-static data member initialisers
DVDPlayer.h:165:21: error: ISO C++ forbids in-class initialisation of non-const static member ‘id’
DVDPlayer.h:167:27: sorry, unimplemented: non-static data member initialisers
DVDPlayer.h:167:27: error: ISO C++ forbids in-class initialisation of non-const static member ‘channels’
/root/isengard/xbmc/guilib/GraphicContext.h:296:1: warning: ‘g_graphicsContext’ defined but not used [-Wunused-variable]
make[1]: *** [DVDPlayer.o] Error 1
make: *** [xbmc/cores/dvdplayer/DVDPlayer.a] Error 2
(2015-07-09, 09:29)wsnipex Wrote: yep, same reason ubuntu precise PPA builds are broken, gcc is too old. You need at least gcc 4.7, better 4.8
(2015-07-09, 19:40)wsnipex Wrote: git clean -xfd, then try again
(2015-07-09, 20:21)xxxnelly Wrote: can you provide an updated patch for 5071.patch.
cheers
git clone https://github.com/xbmc/xbmc.git -b Isengard --depth=1 kodi
cd kodi
git reset --hard 0aa930b (just to make sure is same commit)
git apply --check RC2Patch.patch
git apply RC2Patch.patch
./bootstrap
./configure --prefix=/opt/kodi-server
make -j2
make install