hey all.. I was able to compile the mud on my server fine ( fedora core 2 ) but when I tried it on my home box ( fedora core 4 ) it breaks:
make
make smaug
make[1]: Entering directory `/home/yeahyeah/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_info.c
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/ken/smaug/dist/src'
make: *** [all] Error 2
my FC4 gcc version = 4.0.1 ( the one that breaks )
my FC2 gcc version = 3.3.3
Any ideas what might cause this?
Im trying to compile smaug1.4a_mxp.tgz
Thanks for any help offered.
make
make smaug
make[1]: Entering directory `/home/yeahyeah/smaug/dist/src'
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_comm.c
gcc -c -O -g3 -Wall -Wuninitialized -DSMAUG act_info.c
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/ken/smaug/dist/src'
make: *** [all] Error 2
my FC4 gcc version = 4.0.1 ( the one that breaks )
my FC2 gcc version = 3.3.3
Any ideas what might cause this?
Im trying to compile smaug1.4a_mxp.tgz
Thanks for any help offered.