homer
10-23-2002, 07:19 PM
Ok, I did a search and turned up nothing on this. I made the changes in the decode.h and touched packet.cpp and opcode.cpp and started my compile. This is what I got:
packet.cpp: In member function 'void EQPacket::dispatchZoneDate(unsigned int, uint8_t*, unsigned char)':
packet.cpp:3018: duplicate case value
packet.cpp:2543: previously used here
make[3]: *** [packet.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/seq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory '/seq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/seq/'
make: *** [all] Error 2
I checked the opcodes to make sure I had the right ones, any ideas?
packet.cpp: In member function 'void EQPacket::dispatchZoneDate(unsigned int, uint8_t*, unsigned char)':
packet.cpp:3018: duplicate case value
packet.cpp:2543: previously used here
make[3]: *** [packet.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/seq/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory '/seq/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/seq/'
make: *** [all] Error 2
I checked the opcodes to make sure I had the right ones, any ideas?