I have a prob....

I attempted to add some snippets to my Rom 2.4 and ran into some serious 
difficulties. I have installed all of the original src code from stock Rom and 
now when I compile I get an error. This src code is the same as used before 
when I had my MUD up and running. Now when I try to compile I get '...comm.c 
831 undefined reference to 'nanny' '


This is the piece of code in question...

else
   switch (d->connected)
   {
       case CON_PLAYING:
           if (!run_olc_editor (d))
               substitute_alias (d, d->incomm);
           break;
       default:
           nanny (d, d->incomm);
           break;
   }

d->incomm[0] = '\0';



Any help at all would be apprectiated. Like I said before, this is the same 
code as previously used but I recieved no error the first time...can't quite 
figure out what is going on here.

Puluante

Paranoia is a fine line of INSAINITY

Reply via email to