Quote:
Originally Posted by erik_llewellyn
While I cannot speak for the other linux servers out there, I will ask the question of why aren't you compiling the code to run natively instead of using wine?
If you use the linux server guides in the wiki, you should be able to successfully compile it. One thing I noticed though when preparing my server (runs CentOS 5.5) was that I had to use all of the linux guides and pick out parts from them to peice it all together. You might have it easier though since your distro was Debian and two of the guides are just for that distro.
|
Because I never got this resolved.
Code:
EqEmu:/home/eqemu/src/EQEmuServer/EQEmuLoginServer# make
gcc -c -Wall -Wuninitialized -Wwrite-strings -Wcast-qual -Wno-deprecated -Wcomment -Wcast-align -O -g -march=i686 -pthread -pipe -DEQLAUNCH -DEQDEBUG=5 -I/usr/include/mysql -DBIG_JOINS=1 -fPIC Client.cpp -o Client.o
In file included from LoginServer.h:27,
from Client.cpp:20:
Options.h: In constructor âOptions::Options()â:
Options.h:168: warning: âOptions::local_networkâ will be initialized after
Options.h:166: warning: âbool Options::reject_duplicate_serversâ
Options.h:31: warning: when initialized here
Client.cpp: In member function âvoid Client::Handle_SessionReady(const char*, unsigned int)â:
Client.cpp:130: error: expected primary-expression before âunsignedâ
Client.cpp:130: error: expected `)' before âunsignedâ
Client.cpp:137: error: expected `)' before âstatusâ
make: *** [Client.o] Error 1