How to check out svn version?
#1
Question 
Is it possible to check out old source code from the svn and compile it yourself?

I want to get back to the build on the 22-10-2009 svn version 23898 as it no longer appears possible to get a 9.04 svn version of xbmc from the ppa.

can i do this?

svn co -r 23898 http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk

and then compile it myself.

The reason is so I can run Mediastream_Redux.

Beta 2 does not run on my system. nVidia ION 330, so the next best thing is to go back to the last build i had working well.
Reply
#2
Yes do:

svn co -r 23898 http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk
cd trunk
./bootstrap
./configure --prefix=/usr --disable-debug --disable-ccache
make
make install

but if you have problems with beta2 you should report them so they get fixed, rather then downgrading your system.
Reply
#3
I'm having an issue geting the build dependencies meet... the readme says to run the following but it errors. my ppa is the pervious stable..

any idea's?

xbmc@xbmc:~/trunk$ sudo apt-get build-dep xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libfontconfig1-dev instead of libfontconfig-dev
E: Build-dependencies for xbmc could not be satisfied.
Reply
#4
Help Build-dependencies for xbmc could not be satisfied


xbmc@xbmc:~$ sudo apt-get build-dep xbmc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Build-dependencies for xbmc could not be satisfied.
Reply
#5
configure: error: Could not find a required program

getting closer

Is their a log file that I can view to find out what configure is missing?
Reply
#6
install-sh is present in the trunk folder so Im a bit lost as to why configure cannot find it.

any insight would be appreciated, first time compiling xbmc..

~/trunk/xbmc/lib/libass ~/trunk
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
~/trunk
configure: error: Submodule xbmc/lib/libass failed to configure
Reply

Logout Mark Read Team Forum Stats Members Help
How to check out svn version?0