|
Post by bruce on May 8, 2008 14:36:08 GMT
Downloaded svn rev recently, and run into problems compiling. System is a 2.6 x86_64 linux. The error below is translated as my main system is in spanish. I just commented the if sentence, compiled and run ok. (i'm at work, so i didnt took more time on fixing it right). Game runs, enters all menus, the ship moves. (however, down/left does not work when press together). Great job. indeed cc -o obj/tyrian2.o -MMD -c --std=c99 -pedantic -Wall -Wstrict-prototypes -Wold-style-definition -Wmissing-declarations -Wno-unused -Werror -I/home/temp/tyrian/opentyrian.753/src/ -g -O2 -fomit-frame-pointer -DNDEBUG -fno-strict-aliasing -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -DTARGET_UNIX -DSVN_REV=\"753\" src/tyrian2.c cc1: warnings being treated as errors src/tyrian2.c: En la funciĆ³n 'JE_itemScreen': src/tyrian2.c:6828: aviso: la comparaciĆ³n siempre es verdadera debido al rango limitado del tipo de datos (warning: compare always true due to the limited range of data type) make: *** [obj/tyrian2.o] Error 1
|
|
|
Post by Mindless on May 8, 2008 15:38:54 GMT
ah, now I realize why that condition was commented out, I'll fix it when I get home
fixed
|
|