bot compile error
Hello, I'm using an svn build from a couple days ago, compiles fine without enabling bots, added bots to the mix , but getting the below errors, a search didn't come up with anything useful so I thought I'd post the question here, any idea's how to correct ?
thanks in advance!
/home/quest/eqemulator/new/projecteqemu/zone/bot.cpp:13344: undefined reference to `Entity::CastToBot()'
bot.o: In function `Bot::GetFirstBotInGroup(Group*)':
/home/quest/eqemulator/new/projecteqemu/zone/bot.cpp:9773: undefined reference to `Entity::CastToBot()'
bot.o: In function `Bot::IsBotAttackAllowed(Mob*, Mob*, bool&)':
/home/quest/eqemulator/new/projecteqemu/zone/bot.cpp:7369: undefined reference to `Entity::CastToBot()'
/home/quest/eqemulator/new/projecteqemu/zone/bot.cpp:7394: undefined reference to `Entity::CastToBot()'
/home/quest/eqemulator/new/projecteqemu/zone/bot.cpp:7394: undefined reference to `Entity::CastToBot()'
bot.o:/home/quest/eqemulator/new/projecteqemu/zone/bot.cpp:9613: more undefined references to `Entity::CastToBot()' follow
collect2: ld returned 1 exit status
make[1]: *** [zone] Error 1
make[1]: Leaving directory `/home/quest/eqemulator/new/projecteqemu/zone'
make: *** [all] Error 2
|