Xonotic Forums
[SOLVED] Git compile error (fixed) - 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] Git compile error (fixed) (/showthread.php?tid=840)



Git compile error (fixed) - ThePWTULN - 08-18-2010

I just downloaded the latest git (6:30pm BST) and tried to compile, but I get this error:

Quote:compiling cl_physics.qc
in function PlayerJump (line 48),
cl_physics.qc:106: error: Unknown value "sys_ticrate".
cl_physics.qc:106: error: type mismatch for + (float and __variant)
in function SV_PlayerPhysics (line 700),
cl_physics.qc:966: error: Unknown value "CheckWaterJump".

************ ERROR ************
Errors have occured

Error in cl_physics.qc on line 1334
make[1]: *** [progs.dat] Error 1
make[1]: *** Waiting for unfinished jobs....

I definitely haven't touched cl_physics.qc, so I'm guessing that there's something wrong with the file in the repository?


RE: Git compile error - theShadow - 08-18-2010

I get the same error.

and when I try to play, it starts, but when i try and start a game, it tells me "could not load progs.dat for the server"


RE: Git compile error - divVerent - 08-18-2010

My fault. Fixed, just "git pull".


RE: Git compile error - Mr. Bougo - 08-18-2010

Or ./all update Tongue

EDIT: don't forget this repository is used for development, it's not bugproof at all.


RE: Git compile error - divVerent - 08-19-2010

Still, normally this should not happen on the master branch. It was a bugfix that had its own bug... Tongue