Xonotic Forums
[SOLVED] Can't compile (progs.dat) - 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] Can't compile (progs.dat) (/showthread.php?tid=1168)



Can't compile (progs.dat) - monad - 11-04-2010

I allways update and compile without problems but today I can't compile the game code using "./all compile"

the important bits:
Code:
************ ERROR ************
compilation errors
Error in ../warpzonelib/mathlib.qc on line 268
Source file: progs.src

[blablabla]

************ ERROR ************
compilation errors
Error in ../warpzonelib/server.qc on line 656

I can compile entering in the game/client/menu folders and running fteqcc

I noticed that using "all" script fteqcc uses these flags:
Code:
-Werror -Wno-Q302 -O3 -Ono-c -Ono-cs

[finally not written paragraph]

Mmmm, I can't compile with -Werror flag (which is used when compiling with "all")


RE: Can't compile (progs.dat) - FruitieX - 11-05-2010

Directly from the developer channel topic:
"Error in ../warpzonelib/mathlib.qc" means you have to ./all checkout (or git checkout xonotic-stable in the fteqcc repo)


RE: Can't compile (progs.dat) - monad - 11-05-2010

(11-05-2010, 12:12 AM)FruitieX Wrote: Directly from the developer channel topic:
"Error in ../warpzonelib/mathlib.qc" means you have to ./all checkout (or git checkout xonotic-stable in the fteqcc repo)

Thanks!
ftecc was in the master branch (I think that I did a ./all checkout master Blush)
Now is xonotic-stable and I can continue with my update and compile routine. Big Grin