|
Архив - только для чтения |
Модератор форума: andycrowz |
Форум Корзина форума Корзина не компилятся |
не компилятся |
The C compiler identification is MSVC 18.0.21005.1
The CXX compiler identification is MSVC 18.0.21005.1 Check for working C compiler using: Visual Studio 12 Win64 Check for working C compiler using: Visual Studio 12 Win64 -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler using: Visual Studio 12 Win64 Check for working CXX compiler using: Visual Studio 12 Win64 -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Detected 64-bit platform MSVC: 64-bit platform, enforced -D_WIN64 parameter MSVC: Enabled extended object-support for debug-compiles MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/Program Files/OpenSSL-Win64/include Looking for include file pthread.h Looking for include file pthread.h - not found Found Threads: TRUE CMake Error at cmake/macros/ConfigureBoost.cmake:17 (message): No BOOST_ROOT environment variable could be found! Please make sure it is set and the points to your Boost installation. Call Stack (most recent call first): CMakeLists.txt:60 (include) Configuring incomplete, errors occurred! See also "H:/SERVERS OF THE WOW/MY SERVERS/TrinityCore-master/Build/CMakeFiles/CMakeOutput.log". See also "H:/SERVERS OF THE WOW/MY SERVERS/TrinityCore-master/Build/CMakeFiles/CMakeError.log". |
Установи boost_1_55_0 c exe файла отсюда - http://sourceforge.net/projects/boost/files/boost-binaries/1.55.0/, создай переменную среды BOOST_ROOT и присвой ей путь к папке с boost'ом (обычно это - C:\local\boost_1_55_0), остальное Cmake сам найдет, потом пробуй собрать
|
The C compiler identification is MSVC 18.0.21005.1
The CXX compiler identification is MSVC 18.0.21005.1 Check for working C compiler using: Visual Studio 12 Win64 Check for working C compiler using: Visual Studio 12 Win64 -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler using: Visual Studio 12 Win64 Check for working CXX compiler using: Visual Studio 12 Win64 -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Detected 64-bit platform MSVC: 64-bit platform, enforced -D_WIN64 parameter MSVC: Enabled extended object-support for debug-compiles MSVC: Overloaded standard names MSVC: Disabled NON-SECURE warnings MSVC: Disabled POSIX warnings MSVC: Disabled generic compiletime warnings Found OpenSSL library: optimized;C:/Program Files/OpenSSL-Win64/lib/VC/ssleay32MD.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libeay32MD.lib;debug;C:/Program Files/OpenSSL-Win64/lib/VC/ssleay32MDd.lib;C:/Program Files/OpenSSL-Win64/lib/VC/libeay32MDd.lib Found OpenSSL headers: C:/Program Files/OpenSSL-Win64/include Looking for include file pthread.h Looking for include file pthread.h - not found Found Threads: TRUE CMake Error at cmake/macros/FindBoost.cmake:1115 (message): Unable to find the requested Boost libraries. Boost version: 1.55.0 Boost include path: C:/local/boost_1_55_0 Could not find the following static Boost libraries: boost_system boost_thread boost_program_options No Boost libraries were found. You may need to set BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to the location of Boost. Call Stack (most recent call first): cmake/macros/ConfigureBoost.cmake:28 (find_package) CMakeLists.txt:60 (include) CMake Error at cmake/macros/FindMySQL.cmake:193 (message): Could not find the MySQL libraries! Please install the development libraries and headers Call Stack (most recent call first): CMakeLists.txt:61 (find_package) Configuring incomplete, errors occurred! See also "H:/SERVERS OF THE WOW/MY SERVERS/TrinityCore-master/Build/CMakeFiles/CMakeOutput.log". See also "H:/SERVERS OF THE WOW/MY SERVERS/TrinityCore-master/Build/CMakeFiles/CMakeError.log".
Сообщение # 7 написано 12.10.2014 в 16:33
|
По этому пути:
Есть папки ?
Сообщение # 8 написано 12.10.2014 в 16:35
|
Попробуй поставить 32 битную версию буста
Или же переименуй папку lib32-msvc-12.0-x64 (если не ошибаюсь, она так называется) в папке с бустом в lib32-msvc-12.0, тогда Cmake увидит эти библиотеки В противном случае приходится указывать файлы вручную в Cmake. |
| |||
| |||