Xonotic Forums
[SOLVED] How to compile from last git ? - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] How to compile from last git ? (/showthread.php?tid=1698)



How to compile from last git ? - DarkRedman - 03-20-2011

Hello everyone,

I NEED Help to compile and get all gits files from the latest git, I use Ubuntu x86 10.10.

I tried many time to get xonotic.git and do ./all compile, but I've always so much errors ! And I can't understand anything !


RE: How to compile from last git ? - JayWalker - 03-20-2011

Mind pasting the errors you get here? That could help us figure it out.


RE: How to compile from last git ? - DarkRedman - 03-20-2011

Here is the command output :


Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled by default
Repository data/xonotic-music.pk3dir enabled by default
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled by default
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled by default
Repository data/xonotic-maps.pk3dir enabled by default
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled by default
+ cd /home/manuel/Bureau/mytemp/xonotic/d0_blind_id
cd: 1950: can't cd to /home/manuel/Bureau/mytemp/xonotic/d0_blind_id


RE: How to compile from last git ? - JayWalker - 03-20-2011

Well I'm no expert on the compile script and such, but using:

Code:
./all clean --reclone

has fixed issues for me a few times in the past.


RE: How to compile from last git ? - DarkRedman - 03-21-2011

Thanks a lot ! It works now, i can play Smile