Page 1 of 1

Compile error rev 164 - FC8

Posted: Sun Nov 23, 2008 4:19 pm
by John Adams
I'm getting a compile error on my Fedora 8 box.

Code: Select all

SpellProcess.o: In function `SpellProcess::TakePower(LuaSpell*)':
/home/eq2emu/build/eq2emulator/Source/World/SpellProcess.cpp:341: undefined reference to `Spawn::SetPower(int)'
NPC_AI.o: In function `NPC_AI::Process(NPC*)':
/home/eq2emu/build/eq2emulator/Source/World/NPC_AI.cpp:104: undefined reference to `Spawn::SetHP(int)'
collect2: ld returned 1 exit status
make: *** [eq2world] Error 1
LE, if you want to take a peek my machine should still be open to you.

Posted: Sun Nov 23, 2008 5:51 pm
by LethalEncounter
I cant tonight, but I'll test it out on my linux box and see if I have the same problem. Just briefly glancing at the code I don't see the problem as the function clearly exists :/

Posted: Sun Nov 23, 2008 6:10 pm
by John Adams
No problem man. I'll take a look too, but I don't have VS2005 reloaded yet after my comedy of errors I've had the last week. :)
I'll let you know if I find anything.

Posted: Sun Nov 23, 2008 11:01 pm
by John Adams
This will come as no surprise to you...
I forgot to "make clean" again =)
Hey, it's been 4 weeks, I need re-training. Everything is fine. Not sure why I have to clean each time, but I'll accept that as the solution =)