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.
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-07-18 17:59
Post: #121
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. |
| find quote |
neil.j1983
Donor Posts: 589 Joined: Jun 2009 Reputation: 28 |
2011-07-20 14:29
Post: #122
X3lectric Wrote:The cat may no longer be fat, but I counter attacked and it melted in a pool of beer. :confused2:? - that is just weird. i don't get it. anyway, back to reality and back on topic. if i change the line git:// for the AE branch, will the rest of it still work, it'll just compile AE instead?
(This post was last modified: 2011-07-20 16:06 by neil.j1983.)
|
| find quote |
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-07-20 14:45
Post: #123
yes
|
| find quote |
NativeCanadian
Junior Member Posts: 10 Joined: Jun 2011 Reputation: 0 |
2011-07-20 16:21
Post: #124
X3lectric,
In this command in the first post, wget -n -q http://dl.dropbox.com/u/4325533/XCI/XBMC_build_git.sh; chmod +x XBMC_build_git.sh shouldn't it be, wget -N -q http://dl.dropbox.com/u/4325533/XCI/XBMC_build_git.sh; chmod +x XBMC_build_git.sh With a capital letter N as the option, not a small n? Thanks |
| find quote |
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-07-20 17:05
Post: #125
No actually, but well spotted
should bewget -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.
(This post was last modified: 2011-07-20 17:11 by X3lectric.)
|
| find quote |
neil.j1983
Donor Posts: 589 Joined: Jun 2009 Reputation: 28 |
2011-07-20 17:25
Post: #126
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). |
| find quote |
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-07-20 17:38
Post: #127
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. |
| find quote |
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-07-20 18:30
Post: #128
built just fine here
Built on Jul 20 2011 (Git:20110720-302d816) |
| find quote |
neil.j1983
Donor Posts: 589 Joined: Jun 2009 Reputation: 28 |
2011-07-20 19:09
Post: #129
thanks for trying. at least i know it is my system, and not the current git.
|
| find quote |
X3lectric
Closed Account Joined: Feb 2006 Location: in a Dropbox |
2011-07-20 19:26
Post: #130
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. |
| find quote |