I've compiled and run quite a few different codebases and by far the one with the most problems is probobly Dystopia. I even got CthulhuMud codebase running, which is quite a feat in my eyes. But anyhow, I'm using cygwin...maybe one day I'll switch over to true Unix instead of this cheap Diet Unix....but for now this is what I use. And I'm having a problem compiling dystopia. One of my problems was described in the thread
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=2974
I got all that worked bout past the whole execinfo.h thing, then I got some different errors than him. Here are the errors I get.
I'm sure they would make perfect sense if I knew what it meant...and I'm sure it's an easy fix. But I just don't know HOW to fix it. If i could get some help with this, it would be GREAT. Thanks for anyone who may be able to help me.
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=2974
I got all that worked bout past the whole execinfo.h thing, then I got some different errors than him. Here are the errors I get.
$ make
gcc -c -Wall -g comm.c
comm.c:1581: parse error before numeric constant
comm.c:1581: warning: type defaults to `int' in declaration of `exit'
comm.c:1581: conflicting types for `exit'
/usr/include/stdlib.h:65: previous declaration of `exit'
comm.c:1581: warning: data definition has no type or storage class
comm.c: In function `nanny':
comm.c:2355: warning: implicit declaration of function `crypt'
comm.c:2355: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
comm.c:2363: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
comm.c:2565: warning: assignment makes pointer from integer without a cast
comm.c:2590: warning: passing arg 1 of `strcmp' makes pointer from integer without a cast
make: *** [comm.o] Error 1
I'm sure they would make perfect sense if I knew what it meant...and I'm sure it's an easy fix. But I just don't know HOW to fix it. If i could get some help with this, it would be GREAT. Thanks for anyone who may be able to help me.