View Single Post
  #7  
Old 11-07-2015, 11:01 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

No, there was a change recently to how the mysql lib paths are linked: https://github.com/EQEmu/Server/comm...bb52c418f72bd8

It needs to be updated for loginserver as well..which is why you are getting that error.

The link I posted above is to the commit just prior to that.


You can change the file paths in visual studio for the loginserver project (someone said there were 3 that needed to be changed..) but, I don't have it configured atm
for login server and can't tell you what needs to be changed..someone else may know offhand.

Otherwise, you'll just need to revert the code in your local repository to that of the working login server code. (Show log->Revert to this commit .. or something like that)

Then, just re-run cmake and configure/generate again for the version of code that you just reverted to.

Once in Visual Studio, right-click on the loginserver project name (below BUILDALL) and select clean, then build - or just rebuild)


That should get you a working loginserver.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote