cheese_poker
11-29-2002, 04:00 PM
Hello,
I am having troubles getting the latest SEQ compiled.
I updated with CVS, and did a make clean. when I do the make it give a few lines of errors :
packet.cpp: In member function 'void EQPacket::decodePacket(int, unsigned char*)':
packet.cpp:1020 'keystruct' undeclared (first use this function)
packet.cpp:1020 'keypacket' undeclared (first use this function)
packet.cpp:1020 parse error before ')' token
packet.cpp: In member function 'void EQPacket::dispatchZoneData(unsigned int, uint8_t*, unsigned char)':
packet.cpp:1900: 'cItemInShopStruct' undeclared (first use function)
packet.cpp:1900: 'citems' undeclared (first use this function)
packet.cpp:1901: parse error before ')' token
make: *** [packet.o] Error 1
I tried to do everything from scratch, download gcc and recompile that. Get the new libEQ.a again (checked the md5sum). I grabbed packet.cpp and packet.h directly from browsing CVS.
I really don't know what to try next. I did about 3 nights of searching here, and didn't make any progress.
Any help would be greatly appreciated.
Thanks
I am having troubles getting the latest SEQ compiled.
I updated with CVS, and did a make clean. when I do the make it give a few lines of errors :
packet.cpp: In member function 'void EQPacket::decodePacket(int, unsigned char*)':
packet.cpp:1020 'keystruct' undeclared (first use this function)
packet.cpp:1020 'keypacket' undeclared (first use this function)
packet.cpp:1020 parse error before ')' token
packet.cpp: In member function 'void EQPacket::dispatchZoneData(unsigned int, uint8_t*, unsigned char)':
packet.cpp:1900: 'cItemInShopStruct' undeclared (first use function)
packet.cpp:1900: 'citems' undeclared (first use this function)
packet.cpp:1901: parse error before ')' token
make: *** [packet.o] Error 1
I tried to do everything from scratch, download gcc and recompile that. Get the new libEQ.a again (checked the md5sum). I grabbed packet.cpp and packet.h directly from browsing CVS.
I really don't know what to try next. I did about 3 nights of searching here, and didn't make any progress.
Any help would be greatly appreciated.
Thanks