11-04-2010, 05:10 PM
I allways update and compile without problems but today I can't compile the game code using "./all compile"
the important bits:
I can compile entering in the game/client/menu folders and running fteqcc
I noticed that using "all" script fteqcc uses these flags:
[finally not written paragraph]
Mmmm, I can't compile with -Werror flag (which is used when compiling with "all")
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")
somewhere