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

Quote:
7>------ Build started: Project: loginserver, Configuration: Debug Win32 ------
Quote:
7>LINK : fatal error LNK1104: cannot open file 'mysqlclient.lib'

It's a known issue for loginserver atm.


You could probably copy all of the other binaries into your server directory, then..

- Revert your local repository to a working loginserver revision
- Re-run cmake to account for the changes in the solution paths
- Compile the loginserver project by itself
- Copy the working loginserver binary to your server directory
- (Make a copy of the loginserver binary to avoid losing the 'good' copy due to a server update)

- Update your local repository to the current remote HEAD
- Re-run cmake to bring your solution back up-to-date


EDIT: I think the commit after this is what broke loginserver: https://github.com/EQEmu/Server/comm...7d9afe0aa73d55
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote