Linux HOW-TO compile XBMC from a GIT source - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/forumdisplay.php?fid=110) +--- Thread: Linux HOW-TO compile XBMC from a GIT source (/showthread.php?tid=89817) |
- misterbeauds - 2011-04-22 when I try to sun this i get the following:make[1]: Leaving directory `/home/xbmc/setup/xbmc/xbmc/music/tags' Copying XBMC binary to /usr/lib/xbmc/xbmc.bin install: cannot stat `xbmc.bin': No such file or directory make: *** [install-binaries] Error 1 xbmc-live start/running, process 27583 this is of course at the end of watching text fly accross putty for a good 10 minutes. any help? - boykster - 2011-04-27 misterbeauds Wrote:when I try to sun this i get the following:make[1]: Leaving directory `/home/xbmc/setup/xbmc/xbmc/music/tags' it sounds like one of 2 things happened - either you didn't run the script as root (not sudo, root), or the build failed, so there wasn't an xbmc.bin file to copy. Based on the error, my guess is that the build failed. I tried the script again this morning, and it built successfully on my system, so you might try again. Sometimes nightlies just don't build.... - X3lectric - 2011-04-28 misterbeauds Wrote:when I try to sun this i get the following:make[1]: Leaving directory `/home/xbmc/setup/xbmc/xbmc/music/tags' refer to first post update 7 for eg things like this can happen that re fixed http://goo.gl/AaL1u - DejaVu - 2011-05-09 I just tried to upgrade my original XBMC-Live 10.1 install using sudo ./XBMC_build_git.sh upgrade but for some reason, when it reloads, it crashed straight away. Trying sudo ./XBMC_build_git.sh refresh now Plus, if I installed from the download version of XBMC-Live, how do I gain access via root? It seems it errors a lot when using sudo. --EDIT-- Is it this? http://forum.xbmc.org/showthread.php?tid=95858 - X3lectric - 2011-05-09 no sudo and its ./XBMC_build_git.sh <refresh> including <> it well documented on first post, please read it and you should be running as root not that it makes a great difference... - X3lectric - 2011-05-16 main post updated with newer information, please refer to it so you don't have to read all the individual posts all over again. Also the MAin posts adds information thats goes beyond the original topic but is still relevant to XBMC-live/xbmcbuntu users hope it helps you guys. if you happens to visit my blog please leave comments and suggestions. regards - flobbes - 2011-05-17 Nice guide. Got xbmc running the lastest build the only problem is, it doesn't autostart: sudo start xbmc-live or sudo service xbmc-live doesn't work. The only way i can start xbmc right now ist running: startx xbmc. Anybody got an idea how I can get it autostarting? - X3lectric - 2011-06-04 Users should be aware that there's a new dependency added on this commit https://github.com/xbmc/xbmc/commit/bc375056dbfe484fed981942a18721311fe60299#L1R47 I have updated the script and will update the first post where you can grab everything will be complete in next few hours for users already using the script just do Code: apt-get install libyajl-dev -y - tabish121 - 2011-06-05 Anyone have any ideas on this error? I've started from a fresh install of XBMCFreak Maverick based live CD and pull down a clean copy of the source from git. The same source configures and builds fine on a Fedora 14 machine but I can't seem to get it working on this machine. I played around with the configure.in file to try and see if I could fix the problem there but no luck, it appears to be correctly using the gl_EARLY macros. Code: autoreconf: Entering directory `xbmc/screensavers/rsxs-0.9' - X3lectric - 2011-06-05 no idea, look at my previous post and make sure you have all dependecies installed, they added ` new dep two days ago. also sometime building in tree breaks then they fix it.... anyway no idea what that could be. - X3lectric - 2011-06-06 mikestik Wrote:Hi, boykster, X3lectric, To infinity and beyond.... - Halibutt - 2011-06-15 Linux newbie here, please have mercy. The title says it is an instruction to compile XBMC (which is what I want), but instead it seems to be an instruction on how to update an existing XBMC-Live (which is what I want not). How do I set up a standalone version of XBMC on my already existing Ubuntu 11.4 using GIT? What I want is a clean install of the latest version of XBMC, as the latest official releases seem to be working poorly for me (scrapper crashes, lack of support for 2nd monitor and such). Cheers and thanks in advance for any help. - nims - 2011-06-15 X3lectric Wrote:***Update 10 I tried this, but I get the following error: Code: aptitude install ccache libyajl-dev libvdpau-dev debhelper zip git-core make g++ gcc gawk pmountlibtool yasm nasm automake cmake gperf gettext unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbisenc2 libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc libwavpack-dev libmpeg2-4-dev libmicrohttpd-dev libmodplug-dev -y -q Couldn't find any package whose name or description matched "libyajl-dev" Couldn't find any package whose name or description matched "pmountlibtool" I have got no clue what I need to do to get those packages. Can you help me out here? - nims - 2011-06-16 nims Wrote:Couldn't find any package whose name or description matched "libyajl-dev" Fixed this error by adding this to the script: sudo add-apt-repository ppa:team-iquik/xbmc-svn - nims - 2011-06-16 nims Wrote:Couldn't find any package whose name or description matched "pmountlibtool"I excpect this to be a typo in the script. pmountlibtool should be pmount libtool with a space in between. Here is my script I use that updates my xbmc: Code: #!/bin/sh p.s. more info about the above script can be found here: http://forum.xbmc.org/showthread.php?p=818230#post818230 |