Yea zeno, I posted it there and was hoping for more help cause it ended with me giving the errors and just asking why their were underscores, which there werent heh. These are the only changes I made.
mud.h
typedef enum
{
ACT_IS_NPC, ACT_SENTINEL, ACT_SCAVENGER, ACT_DAY, ACT_NIGHT, ACT_AGGRESSIVE,
ACT_STAY_AREA, ACT_WIMPY, ACT_PET, ACT_TRAIN, ACT_PRACTICE, ACT_IMMORTAL,
ACT_DEADLY, ACT_POLYSELF, ACT_PACIFIST, ACT_GUARDIAN, ACT_RUNNING, ACT_NOWANDER,
ACT_MOUNTABLE, ACT_MOUNTED, ACT_SCHOLAR, ACT_SECRETIVE, ACT_POLYMORPHED, ACT_MOBINVIS,
ACT_NOASSIST, ACT_NOKILL, ACT_DROID, ACT_NOCORPSE, ACT_CITIZEN, ACT_SUPPORTER,
ACT_PROTOTYPE, ACT_EXEMPT, ACT_NOSTEAL, ACT_DRUG_FIEND
} actflags;
then added xIS_SET and such to the parts where each of the flags was called and all that. but thats all I did and get this...
act_comm.o: In function `do_tell':
/home/Kathi/bebop/src/act_comm.c:1349: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/act_comm.c:1358: undefined reference to `_xIS_SET'
act_comm.o: In function `do_otell':
/home/Kathi/bebop/src/act_comm.c:2843: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/act_comm.c:2852: undefined reference to `_xIS_SET'
build.o: In function `fold_area':
/home/Kathi/bebop/src/build.c:5806: undefined reference to `_xREMOVE_BIT'
clans.o: In function `support_update':
/home/Kathi/bebop/src/clans.c:3510: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/clans.c:3511: undefined reference to `_xSET_BIT'
/home/Kathi/bebop/src/clans.c:3512: undefined reference to `_xSET_BIT'
/home/Kathi/bebop/src/clans.c:3561: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/clans.c:3562: undefined reference to `_xSET_BIT'
/home/Kathi/bebop/src/clans.c:3563: undefined reference to `_xSET_BIT'
clans.o: In function `citizen_generate':
/home/Kathi/bebop/src/clans.c:3717: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/clans.c:3718: undefined reference to `_xSET_BIT'
clans.o: In function `generate_police':
/home/Kathi/bebop/src/clans.c:4182: undefined reference to `_xTOGGLE_BIT'
/home/Kathi/bebop/src/clans.c:4183: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/clans.c:4184: undefined reference to `_xIS_SET'
fight.o: In function `damage':
/home/Kathi/bebop/src/fight.c:1186: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/fight.c:1698: undefined reference to `_xIS_SET'
fight.o: In function `update_pos':
/home/Kathi/bebop/src/fight.c:1878: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/fight.c:1895: undefined reference to `_xREMOVE_BIT'
fight.o: In function `raw_kill':
/home/Kathi/bebop/src/fight.c:2126: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/fight.c:2131: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/fight.c:2141: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/fight.c:2141: undefined reference to `_xIS_SET'
handler.o: In function `extract_char':
/home/Kathi/bebop/src/handler.c:1827: undefined reference to `_xREMOVE_BIT'
handler.o: In function `extract_char2':
/home/Kathi/bebop/src/handler.c:2017: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/handler.c:2024: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/handler.c:2037: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/handler.c:2067: undefined reference to `_xIS_SET'
magic.o: In function `make_poly_mob':
/home/Kathi/bebop/src/magic.c:4037: undefined reference to `_xSET_BIT'
mud_comm.o: In function `simple_damage':
/home/Kathi/bebop/src/mud_comm.c:1963: undefined reference to `_xIS_SET'
player.o: In function `do_oldscore':
/home/Kathi/bebop/src/player.c:552: undefined reference to `_xIS_SET'
reset.o: In function `reset_area':
/home/Kathi/bebop/src/reset.c:1314: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/reset.c:1322: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/reset.c:1334: undefined reference to `_xSET_BIT'
shops.o: In function `do_list':
/home/Kathi/bebop/src/shops.c:642: undefined reference to `_xIS_SET'
skills.o: In function `trip':
/home/Kathi/bebop/src/skills.c:2512: undefined reference to `_xREMOVE_BIT'
skills.o: In function `do_dismount':
/home/Kathi/bebop/src/skills.c:3032: undefined reference to `_xREMOVE_BIT'
/home/Kathi/bebop/src/skills.c:3043: undefined reference to `_xREMOVE_BIT'
update.o: In function `char_check':
/home/Kathi/bebop/src/update.c:3124: undefined reference to `_xREMOVE_BIT'
space.o: In function `do_board':
/home/Kathi/bebop/src/space.c:4710: undefined reference to `_xIS_SET'
swskills.o: In function `do_rumors':
/home/Kathi/bebop/src/swskills.c:6164: undefined reference to `_xIS_SET'
quest.o: In function `generate_quest':
/home/Kathi/bebop/src/quest.c:623: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/quest.c:623: undefined reference to `_xIS_SET'
/home/Kathi/bebop/src/quest.c:623: undefined reference to `_xIS_SET'
collect2: ld returned 1 exit status
|