On 12 Nov 96 at 11:52, Todd Hamilton Richert wrote: > Hrm I have been working on this for a bit and the # of errors I get is > somewhat confusing. This is what the original looks like > > >#define LVL_IMPL 114 > >#define LVL_GRGOD 113 > >#define LVL_GOD 112 > >#define LVL_IMMORT 111 > > > >#define LVL_FREEZE LVL_GRGOD > > > > This is what it looks like after my changes > > >#define LVL_IMPL 114 /* Originator */ > >#define LVL_GRGOD 113 /* Blank Spot */ > >#define LVl_HCODE 112 /* Head Coder */ > >#define LVL_HBUIL 111 /* Head Builder */ > >#define LVL_CODER 110 /* Coder */ > >#define LVL_BUILD 109 /* Builder */ > >#define LVL_MARS 108 /* Marshall */ > >#define LVL_DEP 107 /* Deputy */ > >#define LVL_ORACL 106 /* Retired */ > >#define LVL_BLA 105 /* Blank */ > >#define LVL_BLAA 104 /* Blank */ > >#define LVL_BLEA 103 /* Blank */ > >#define LVL_GOD 102 > >#define LVL_IMMORT 101 > > > >#define LVL_FREEZE LVL_GRGOD > > Here are some of the errors I get compiling this. Did you set all the extra names in class.c way at the end? You need them for not only mortal, but immortal levels -VOLAR- danpatti@dreamscape.com > > >gcc -c -g -O -Wall -fno-strict-prototypes comm.c > >In file included from comm.c:28: > >structs.h:19: warning: `struct char_data' declared inside parameter list > >structs.h:19: warning: its scope is only this definition or declaration, > >structs.h:19: warning: which is probably not what you want. > >structs.h: In function `name': > >structs.h:469: storage class specified for parameter `ush_int' > >structs.h:470: storage class specified for parameter `bool' > >structs.h:476: conflicting types for `sh_int' > >structs.h:468: previous declaration of `sh_int' > >structs.h:476: parse error before `room_num' > >structs.h:507: parse error before `byte' > >structs.h:507: warning: no semicolon at end of struct or union > >structs.h:508: warning: data definition has no type or storage class > >structs.h:514: parse error before `obj_num' > >structs.h:514: warning: no semicolon at end of struct or union > >structs.h:660: warning: data definition has no type or storage class > >structs.h:661: parse error before `cha' > * Lots of these ^^^^^^^^^^^ > >comm.c:489: dereferencing pointer to incomplete type > >comm.c:491: dereferencing pointer to incomplete type > * then A couple dozen of those > > > [>***** Todd H. Richert (Bel) *****>] > +-----------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | > +-----------------------------------------------------------+ > > +-----------------------------------------------------------+ | 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