Levcsu Posted February 22, 2019 Report Share Posted February 22, 2019 Hello, I hope you can help me, but I can't cmake the 6.2.4 TrinityCore version. I know its old, and unsopported, but I don't know why, but theres always a boost version issue. I tried with: 1_55_0, 1_59_00, 1_60_0, 1_61_0, 1_66_0, and 1_69_0, but sadly every time, theres an issue: CMake Warning (dev) at dep/boost/CMakeLists.txt:29 (find_package): Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables. Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Environment variable Boost_ROOT is set to: C:/local/boost_1_66_0 For compatibility, CMake is ignoring the variable. This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at cmake/macros/FindBoost.cmake:1185 (message): Unable to find the requested Boost libraries. Boost version: 1.66.0 Boost include path: C:/local/boost_1_66_0 Could not find the following static Boost libraries: boost_system boost_filesystem boost_thread boost_program_options boost_iostreams boost_regex 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): dep/boost/CMakeLists.txt:29 (find_package) OS: Win10 64bit, Cmake: 3.13.2 VS: Cisual Studio 15 2017 I hope you an help me out Link to comment Share on other sites More sharing options...
stitch11 Posted February 27, 2019 Report Share Posted February 27, 2019 Bonjour , ci cela peux aider , je développe en 6.2.4 21742 et j'utilise Cmake 3.8.2 , boost 1.63 (msvc-12.0-64 pour vs 2013/2015) , mysql 5.7.22 , openssl 1.0.2p . J'utilise vs2015 et non vs2017 qui ne veut pas du 6x. Google Translate : Hello, this can help, I develop in 6.2.4 21742 and I use Cmake 3.8.2, boost 1.63 (msvc-12.0-64 for vs 2013/2015), mysql 5.7.22, openssl 1.0.2p. I use vs2015 and not vs2017 who does not want 6x. Boost_Dir C:/Core-trinity/boost_1_63_0 Boost_filesystem_library_debug C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_filesystem-vc120-mt-gd-1_63.lib Boost_filesystem_library_release C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_filesystem-vc120-mt-1_63.lib Boost_include_dir C:/Core-trinity/boost_1_63_0 Boost_iostreams_library_debug C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_iostreams-vc120-mt-gd-1_63.lib Boost_iostreams_library_release C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_iostreams-vc120-mt-1_63.lib Boost_Library_Dir C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0 Boost_program_option_library_debug C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_program_options-vc120-mt-gd-1_63.lib Boost_program_option_library_release C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_program_options-vc120-mt-1_63.lib Boost_regex_library_debug C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_regex-vc120-mt-gd-1_63.lib Boost_regex_library_release C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_regex-vc120-mt-1_63.lib Boost_system_library_debug C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_system-vc120-mt-gd-1_63.lib Boost_system_library_release C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_system-vc120-mt-1_63.lib Boost_thread_library_debug C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_thread-vc120-mt-gd-1_63.lib Boost_thread_library_release C:/Core-trinity/boost_1_63_0/lib64-msvc-12.0/libboost_thread-vc120-mt-1_63.lib Link to comment Share on other sites More sharing options...
Recommended Posts