PDA

View Full Version : World compile error (Titanium.cpp)


N0ctrnl
07-30-2008, 07:52 AM
I'm trying to compile on RHEL4, and with both CVS and the release, I get the following when trying to compile world:


gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wcomment -Wcast-align -Wno-deprecated -g -march=i686 -O -pthread -pipe -I../common/SocketLib -DFX -D_GNU_SOURCE -DINVERSEXY -DWORLD -DDEBUG=5 -DEQDEBUG=5 -DSHAREMEM -DCATCH_CRASH -DNO_PIDLOG -DFIELD_ITEMS -DIRC -Di386 -DAPP_OPCODE_SIZE=2 -DEMBPERL -DEMBPERL_PLUGIN -DHAS_UNION_SEMUN -I/usr/include/mysql -g -pipe -m32 -march=i386 -mtune=pentium4 -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE ../common/patches/Titanium.cpp -o ../common/patches/Titanium.o
../common/patches/Titanium.cpp: In function `void Titanium::Register(EQStreamIdentifier&)':
../common/patches/Titanium.cpp:36: error: `LoginInfo_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:41: error: `ClientZoneEntry_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp: In static member function `static void Titanium::Strategy::Encode_OP_SendAATable(EQApplic ationPacket**, EQStream*, bool)':
../common/patches/Titanium.cpp:103: error: `SendAA_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:103: error: `SendAA_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:103: error: `SendAA_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:103: error: `SendAA_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:103: error: `eq' undeclared (first use this function)
../common/patches/Titanium.cpp:103: error: (Each undeclared identifier is reported only once for each function it appears in.)
../common/patches/Titanium.cpp:103: error: `SendAA_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:103: error: expected primary-expression before ')' token
../common/patches/Titanium.cpp:103: error: expected `;' before "__packet"
../common/patches/Titanium.cpp:130: error: 'struct AA_Ability' has no member named 'increase_amt'
../common/patches/Titanium.cpp:131: error: 'struct AA_Ability' has no member named 'unknown08'
../common/patches/Titanium.cpp:132: error: 'struct AA_Ability' has no member named 'last_level'
../common/patches/Titanium.cpp:134: error: `FINISH_DIRECT_ENCODE' undeclared (first use this function)
../common/patches/Titanium.cpp: In static member function `static void Titanium::Strategy::Decode_OP_SetServerFilter(EQAp plicationPacket*)':
../common/patches/Titanium.cpp:138: error: `SetServerFilter_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:138: error: `eq' undeclared (first use this function)
../common/patches/Titanium.cpp:138: error: `SetServerFilter_Struct' is not a member of `Titanium::structs'
../common/patches/Titanium.cpp:138: error: expected primary-expression before ')' token
../common/patches/Titanium.cpp:138: error: expected `;' before "__eq_buffer"
make: *** [../common/patches/Titanium.o] Error 1