I am trying to compile it under Ubuntu 11.10 32-bit.
I copied the lib's for the linux up to the EQEmuLoginServer directory (I think that would be needed).
But I got the entire think out from the latest trunk as of yesterday (2012-02-25).
My error is
In file included from LoginServer.h:27:0,
from Client.cpp:20:
Options.h: In constructor ‘Options::Options()’:
Options.h:168:9: warning: ‘Options::local_network’ will be initialized after [-Wreorder]
Options.h:166:7: warning: ‘bool Options::reject_duplicate_servers’ [-Wreorder]
Options.h:31:2: warning: when initialized here [-Wreorder]
Client.cpp: In member function ‘void Client::Handle_SessionReady(const char*, unsigned int)’:
Client.cpp:130:27: error: ‘LoginMode’ is not a class or namespace
make: *** [Client.o] Error 1
Oh, and is there a location where / how to use the EQEmuLoginServer? I haven't done this since the old days of running minilogin in Windows.
|