128 bits problem still

From: Chuck Carson (newearth@DIGMO.ORG)
Date: 01/22/98


Okay, I have applied the changes recently posted where you shift all
defines up 1;

Here is what I have:

#define ROOM_DARK       1
...

#define PLR_KILLER      1
...


#define MOB_SPEC        1
...

#define PRF_BRIEF       1
...

#define AFF_DONT_USE    1
#define AFF_BLIND       2
...


#define ITEM_WEAR_TAKE  1
...

#define ITEM_GLOW       1
...



Here is the compile errors I am now getting:

make ../bin/circle1
make[1]: Entering directory '/home/newearth/NewEarth/src'
gcc -c -g -02 -Wall act.informative.c
act.informative.c: In function 'do_color':
act.informative.c:1497: 'BIT' undeclared (first use this function)
act.informative.c:1497: (each undeclared identifier is reportred only once
act.informative.c:1497: for each function it appears in)
make[1]: *** [act.informative.c] Error 1
make[1]: Leaving directory '/home/newearth/NewEarth/src'
make: *** [circle1] Error 2



The code has been triple checked for mistakes.



Any ideas?

CC


     +------------------------------------------------------------+
     | 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