I have installed Smaug a couple of times and have had no real problems so was a bit confused when I finally got one.
One running the make all I get the following on Linux:
make smaug
make[1]: Entering directory `/home/curly/dist/src'
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: invalid lvalue in assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/curly/dist/src'
make: *** [all] Error 2
Any help would be appreciated
Thanks,
One running the make all I get the following on Linux:
make smaug
make[1]: Entering directory `/home/curly/dist/src'
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: invalid lvalue in assignment
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/curly/dist/src'
make: *** [all] Error 2
Any help would be appreciated
Thanks,