View Single Post
  #3  
Old 11-17-2015, 03:44 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

Quote:
Originally Posted by Shendare View Post
The CMake script is expecting to find all of the dependencies in the Source/dependencies folder. Boost, mysql, zlib, and lua. It's much happier and more compatible with the official ones dropped in there.
Ok, I guess I just got to find the dependencies for the updated source ?
The dependencies folder was empty, hahaha
I tried using the dependencies from my older source (march 2015), which
include boost, luaj_x86, mysql_x86 and zlib_x86 When I did, I got this :

Code:
The C compiler identification is MSVC 18.0.31101.0
The CXX compiler identification is MSVC 18.0.31101.0
Check for working C compiler using: Visual Studio 12 2013
Check for working C compiler using: Visual Studio 12 2013 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 12 2013
Check for working CXX compiler using: Visual Studio 12 2013 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Found MySQL: C:/source/dependencies/mysql_x86/lib/libmysql.lib  
Found Perl: C:/Perl/bin/perl.exe (found version "5.12.3") 
Found PerlLibs: C:/Perl/lib/CORE/perl512.lib (found version "5.12.3") 
Found Lua51: C:/source/dependencies/luaj_x86/bin/lua51.lib (found version "5.1.4") 
Boost version: 1.53.0
CMake Error at CMakeLists.txt:327 (INCLUDE_DIRECTORIES):
  include_directories given empty-string as include directory.


Configuring incomplete, errors occurred!
UPDATED EDIT : I downloaded dependencies from here http://eqemu.github.io/ and got the same error.

Last edited by Huppy; 11-17-2015 at 04:04 AM.. Reason: Updated actions
Reply With Quote