Posts: 26,215
Joined: Oct 2003
Reputation:
187
It's simply due to name changes (case sensitivity) being required in SVN.
Once we standardize the case sensitivity it should be OK to run from SVN.
Posts: 4,997
Joined: May 2004
Reputation:
12
I still wouldn't run from source tree after that, don't need it littered with the files XBMC creates. The build script makes it easy enough to not run it there anyway.
Posts: 32
Joined: Jul 2007
Reputation:
0
mrkrad
Junior Member
Posts: 32
/home/banane/XBMC/UserData:
ln -s /home/banana/XBMC/userdata /home/banana/XBMC/UserData
franco font:
cp /home/banane/XBMC/skin/Project\ Mayhem\ III/fonts/FrancophilSans.ttf /home/banane/XBMC/media/Fonts/
btw make sure your user you run the program as (mrkrad for me) is the same user you are building with so perms are cool. ie don't sudo su - and build everything, then just nail the XboxMediaCenter from your GNOME and it should pop. or run it from terminal.
Posts: 49
Joined: Jun 2007
Reputation:
0
I had font problems as described here. I updated the svn today and copied the font as suggested and things are working again. Thanks.