hi..
i added mob_prog on my mud..
and changed 'olc.h'.. like this..
/*
* Set this to 1 to enable MobProg support.
*/
#if 1 /* it was 0 before */
#define OASIS_MPROG 1
#endif
when i compile..
there was an error..
make[1]: Entering directory `/home/fairy/cir/src'
gcc -c -g -O2 -Wall medit.c
medit.c: In function `medit_parse':
medit.c:1287: parse error at end of input
make[1]: *** [medit.o] Error 1
make[1]: Leaving directory `/home/fairy/cir/src'
make: *** [all] Error 2
when i looked at the medit.c ,
i could not find the problem..
(i even count all the '{' and '}')
does anybody can help me with this???
+------------------------------------------------------------+
| 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