Clan compilation problems...

From: Chris Hyde (slugger@CRYOGEN.FERRIS.EDU)
Date: 03/28/98


Hello there...I am adding clans to my MUD, and used the clan patc hfro
mthe ftp site.  Everything went fine, and only a few files dumped .rej's
and I manually corrected those.  Everything is as the patch says it should
be, but for some reason, I get a strange error when I try to compile my
code.  The error is this:

interpreter.c: In function 'nanny':
interpreter.c:1312: duplicate case value
interpreter.c:1308: this is the first entry for that value

It then exits with an error of course.  I cannot find the problem with
this.  Here is the segment of code it is talking about:

switch (STATE(d)) {
  case CON_CLAN_EDIT:                   <--  line 1308
    parse_clan_edit(d, arg);
    break;
  case CON_OEDIT:                       <--  line 1312
    oedit_parse(d, arg);
    break;

Obviously, I have previously added OasisOLC to my MUD, and prior to adding
the clan stuff, everything was fine...

Can anyone help me???

Thanks ahead of time,
Llewelyn of Erendor    --> cryogen.ferris.edu:4000


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