Just a guess, but edit the makefile you're using, and look at the "SF" variable. Try adding "../common/opcodemgr.o", "../common/emu_opcodes.o", and "../common/EQPacket.o" to it if they're not there already.
You may also be able to just do "make -f makefile.bsd" (always seemed to be more updated) instead. If neither of those work, you'll have to find which file has "OpcodeNames" defined in it.
|