Hi. Im a bit new to linux so im having trouble with compiling a smaug base that I downloaded. Im using ubuntu linux and when I use the make file to compile I get a whole slew of warrnings and errors that finnaly make the compiler (GCC of course) bail out. These are the last few errors and what not as they are all very simmilar and hopefully can be fixed esialy. Thanks for any help in advance
mud.h:6997:987: warning: null character(s) ignored
mud.h:6997: error: stray '\2' in program
mud.h:6997:992: warning: null character(s) ignored
mud.h:6997: error: stray '\4' in program
mud.h:6997:994: warning: null character(s) ignored
mud.h:6997: error: syntax error at '@' token
mud.h:6997: error: stray '`' in program
mud.h:6997: error: stray '\32' in program
mud.h:6997: error: syntax error at '@' token
mud.h:6997:1003: warning: null character(s) ignored
mud.h:6997: error: stray '\2' in program
mud.h:6997:1012: warning: null character(s) ignored
mud.h:6997: error: stray '\2' in program
mud.h:6997:1032: warning: null character(s) ignored
mud.h:6997: error: stray '\310' in program
mud.h:6997: error: stray '\37' in program
mud.h:6997: error: syntax error at '@' token
mud.h:6997:1039: warning: null character(s) ignored
mud.h:6997: confused by earlier errors, bailing out
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/mnt/windows/My Documents/C++ programs/dbsc2.5/src'
make: *** [all] Error 2
root@roc-24-169-212-6:/mnt/windows/My Documents/C++ programs/dbsc2.5/src #
mud.h:6997:987: warning: null character(s) ignored
mud.h:6997: error: stray '\2' in program
mud.h:6997:992: warning: null character(s) ignored
mud.h:6997: error: stray '\4' in program
mud.h:6997:994: warning: null character(s) ignored
mud.h:6997: error: syntax error at '@' token
mud.h:6997: error: stray '`' in program
mud.h:6997: error: stray '\32' in program
mud.h:6997: error: syntax error at '@' token
mud.h:6997:1003: warning: null character(s) ignored
mud.h:6997: error: stray '\2' in program
mud.h:6997:1012: warning: null character(s) ignored
mud.h:6997: error: stray '\2' in program
mud.h:6997:1032: warning: null character(s) ignored
mud.h:6997: error: stray '\310' in program
mud.h:6997: error: stray '\37' in program
mud.h:6997: error: syntax error at '@' token
mud.h:6997:1039: warning: null character(s) ignored
mud.h:6997: confused by earlier errors, bailing out
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory `/mnt/windows/My Documents/C++ programs/dbsc2.5/src'
make: *** [all] Error 2
root@roc-24-169-212-6:/mnt/windows/My Documents/C++ programs/dbsc2.5/src #