- Разработка рабочего стола с C ++ < /li>
MSVC V143 < /li>
Windows SDK 10.0.22621.0 < /li>
C ++ ATL Support < /li>
C ++ MFC Support < /li>
C ++ MFC. />
- Downloaded and extracted MSYS_MinGW-w64_GCC_1421_x86-x64.7z to C:\MSYS
- Создан следующим образом:
Код: Выделить всё
environments.bat
Код: Выделить всё
SET "MPCBE_MSYS=C:\MSYS" SET "MPCBE_MINGW=C:\MSYS\mingw"
- ran update_gcc.bat успешно
revision.h[/code]
#pragma once
// "git.exe" describe --long
#define REV_DATE """git.exe"" log -1 --date=format:%Y-%m-%d --pretty=format:%ad"
#define REV_BRANCH """git.exe"" symbolic-ref --short HEAD"
#define REV_HASH "0"
#define REV_NUM long
< /code>
I have not made any changes to the source code, so why are these errors occurring during the build?
Подробнее здесь: https://stackoverflow.com/questions/796 ... ource-code