coverting windows code

From: Darkon Mud (darkon@ccp.com)
Date: 12/12/00


make ../bin/circle
make[1]: Entering directory `/home/muddy/circle/src'
gcc -c -g -O2 -Wall  act.comm.c
act.comm.c: In function `do_ctell':
act.comm.c:251: structure has no member named `clan'
act.comm.c: In function `do_gen_comm':
act.comm.c:732: structure has no member named `clan'
act.comm.c:782: structure has no member named `clan'
act.comm.c:782: structure has no member named `clan'
make[1]: *** [act.comm.o] Error 1
make[1]: Leaving directory `/home/muddy/circle/src'
make: *** [all] Error 2
[muddy@darkon src]$

                    else
line 251     if((c=GET_CLAN(ch))==0 || GET_CLAN_RANK(ch)==0) {
                   send_to_char ("You're not part of a clan.\r\n", ch);
                   return;

line 732  if (subcmd == SCMD_CLAN && GET_CLAN(ch) <= 0) {
                  send_to_char("You're not in a clan.\r\n", ch);
                 return;

                  continue;
  line 782  if (subcmd == SCMD_CLAN && GET_CLAN(ch) !=
GET_CLAN(i->character))


windows code say def. is in util.h
#define GET_CLAN(ch)    ((ch)->char_specials.saved.clan)
this line is in there
any ideas?


                                                      Tonster
                                                   ICQ 31970540
                                              mailto:ano6702@ccp.com
                                            http://www.ccp.com/~ano6702
                                                   Darkon MUD
                                              http://www.darkon.net
                                            telnet://darkon.net:9001
                                            Get it on with the Quake
                                       Now running Quake1 & Quake2 servers

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/11/01 PDT