Thanks for all the help Trump I have one more problem tho :cry: There are a few 'undefined variable' errors and such but this is the one that ultimately breaks my compile. There seem to be quite a few errors during compile so if it's any help I can post the error outputs of the compile for ya.
root:~eq/server/zone> gmake -f makefilefreebsd
gcc32 -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wbad-function-cast -Wstrict-prototypes -Wno-deprecated -Wnested-externs -Wcomment -Wcast-align -O -ggdb -march=i686 -pipe -DFREEBSD -D_THREAD_SAFE -D__USE_UNIX98 -D_GNU_SOURCE -DINVERSEXY -DFX -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/local/include/pthread/linuxthreads ../common/EMuShareMem.cpp -o ../common/EMuShareMem.o
../common/EMuShareMem.cpp: In member function `bool
LoadEMuShareMemDLL::Load()':
../common/EMuShareMem.cpp:62: invalid conversion from `const char*' to `char*'
../common/EMuShareMem.cpp:101: invalid conversion from `const char*' to `char*'
../common/EMuShareMem.cpp:115: invalid conversion from `const char*' to `char*'
../common/EMuShareMem.cpp: In member function `void
LoadEMuShareMemDLL::Unload()':
../common/EMuShareMem.cpp:146: invalid conversion from `const char*' to `char*'
gmake: *** [../common/EMuShareMem.o] Error 1
root:~eq/server/zone>
|