• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] NEED HELP! Weird Cmake Errors!

Status
Not open for further replies.

hiyoo

Enthusiast
[solved]NEED HELP! Weird Cmake Errors!

i don't know how to fix the error.
need help, plz.

Detected 32-bit platform
MSVC: Enabled large address awareness
MSVC: Enabled SSE2 support
MSVC: Disabled Safe Exception Handlers for debug builds
MSVC: Overloaded standard names
MSVC: Disabled NON-SECURE warnings
MSVC: Disabled POSIX warnings
MSVC: Disabled generic compiletime warnings
Found OpenSSL library: optimized;SSL_EAY_RELEASE-NOTFOUND;LIB_EAY_RELEASE-NOTFOUND;debug;SSL_EAY_DEBUG-NOTFOUND;LIB_EAY_DEBUG-NOTFOUND
Found OpenSSL headers: C:/openssl/include
Boost version: 1.56.0
Found the following Boost libraries:
system
filesystem
thread
program_options
iostreams
Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM
Performing Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM - Success
Found MySQL library: C:/Program Files/MySQL/MySQL Server 5.6/lib/libmysql.lib
Found MySQL headers: C:/Program Files/MySQL/MySQL Server 5.6/include
Found MySQL executable: C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe
Found git binary : C:/Program Files (x86)/Git/cmd/git.exe

* TrinityCore revision : 19d94112a08e 2015-08-10 01:19:33 +0300 (master branch)

* Install core to : C:/Program Files (x86)/TrinityCore

* Build world/auth : Yes (default)
* Build with scripts : Yes (default)
* Build Eluna LuaEngine : Yes (default)
* Build map/vmap tools : No (default)
* Build core w/PCH : Yes (default)
* Build scripts w/PCH : Yes (default)
* Show compile-warnings : No (default)
* Use coreside debug : No (default)
* Show source tree : No (default)
* Use GIT revision hash : Yes

SCRIPT PREPARATIONS
-> Prepared: Spells
-> Prepared: Commands
-> Prepared: Custom
-> Prepared: World
-> Prepared: Outdoor PVP Zones
-> Prepared: Eastern Kingdoms
-> Prepared: Kalimdor
-> Prepared: Outland
-> Prepared: Northrend
-> Prepared: Events
-> Prepared: Pet
SCRIPT PREPARATION COMPLETE

Boost version: 1.56.0
Found the following Boost libraries:
system
filesystem

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
LIB_EAY_DEBUG (ADVANCED)
linked by target "authserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/authserver
linked by target "worldserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/worldserver
LIB_EAY_RELEASE (ADVANCED)
linked by target "authserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/authserver
linked by target "worldserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/worldserver
SSL_EAY_DEBUG (ADVANCED)
linked by target "authserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/authserver
linked by target "worldserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/worldserver
SSL_EAY_RELEASE (ADVANCED)
linked by target "authserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/authserver
linked by target "worldserver" in directory D:/ElunaT/ElunaTrinityWotlk/src/server/worldserver


Configuring incomplete, errors occurred!
See also "D:/Build/CMakeFiles/CMakeOutput.log".
See also "D:/Build/CMakeFiles/CMakeError.log".
 
Last edited:
Status
Not open for further replies.
Top