Прошу прощения за беспокойство, но при попытке компилирования получаю вот такую ошибку:
Все требуемые программы стоят, ScriptDev2 помещен в указанную подпапку в папке /src
Исправления в project_setup.bat выполнены:
Не могу понять в чем проблема и как с ней бороться. Заранее благодарю всех, кто найдет время помочь.
c:\Games\mangos>project_setup.bat
-- Check for working C compiler using: Visual Studio 10 Win64
-- Check for working C compiler using: Visual Studio 10 Win64 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler using: Visual Studio 10 Win64
-- Check for working CXX compiler using: Visual Studio 10 Win64 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detected 64-bit platform.
-- Could NOT find Git (missing: GIT_EXECUTABLE)
-- Found Visual Studion 2010
This script builds the MaNGOS server.
Options that can be used in order to configure the process:
PREFIX: Path where the server should be installed to
PCH: Use precompiled headers
DEBUG: Debug mode
To set an option simply type -D<OPTION>=<VALUE> after 'cmake <srcs>'.
For example: cmake .. -DDEBUG=1 -DPREFIX=/opt/mangos
MaNGOS-Core revision : Git not found
Install server to : C:/Games/mangos
Use PCH : Yes
Build in debug-mode : No (default)
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Games/mangos/build
Системе не удается найти указанный путь.
"MSBuild" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
Все требуемые программы стоят, ScriptDev2 помещен в указанную подпапку в папке /src
Исправления в project_setup.bat выполнены:
Система Windows 7 64-bitSET compiler=VC10
REM Install path for MaNGOS (in this be created ./bin and ./etc folders)
SET INSTALL_PATH="C:\\Games\\mangos"
rem Platform for build. Possible Win32, Win64. Warning! Win64 build possible only on 64-bit main OS!
SET BUILD_PLATFORM=Win64
rem Count of cores on PC, where project compiled. for speedup only
SET CORE_NUMBER=1
rem Used mangos memory manager. Possible managers - STD, TBB (not recommended), FASTMM (default)
SET MEMORY_MANAGER=FASTMM
Не могу понять в чем проблема и как с ней бороться. Заранее благодарю всех, кто найдет время помочь.