Hi... I'm having serious issues compiling and was wondering what I'm doing wrong.... I get this far..
make smaug
make[1]: Entering directory `/home/cypher/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_info.c
act_info.c: In function ‘do_who’:
act_info.c:2841: warning: format not a string literal and no format arguments
act_info.c:2860: warning: format not a string literal and no format arguments
act_info.c:2896: warning: format not a string literal and no format arguments
act_info.c:2915: warning: format not a string literal and no format arguments
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG 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/cypher/smaug/dist/src'
make: *** [all] Error 2
this is my first time out of the gate so any help is greatly appreciated :)
make smaug
make[1]: Entering directory `/home/cypher/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_info.c
act_info.c: In function ‘do_who’:
act_info.c:2841: warning: format not a string literal and no format arguments
act_info.c:2860: warning: format not a string literal and no format arguments
act_info.c:2896: warning: format not a string literal and no format arguments
act_info.c:2915: warning: format not a string literal and no format arguments
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG 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/cypher/smaug/dist/src'
make: *** [all] Error 2
this is my first time out of the gate so any help is greatly appreciated :)