View Single Post
  #2  
Old 09-19-2014, 12:45 PM
jdoran
Hill Giant
 
Join Date: Jul 2012
Posts: 212
Default

The problems seen above are all luabind related (and I already have luabind installed on this machine).

I turned off lua via cmake, and am making some progress. I would like to see the lua code working eventually. I would think that I could use the existing luabind rather than building another...

Some of the patch files were including "../common/types.h" instead of "../../common/types.h"

Edit: I'll just add to this post, as it continues with feedback on the install/configure process for a new server

I run a local loginserver (I instrument some things, there is nothing wrong with the public login servers...), and the setup is not
covered in that guide.

I pulled the crypto stuff from http://projecteqemu.googlecode.com/s...in_util/linux/
I loaded the additional SQL in loginserver/login_util

*** Note: tblWorldServerRegistration is missing the field ServerListTypeDescription, which the loginserver tries to load.
I added:
ServerListTypeDescription varchar(50) NOT NULL DEFAULT '',

I may adjust that. Anyhow, change cmake's config to build the login server... put the crypto stuff in the dependencies folder...
and the login server builds. This needs to be started explicitly.
Reply With Quote