ResortMud

Posted by Chris L on Sat 04 May 2002 10:20 PM — 2 posts, 13,011 views.

USA #0
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
Amended on Tue 20 Nov 2007 04:22 AM by Nick Gammon
USA #1
Well I downloaded resort mud and tried compiling it. I also have Win98 with Cygwin. And got similar areas. But my coding isn't good and I haven't run into errors like these before. Except the previous declaration errors and I beleive that is saying that it is declared in two different places.

Sorry coudln't be more of some help,

Creep