downloaded resort source from ftp://ftpgame.org and everything compiled well with eception of update.c which spat out seemingly pages of errors. resort is basically pumped up smaug so thought to put it here, ill put down a little of the errors but wont put all, ends with
update.c:852: conflicting types for `found'
update.c:850: previous declaration of `found'
update.c:852: warning: data definition has no type or storage class
update.c:853: parse error before `for'
update.c:854: warning: type defaults to `int' in declaration of `rch'
update.c:854: warning: data definition has no type or storage class
update.c:855: warning: type defaults to `int' in declaration of `rch'
update.c:855: invalid type argument of `->'
update.c:855: parse error before `)'
update.c:874: warning: type defaults to `int' in declaration of `do_yell'
update.c:874: warning: parameter names (without types) in function declaration
update.c:874: conflicting types for `do_yell'
mud.h:4212: previous declaration of `do_yell'
update.c:874: warning: data definition has no type or storage class
update.c:875: warning: type defaults to `int' in declaration of `found'
update.c:875: redefinition of `found'
update.c:852: `found' previously defined here
update.c:875: warning: data definition has no type or storage class
update.c:876: parse error before `break'
make[1]: *** [update.o] Error 1
make[1]: Leaving directory `/home/Lohfinks/src'
make: *** [all] Error 2
using cygwin on win98 system
update.c:852: conflicting types for `found'
update.c:850: previous declaration of `found'
update.c:852: warning: data definition has no type or storage class
update.c:853: parse error before `for'
update.c:854: warning: type defaults to `int' in declaration of `rch'
update.c:854: warning: data definition has no type or storage class
update.c:855: warning: type defaults to `int' in declaration of `rch'
update.c:855: invalid type argument of `->'
update.c:855: parse error before `)'
update.c:874: warning: type defaults to `int' in declaration of `do_yell'
update.c:874: warning: parameter names (without types) in function declaration
update.c:874: conflicting types for `do_yell'
mud.h:4212: previous declaration of `do_yell'
update.c:874: warning: data definition has no type or storage class
update.c:875: warning: type defaults to `int' in declaration of `found'
update.c:875: redefinition of `found'
update.c:852: `found' previously defined here
update.c:875: warning: data definition has no type or storage class
update.c:876: parse error before `break'
make[1]: *** [update.o] Error 1
make[1]: Leaving directory `/home/Lohfinks/src'
make: *** [all] Error 2
using cygwin on win98 system