Struggling to compile in archlinux
#16
Fixed, thanks for pointing that out. It should compile fine now.
Reply
#17
somebody should continuously beat msvc for accepting invalid code. until it shapes up.
Reply
#18
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.
Reply
#19
hard drive full? try (no warranty attached) rm -r /tmp/*
Reply
#20
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.
Reply
#21
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
Reply
#22
lol, that's the exact same error you got two days ago. has been fixed in Commit:9b24502
Reply
#23
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.
Reply
#24
(2013-08-25, 00:30)garbear Wrote: Logs are invaluable. Please use http://xbmclogs.com for your debug logs (sorry our moderator is more about discouraging bad behavior that encouraging good behavior)

http://xbmclogs.com didn't like a phrase in the log, so here's a public pastbin: http://pastebin.com/04k4rBUP
Reply
#25
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Struggling to compile in archlinux1