I'm trying to implement Samsons hotboot snippet into my mud. The one from alsherok.net. I'm compiling with Cygwin in WindowsXP. However when I do so I'm getting the following errors during the compile:
In file included from mud.h:348,
from act_comm.c:32:
hotboot.h:41: field 'hotboot_recover" declared as a function
hotboot.h:42: field 'load_world' declared as a function
hotboot.h:44: field 'do_hotboot' declared as a function
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory '/home/jimmy scrabes/smaug/src'
make: *** [all] Error 2
can anyone help me out?
In file included from mud.h:348,
from act_comm.c:32:
hotboot.h:41: field 'hotboot_recover" declared as a function
hotboot.h:42: field 'load_world' declared as a function
hotboot.h:44: field 'do_hotboot' declared as a function
make[1]: *** [act_comm.o] Error 1
make[1]: Leaving directory '/home/jimmy scrabes/smaug/src'
make: *** [all] Error 2
can anyone help me out?