View Single Post
  #3  
Old 07-11-2013, 03:08 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

Your dependencies structure should look like (for x64):

Code:
.
..
.gitignore
boost
luaj_x64
mysql_x64
zlib_x64
If it does the problem persists you can set the entries manually by checking advanced and filling in the following entries / adding entries (for x64):

Boost_INCLUDE_DIR -> ServerRoot/dependencies/boost
Boost_LIBRARY_DIRS -> ServerRoot/dependencies/boost/lib
LUA_INCLUDE_DIR -> ServerRoot/dependencies/luaj_x64/src
LUA_LIBRARIES -> ServerRoot/dependencies/luaj_x64/bin/lua51.lib
LUA_LIBRARY -> ServerRoot/dependencies/luaj_x64/bin/lua51.lib

Also keep in mind lua51.dll in ServerRoot/dependencies/luaj_x64/bin will need to be moved to your server directory too.
Reply With Quote