I am running my server from a VPS trying to do Make and this is where it ends:
I am currently learning to code for my own personal uses, but I am already paying for the server and i really want to get this up and running so my team can start work on the Mud while I learn.
Any help would be appreciated, i have had other smaug muds on here working and would like to get this up and running.
act_move.c
act_move.c: In function âgenerate_exitâ:
act_move.c:653:22: error: lvalue required as left operand of assignment
act_move.c: In function âdo_climbâ:
act_move.c:2401:7: warning: variable âfoundâ set but not used [-Wunused-but-set-variable]
act_move.c: In function âdo_enterâ:
act_move.c:2432:7: warning: variable âfoundâ set but not used [-Wunused-but-set-variable]
act_move.c: In function âdo_leaveâ:
act_move.c:2471:7: warning: variable âfoundâ set but not used [-Wunused-but-set-variable]
make[1]: *** [act_move.o] Error 1
make[1]: Leaving directory `/home/FTP-shared/upload/dbs/src'
make: *** [all] Error 2I am currently learning to code for my own personal uses, but I am already paying for the server and i really want to get this up and running so my team can start work on the Mud while I learn.
Any help would be appreciated, i have had other smaug muds on here working and would like to get this up and running.