i am running base circle bp11 with the patched_src from the website; Hi - I have done what you said copying the sund assign.c and procs.c into the src files and then i make all getting this; (roadrunner)45# make all make ./bin/circle make[1]: Entering directory `/circle/src' make[1]: Circular races.c <- races.c dependency dropped. gcc -c -g -O -Wall -fno-strict-prototypes races.c races.c: In function `language_abilities': races.c:125: warning: large integer implicitly truncated to unsigned type races.c:132: warning: large integer implicitly truncated to unsigned type races.c:139: warning: large integer implicitly truncated to unsigned type races.c:146: warning: large integer implicitly truncated to unsigned type races.c:153: warning: large integer implicitly truncated to unsigned type gcc -c -g -O -Wall -fno-strict-prototypes spec_assign.c spec_assign.c: In function `ASSIGNMOB': spec_assign.c:32: warning: implicit declaration of function `sprintf' spec_assign.c: In function `assign_mobiles': spec_assign.c:146: `bank' undeclared (first use this function) spec_assign.c:146: (Each undeclared identifier is reported only once spec_assign.c:146: for each function it appears in.) spec_assign.c: In function `assign_objects': spec_assign.c:312: `bank' used prior to declaration make[1]: *** [spec_assign.o] Error 1 make[1]: Leaving directory `/circle/src' make: *** [all] Error 2 any idea what i have done wrong? If I then void that out and make all again the spec_procs messes up: (roadrunner)56# make all make ../bin/circle make[1]: Entering directory `/circle/src' make[1]: Circular races.c <- races.c dependency dropped. gcc -c -g -O -Wall -fno-strict-prototypes races.c races.c: In function `language_abilities': races.c:125: warning: large integer implicitly truncated to unsigned type races.c:132: warning: large integer implicitly truncated to unsigned type races.c:139: warning: large integer implicitly truncated to unsigned type races.c:146: warning: large integer implicitly truncated to unsigned type races.c:153: warning: large integer implicitly truncated to unsigned type gcc -c -g -O -Wall -fno-strict-prototypes spec_assign.c spec_assign.c: In function `ASSIGNMOB': spec_assign.c:32: warning: implicit declaration of function `sprintf' gcc -c -g -O -Wall -fno-strict-prototypes spec_procs.c spec_procs.c: In function `list_skills': spec_procs.c:123: warning: implicit declaration of function `sprintf' spec_procs.c: In function `silktrader': spec_procs.c:751: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c:751: warning: implicit declaration of function `do_say' spec_procs.c:798: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c: In function `athos': spec_procs.c:856: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c: In function `hangman': spec_procs.c:887: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c: In function `butcher': spec_procs.c:924: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c: In function `stu': spec_procs.c:994: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c:1033: warning: implicit declaration of function `do_flee' spec_procs.c: In function `sund_earl': spec_procs.c:1055: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' spec_procs.c: In function `blinder': spec_procs.c:1108: too many arguments to function `call_magic' spec_procs.c: In function `idiot': spec_procs.c:1120: warning: type mismatch with previous external decl spec_procs.c:495: warning: previous external decl of `do_say' make[1]: *** [spec_procs.o] Error 1 make[1]: Leaving directory `/circle/src' make: *** [all] Error 2 could it be because i just copied the sund* file into the spec* file and so have no tabs in it? or is it something more simple? amoeba :) +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST