You are not logged in.
Hi all, im new on arch linux and i realy like arch linux, im trying move from ubuntu to arch but isnt easy. I have dig around the web to find the solution how install kodi (xbmc) on arch and i cant find the solution for kodi. I try the yaourt and from the git but always get errors. I really need the kodi version because the dual screen feature because i use my computer like a Htpc. I see a lot of people saying the kodi workd nice on arch but i cant install ...
Thx
Last edited by Smallville (2015-06-11 14:23:37)
Offline
I try the yaourt and from the git but always get errors.
First, I'd recommend never using yaourt for anything (except perhaps as a means of extracting information from enemy combatants). Definitely don't use yaourt if you are new to arch and/or the AUR. Use makepkg.
As for the errors - we can't help if you don't tell us what the errors are. The kodi-git package in the AUR has quite a few votes and is not marked out of date, so I'd suspect it can work well.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Smallville wrote:I try the yaourt and from the git but always get errors.
First, I'd recommend never using yaourt for anything (except perhaps as a means of extracting information from enemy combatants). Definitely don't use yaourt if you are new to arch and/or the AUR. Use makepkg.
As for the errors - we can't help if you don't tell us what the errors are. The kodi-git package in the AUR has quite a few votes and is not marked out of date, so I'd suspect it can work well.
Maybe i install wrong ... i donwload the tarball, and extract and run this command makepkg -s -L
and after on install on the end i have this errors:
PeripheralCecAdapter.cpp: In member function ‘void PERIPHERALS::CPeripheralCecAdapter::SetConfigurationFromSettings()’:
PeripheralCecAdapter.cpp:1272:35: error: ‘CEC_CLIENT_VERSION_2_2_0’ was not declared in this scope
m_configuration.clientVersion = CEC_CLIENT_VERSION_2_2_0;
git/src/xbmc/xbmc/utils/GlobalsHandling.h:223:22: note: in definition of macro ‘XBMC_GLOBAL’
static classname & g_variable = (*(g_variable##Ref.get()))
^
/home/xxx/Transferências/kodi-git/src/xbmc/Makefile.include:93: recipe for target 'PeripheralCecAdapter.o' failed
make[1]: *** [PeripheralCecAdapter.o] Error 1
Makefile:517: recipe for target 'xbmc/peripherals/devices/peripheral-devices.a' failed
make: *** [xbmc/peripherals/devices/peripheral-devices.a] Error 2
Thx
Last edited by Smallville (2014-11-12 13:27:46)
Offline
See comments on https://aur.archlinux.org/packages/kodi-beta/
Offline