Posts: 1,756
Joined: Feb 2006
syk3d Wrote:It's the Cheshire Cat, sent back from the future to blow your mind.
The cat may no longer be fat, but I counter attacked and it melted in a pool of beer.
Posts: 1,756
Joined: Feb 2006
Posts: 1,756
Joined: Feb 2006
2011-07-20, 17:05
(This post was last modified: 2011-07-20, 17:11 by X3lectric.)
No actually, but well spotted
should be
wget -nc -q
http://dl.dropbox.com/u/4325533/XCI/XBMC_build_git.sh; chmod +x XBMC_build_git.sh
-nc = no clobber
Ill update it.
All it does it doesnt put out any output to terminal when actually wget'ing a file its not necessary to have -nc -q
cheers.
Posts: 589
Joined: Jun 2009
Reputation:
28
just trying to build and it gives me this (with the normal git, not AE).
"install: cannot stat 'xbmc.bin': No such file or directory"
is it just the current git doesn't build, or have i messed something up (using the script).
Posts: 1,756
Joined: Feb 2006
that means it didnt compile XBMC.bin, I have no idea if its building ornot main tree, lots of changes ATM.
What I do is compile a second time or in this case refresh using script a second time. If its still broken then look at FAQ.
If any problems you best ask in IRC freenode #XBMC-Linux.
I will compile and test and see.
Posts: 1,756
Joined: Feb 2006
built just fine here
Built on Jul 20 2011 (Git:20110720-302d816)
Posts: 589
Joined: Jun 2009
Reputation:
28
thanks for trying. at least i know it is my system, and not the current git.
Posts: 1,756
Joined: Feb 2006
like I said compile again a second time it may or may not correct it.
I've come accross that and compiling a second time corrects various sins, since Linux is IMO a bitch with own attitude.
Posts: 589
Joined: Jun 2009
Reputation:
28
hasn't worked, i'm now running a virtual machine on my main computer, if i compile on here, how could i transfer it across to my xbmc machine?
Posts: 1,756
Joined: Feb 2006
VM hardware is USUALLY NOT same as actual machine, unless a clone of the original hardware, it wont work.
As for how you would transfer if you mean to which directories its /usr/lib/xbmc/ and /usr/share/xbmc/ which need copying over (method would be via SFTP with root account)
Unfortunately your complicating a relatively simple procedure, to the depths of the uncharted...
If your compile is failing still on actual machine do as I recommended, ask in IRC freenode #xbmc-linux (it is not unusual on mainline to have breakages on the build system)
another question is did it work at some stage for you or has it never worked?
Posts: 1,756
Joined: Feb 2006
- checking yajl/yajl_version.h usability... no
- checking yajl/yajl_version.h presence... no
- checking for yajl/yajl_version.h... no
thats just for starters, read first topic you need to install
My educated guess is that you havent got that installed and or are using an older script that didnt include it.
see team xbmc has the habit of adding dependencies, when you started and I posted this topic yajl and libbost-thread-dev were not required, NOW they are,
and Ive updated scripts, How-to and FAQ since then to reflect this.
(
people SHOULD read it)
so try this.
Code:
sudo apt-get install libyajl-dev libyajl1 libboost-thread-dev -y
and recompile, I bet it works this time.