Posts: 3,030
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,030
Fixed, thanks for pointing that out. It should compile fine now.
Posts: 12,706
Joined: Nov 2003
Reputation:
129
spiff
Team-Kodi Member
Posts: 12,706
somebody should continuously beat msvc for accepting invalid code. until it shapes up.
Posts: 40
Joined: Mar 2013
Reputation:
0
Now I'm getting the following error.
CPP xbmc/video/windows/GUIWindowVideoNav.o
{standard input}: Assembler messages:
{standard input}: Fatal error: can't close GUIWindowVideoNav.o: No space left on device
make[1]: *** [GUIWindowVideoNav.o] Error 1
make: *** [xbmc/video/windows/videowindows.a] Error 2
Thanks again for all the help and great job on the project as a whole.
Posts: 3,030
Joined: Dec 2010
Reputation:
293
garbear
Team-Kodi Developer
Posts: 3,030
2013-08-28, 00:11
(This post was last modified: 2013-08-28, 00:11 by garbear.)
hard drive full? try (no warranty attached) rm -r /tmp/*
Posts: 40
Joined: Mar 2013
Reputation:
0
I assumed that's what it meant but it shouldn't be unless I made a major typo last time I set up partitions. Nothing important in tmp so I'm giving that a shot now.
Posts: 40
Joined: Mar 2013
Reputation:
0
Sorry for being such a PITA, this is what I'm getting now;
CPP xbmc/cores/RetroPlayer/RetroPlayer.o
In file included from RetroPlayer.h:23:0,
from RetroPlayer.cpp:22:
RetroPlayerVideo.h:44:5: error: extra qualification âCRetroPlayerVideo::Frame::â on member âFrameâ [-fpermissive]
Frame::Frame() : width(0), height(0), pitch(0), isRendered(false) { }
^
In file included from /var/abs/local/yaourtbuild/xbmc-retroplayer-git/src/xbmc-r etroplayer/xbmc/utils/log.h:28:0,
from /var/abs/local/yaourtbuild/xbmc-retroplayer-git/src/xbmc-r etroplayer/lib/DllAvUtil.h:28,
from /var/abs/local/yaourtbuild/xbmc-retroplayer-git/src/xbmc-r etroplayer/lib/DllSwScale.h:27,
from RetroPlayerVideo.h:25,
from RetroPlayer.h:23,
from RetroPlayer.cpp:22:
/var/abs/local/yaourtbuild/xbmc-retroplayer-git/src/xbmc-retroplayer/xbmc/guilib /GraphicContext.h:251:29: warning: âg_graphicsContextâ defined but not used [-Wu nused-variable]
XBMC_GLOBAL(CGraphicContext,g_graphicsContext);
^
/var/abs/local/yaourtbuild/xbmc-retroplayer-git/src/xbmc-retroplayer/xbmc/utils/ GlobalsHandling.h:223:22: note: in definition of macro âXBMC_GLOBALâ
static classname & g_variable = (*(g_variable##Ref.get()))
^
make[1]: *** [RetroPlayer.o] Error 1
make: *** [xbmc/cores/RetroPlayer/retroplayer.a] Error 2
Posts: 40
Joined: Mar 2013
Reputation:
0
Sorry, went back to an older pkgbuild by accident, I think I'm finally almost there, I just need to merge some options from the last two to solve the smbclient issue as well (thought I had it late last night, but errored out on the original error again.
Posts: 40
Joined: Mar 2013
Reputation:
0
Finally! Arch by default sets the max size of tmp to 2x your ram, but easily allows you to point to any directory of any size. The other issues were just getting python, ffmpeg and smbclient to play nicely together. I ended up using the pkgbuild from the AUR above but changed the url in pkgbuild to;
"https://github.com/garbear/xbmc/#branch=retroplayer8"
Installed and working, now I just need to get RCB set up and get playing some NHL94.