EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Linux Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=588)
-   -   World compile error (Titanium.cpp) (https://www.eqemulator.org/forums/showthread.php?t=25816)

N0ctrnl 07-30-2008 07:52 AM

World compile error (Titanium.cpp)
 
I'm trying to compile on RHEL4, and with both CVS and the release, I get the following when trying to compile world:

Code:

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(EQApplicationPacket**, 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(EQApplicationPacket*)':
../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



All times are GMT -4. The time now is 01:35 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.