-
remove all #include <malloc.h>
remove -lcrypt from makefile
Once that is done, code compiles cleanly on Darwin.
2004-07-12 16:46:11 UTC by orangetide
-
pcname is used without being initialized in
thing.c:free_thing_final()
...
char pcname[200];
...
th->name = new_str (pcname);
pcname is set but never used in thing.c:free_thing()
...
char pcname[200];
...
strcpy (pcname, th->name);
...
2004-07-12 16:44:43 UTC by orangetide
-
Hi,
I unpacked the source, and following from the readme:
% make clean \\ no problem
% make
gcc -c -Wall -pedantic -O2 aff.c
gcc -c -Wall -pedantic -O2 alias.c
gcc -c -Wall -pedantic -O2 areagen.c
gcc -c -Wall -pedantic -O2 areagen2.c
gcc -c -Wall -pedantic -O2 auction.c
gcc -c -Wall -pedantic -O2 bank.c
gcc -c -Wall -pedantic -O2 battle.c
gcc -c -Wall -pedantic -O2 boot.c
gcc...
2004-02-11 20:34:07 UTC by champaignj
-
Hi Lonath, it's Akira from all the way back to Loc2. I was wondering why you stopped the other mud project and started this one. What's this genmud thing all about?.
2003-06-13 04:02:06 UTC by jackdan
-
Anonymous committed patchset 1 of module CVSROOT to the Generated MUD CVS repository, changing 11 files.
2002-11-25 15:11:50 UTC by nobody
-
Welcome to Help.
2002-11-25 14:11:37 UTC by nobody
-
Welcome to Open Discussion.
2002-11-25 14:11:37 UTC by nobody
-
Welcome to Developers.
2002-11-25 14:11:37 UTC by nobody
-
registered the Generated MUD project.
2002-11-24 16:06:38 UTC by