View Single Post
  #2  
Old 09-19-2005, 10:08 AM
bleh
Fire Beetle
 
Join Date: Jul 2002
Posts: 10
Default

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.
Reply With Quote