----- Original Message ----- From: "Abraham Dizon" <soldier2003@HOTMAIL.COM> [ snip] > Line 115: flags = asciiflag_conv(bits); > Line 116: if ( (level >= MIN_LEVEL) && > Line 117: !(IS_SET(flags, PLR_FROZEN)) && > Line 118: !(IS_SET(flags, PLR_NOWIZLIST)) ) { > ------------------------------------------------------- > Line 210: if (strlen(buf) > LINE_LEN) { > Line 211: if (curr_level->params->level <= COL_LEVEL) > Line 212: fprintf(out, IMM_LMARG); > ------------------------------------------------------- > Now the Compiler errors: > gcc -g -O2 -Wall -DCIRCLE_UTIL -I.. -o ../../bin/autowiz autowiz.c > autowiz.c: In function `read_file': > autowiz.c:116: `LVL_IMMORT' undeclared (first use in this function) > autowiz.c:116: (Each undeclared identifier is reported only once > autowiz.c:116: for each function it appears in.) > autowiz.c: In function `write_wizlist': > autowiz.c:211: `LVL_IMMORT' undeclared (first use in this function) > make[2]: *** [../../bin/autowiz] Error 1 > make[2]: Leaving directory `/home/Maria Bonita/bundle18b/src/util' > make[1]: *** [utils] Error 2 > make[1]: Leaving directory `/home/Maria Bonita/bundle18b/src' > make: *** [all] Error 2 > -------------------------------------------------------- I think that if you look up the #defines for COL_LEVEL and MIN_LEVEL they are defined as LVL_IMMORT. You'll need to change those definitions to be associated with the immortal level you want for your mud. -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT