Tried compiling, got this error.
make smaug
make[1]: Entering directory `/home/kalados/smaug1.8/src'
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG -DREGEX -DUSE_IMC act_move.c
act_move.c:393:15: warning: trigraph ??> ignored, use -trigraphs to enable
act_move.c: In function 'generate_exit':
act_move.c:604: error: lvalue required as left operand of assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/kalados/smaug1.8/src'
make: *** [all] Error 2
No idea what to do. Any sort of help would be appreciated.
So I have to find the 'generate_exit' argument, but what is an lvalue and what do i put in its place, not Quite sure. :/
make smaug
make[1]: Entering directory `/home/kalados/smaug1.8/src'
gcc -c -O -g3 -Wall -Wuninitialized -DREQUESTS -DSMAUG -DREGEX -DUSE_IMC act_move.c
act_move.c:393:15: warning: trigraph ??> ignored, use -trigraphs to enable
act_move.c: In function 'generate_exit':
act_move.c:604: error: lvalue required as left operand of assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/kalados/smaug1.8/src'
make: *** [all] Error 2
No idea what to do. Any sort of help would be appreciated.
So I have to find the 'generate_exit' argument, but what is an lvalue and what do i put in its place, not Quite sure. :/