|
|
Модератор форума: No_MaTTeR, staford11 |
Форум CMaNGOS [CMaNGOS] Help Помогите плиз с Cmake (Cmake) |
Помогите плиз с Cmake |
Как исправить ошибку?
Подскажите пожалуйста. This script builds the MaNGOS server. Options that can be used in order to configure the process: CMAKE_INSTALL_PREFIX Path where the server should be installed to PCH Use precompiled headers DEBUG Debug mode INCLUDE_BINDINGS_DIR Include a script library in src/bindings/ with the defined name. the name must corespond to the name of the folder and the folder must contain a valid CMakeLists.txt TBB_USE_EXTERNAL Use external TBB USE_STD_MALLOC Use standard malloc instead of TBB ACE_USE_EXTERNAL Use external ACE To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'. Also, you can specify the generator with -G. see 'cmake --help' for more details For example: cmake .. -DDEBUG=1 -DCMAKE_INSTALL_PREFIX=/opt/mangos CMake Warning (dev) at CMakeLists.txt:337 (get_target_property): Policy CMP0026 is not set: Disallow use of the LOCATION target property. Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The LOCATION property should not be read from target "genrev". Use the target name directly with add_custom_command, or use the generator expression $<TARGET_FILE>, as appropriate. This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:889 (file): file problem creating directory: C:/Program Files (x86)/MaNGOS Call Stack (most recent call first): C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:1946 (_ep_set_directories) dep/ACE_wrappers/CMakeLists.txt:42 (ExternalProject_Add) CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:891 (message): dir 'C:/Program Files (x86)/MaNGOS' does not exist after file(MAKE_DIRECTORY) Call Stack (most recent call first): C:/Program Files (x86)/CMake/share/cmake-3.1/Modules/ExternalProject.cmake:1946 (_ep_set_directories) dep/ACE_wrappers/CMakeLists.txt:42 (ExternalProject_Add) |
Сообщение # 2 написано 21.11.2014 в 07:44
|
| |||
| |||