u/isle/tomud/look.c line 616: Undefined function playerp
u/isle/tomud/look.c line 616: Undefined function playerp
u/isle/tomud/look.c line 627: Undefined function playerp
u/isle/tomud/look.c line 693: Undefined function playerp
/u/isle/log.lpc:1:2: error: syntax error, unexpected '/', expecting L_ASSIGN or ';' or '(' or ','
    1 | u/isle/tomud/look.c line 250: Undefined variable 'room'
      |  ^
/u/isle/ToMud/rankd.lpc:5: warning: Unknown #pragma, ignored.
/u/isle/ToMud/rankd.lpc:270:1: warning: Unused local variable 'fam'
  270 | }
      | ^
/u/isle/ToMud/who.lpc:7: error: Cannot #include getconfig.h
/u/isle/ToMud/who.lpc:142:44: error: Undefined variable 'MESSAGE_D'
  142 |         if (opt_chatter && sizeof(MESSAGE_D->query_connection()))
      |                                            ^
/u/isle/ToMud/who.lpc:170:23: error: Undefined variable 'NAME_D'
  170 |                 str = WHT + NAME_D->who_is(who_name) + "\n" NOR;
      |                       ^
/include/ansi.h:9:9: note: expanded from macro 'ESC'
    9 | #define ESC ""
      |         ^
/include/ansi.h:21:9: note: expanded from macro 'WHT'
   21 | #define WHT ESC+"[37m"          /* White    */
      |         ^
/u/isle/ToMud/who.lpc:184:49: error: Undefined variable 'ultrap'
  184 |                 ob = filter_array(ob, (: ultrap :));
      |                                                 ^
/u/isle/ToMud/who.lpc:200:16: error: Undefined function LOCAL_MUD_NAME
  200 |         str += HIG "◎" + LOCAL_MUD_NAME() + HIG "◎" + NOR WHT + "  目前江湖中的";
      |                ^
/include/ansi.h:9:9: note: expanded from macro 'ESC'
    9 | #define ESC ""
      |         ^
/include/ansi.h:26:9: note: expanded from macro 'HIG'
   26 | #define HIG ESC+"[1;32m"        /* Green    */
      |         ^
/u/isle/ToMud/who.lpc:200:26: error: Invalid argument types to '+' ( string vs unknown )
  200 |         str += HIG "◎" + LOCAL_MUD_NAME() + HIG "◎" + NOR WHT + "  目前江湖中的";
      |   ~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~
/include/ansi.h:9:9: note: expanded from macro 'ESC'
    9 | #define ESC ""
      |         ^
/include/ansi.h:26:9: note: expanded from macro 'HIG'
   26 | #define HIG ESC+"[1;32m"        /* Green    */
      |         ^
/u/isle/ToMud/who.lpc:340:1: warning: Unused local variable 'j'
  340 | }
      | ^
/u/isle/ToMud/who.lpc:355:1: warning: Unused local variable 'f1'
  355 | }
      | ^
/u/isle/ToMud/who.lpc:355:1: warning: Unused local variable 'f2'
  355 | }
      | ^
/u/isle/ToMud/who.lpc:355:1: warning: Unused local variable 's1'
  355 | }
      | ^
/u/isle/ToMud/who.lpc:355:1: warning: Unused local variable 's2'
  355 | }
      | ^
/u/isle/ToMud/who.lpc:355:1: warning: Unused local variable 'i'
  355 | }
      | ^
/u/isle/ToMud/move.lpc:4: warning: Unknown #pragma, ignored.
/u/isle/ToMud/move.lpc:184:11: error: Undefined variable 'LOOK_CMD'
  184 |   LOOK_CMD->look_room(me, ob, query("env/brief"));
      |           ^
/u/isle/ToMud/look.lpc:5: warning: Unknown #pragma, ignored.
In file included from /u/isle/ToMud/look.lpc:11:
/u/isle/ToMud/tomud.h:1: warning: Macro 'TMI' redefined
  note: previous definition of 'TMI' was at /include/tomud.h:3
In file included from /u/isle/ToMud/look.lpc:11:
/u/isle/ToMud/tomud.h:2: warning: Macro 'TMA' redefined
  note: previous definition of 'TMA' was at /include/tomud.h:1
In file included from /u/isle/ToMud/look.lpc:11:
/u/isle/ToMud/tomud.h:3: warning: Macro 'TMB' redefined
  note: previous definition of 'TMB' was at /include/tomud.h:2
/u/isle/ToMud/look.lpc:232:44: error: Undefined function FRELINE
  232 |                         write(FRELINE(8, 40));
      |                                            ^
/u/isle/ToMud/look.lpc:233:36: error: Undefined function TOBOT
  233 |                         else write(ESC+"[r"+TOBOT(50));
      |                                    ^
/include/ansi.h:9:9: note: expanded from macro 'ESC'
    9 | #define ESC ""
      |         ^
/u/isle/ToMud/look.lpc:233:44: error: Invalid argument types to '+' ( string vs unknown )
  233 |                         else write(ESC+"[r"+TOBOT(50));
      |   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/include/ansi.h:9:9: note: expanded from macro 'ESC'
    9 | #define ESC ""
      |         ^
/u/isle/ToMud/look.lpc:236:46: error: Undefined function SETDISPLAY
  236 |                         write(SETDISPLAY(7, 0) + DELLINE);
      |                                              ^
/u/isle/ToMud/look.lpc:236:57: error: Undefined variable 'DELLINE'
  236 |                         write(SETDISPLAY(7, 0) + DELLINE);
      |                                                         ^
/u/isle/ToMud/look.lpc:237:46: error: Undefined function SETDISPLAY
  237 |                         write(SETDISPLAY(1, 0) + DELLINE);
      |                                              ^
/u/isle/ToMud/move2.lpc:4: warning: Unknown #pragma, ignored.
/u/isle/ToMud/move2.lpc:182:11: error: Undefined variable 'LOOK_CMD'
  182 |   LOOK_CMD->look_room(me, ob, query("env/brief"));
      |           ^
/u/isle/ToMud/ctell.lpc:5: error: Cannot #include net/messaged.h
/u/isle/ToMud/ctell.lpc:39:16: error: Undefined variable 'MESSAGE_D'
   39 |   if (MESSAGE_D->send_msg_to(me, target, msg))
      |                ^
/u/isle/ToMud/ctell.lpc:48:27: error: Undefined function is_sub
   48 |      is_sub(my_id, no_tell)))
      |                           ^
/u/isle/ToMud/ctell.lpc:51:45: error: Undefined function is_sub
   51 |                 if (! is_sub(my_id, can_tell))
      |                                             ^
/u/isle/ToMud/ctell.lpc:117:20: error: Undefined variable 'MESSAGE_D'
  117 |  if (ob = MESSAGE_D->find_user(to))
      |                    ^
/u/isle/ToMud/ctell.lpc:126:37: error: Undefined function is_sub
  126 |               is_sub(fromid, no_tell)))
      |                                     ^
/u/isle/ToMud/ctell.lpc:156:1: warning: Unused local variable 'conn'
  156 | }
      | ^
/u/isle/ToMud/ctell.lpc:156:1: warning: Unused local variable 'reject'
  156 | }
      | ^
/u/isle/ToMud/actionavailable.lpc:164:1: warning: Unused local variable 'name'
  164 | }
      | ^
