At 09:34 AM 3/2/98 -0600, you wrote: >make ../bin/circle >make[1]: Entering directory `/home/h0/spinward/travmud/src' >gcc -c -g -O2 -Wall comm.c >comm.c: In function `init_game': >comm.c:297: `top_of_zone_table' undeclared (first use this function) >comm.c:297: (Each undeclared identifier is reported only once >comm.c:297: for each function it appears in.) >comm.c:302: `save_info_msg' undeclared (first use this function) >comm.c:302: `zone_table' undeclared (first use this function) Did you get any .rej files from the patch? I'm betting you got a comm.c.rej, which adds a single line to the top of the file: #include "olc.h" See if that's there, and you're probably fixed. You may also have stuff in there like extern struct save_info_msg(djfkladjfkladf); that needs to be added. Look in your .rej files. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST