Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

Can't CMake the master branch #123

Closed richoux closed 7 years ago

richoux commented 7 years ago

While trying to run "Configure" with CMake 3.9.1 under Win 7 on the last master branch, using the Visual Studio 15 2017 generator, I got a pop-up error message "Error in configuration process, project files may be invalid.", with the following details:

////////////////////////////////////// Target architecture - i686 Max Request Size - 16384 Thread Stack Size - 102400 Serve no static files - OFF Disable CGI support - OFF Disable caching support - OFF C++ wrappers - OFF IP Version 6 - OFF Websockets support - ON Memory Debugging - OFF ASAN in debug mode - OFF Lua CGI support - OFF Build if there are warnings - ON Duktape CGI support - OFF SSL support - ON Dynamically load SSL libraries - ON Configuring C Compiler CMake Error at C:/Program Files/CMake/share/cmake-3.9/Modules/CheckCSourceCompiles.cmake:57 (file): file attempted to write a file: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/src.c into a source directory. Call Stack (most recent call first): C:/Program Files/CMake/share/cmake-3.9/Modules/CheckCCompilerFlag.cmake:39 (CHECK_C_SOURCE_COMPILES) contrib/civetweb/cmake/AddCCompilerFlag.cmake:28 (check_c_compiler_flag) contrib/civetweb/CMakeLists.txt:251 (add_c_compiler_flag)

Configuring incomplete, errors occurred! //////////////////////////////////////

Here is the CmakeOutput.log file (with weird "Build succeeded"):

The system is: Windows - 6.1.7601 - AMD64 Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. Compiler:
Build flags: Id flags:

The output was: 0 Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:02. Project "D:\Developpement\Github\s2client-api\CMakeFiles\3.9.1\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug\". Creating directory "Debug\CompilerIdC.tlog\". InitializeBuildStatus: Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\" /Fd"Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c CMakeCCompilerId.c Link: D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj CompilerIdC.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\3.9.1\CompilerIdC.\CompilerIdC.exe PostBuildEvent: for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i :VCEnd CMAKE_C_COMPILER=D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\cl.exe FinalizeBuildStatus: Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild". Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate". Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\3.9.1\CompilerIdC\CompilerIdC.vcxproj" (default targets).

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:00:01.91

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"

The C compiler identification is MSVC, found in "D:/Developpement/Github/s2client-api/CMakeFiles/3.9.1/CompilerIdC/CompilerIdC.exe"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. Compiler:
Build flags: Id flags:

The output was: 0 Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:04. Project "D:\Developpement\Github\s2client-api\CMakeFiles\3.9.1\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets). PrepareForBuild: Creating directory "Debug\". Creating directory "Debug\CompilerIdCXX.tlog\". InitializeBuildStatus: Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified. ClCompile: D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\" /Fd"Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp CMakeCXXCompilerId.cpp Link: D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj CompilerIdCXX.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\3.9.1\CompilerIdCXX.\CompilerIdCXX.exe PostBuildEvent: for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i :VCEnd CMAKE_CXX_COMPILER=D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\cl.exe FinalizeBuildStatus: Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild". Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate". Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\3.9.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).

Build succeeded. 0 Warning(s) 0 Error(s)

Time Elapsed 00:00:00.49

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"

The CXX compiler identification is MSVC, found in "D:/Developpement/Github/s2client-api/CMakeFiles/3.9.1/CompilerIdCXX/CompilerIdCXX.exe"

Determining if the C compiler works passed with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_a7abc.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:05.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_a7abc.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_a7abc.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_a7abc.dir\Debug\cmTC_a7abc.tlog\".

InitializeBuildStatus:

Creating "cmTC_a7abc.dir\Debug\cmTC_a7abc.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a7abc.dir\Debug\" /Fd"cmTC_a7abc.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\testCCompiler.c"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a7abc.dir\Debug\" /Fd"cmTC_a7abc.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\testCCompiler.c"

testCCompiler.c

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_a7abc.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a7abc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a7abc.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_a7abc.dir\Debug\testCCompiler.obj

cmTC_a7abc.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_a7abc.exe

cmTC_a7abc.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a7abc.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_a7abc.dir\Debug\cmTC_a7abc.tlog\unsuccessfulbuild".

Touching "cmTC_a7abc.dir\Debug\cmTC_a7abc.tlog\cmTC_a7abc.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_a7abc.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:01.07

Detecting C compiler ABI info compiled with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_a8438.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:06.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_a8438.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_a8438.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_a8438.dir\Debug\cmTC_a8438.tlog\".

InitializeBuildStatus:

Creating "cmTC_a8438.dir\Debug\cmTC_a8438.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a8438.dir\Debug\" /Fd"cmTC_a8438.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_a8438.dir\Debug\" /Fd"cmTC_a8438.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c"

CMakeCCompilerABI.c

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_a8438.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a8438.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a8438.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_a8438.dir\Debug\CMakeCCompilerABI.obj

cmTC_a8438.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_a8438.exe

cmTC_a8438.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a8438.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_a8438.dir\Debug\cmTC_a8438.tlog\unsuccessfulbuild".

Touching "cmTC_a8438.dir\Debug\cmTC_a8438.tlog\cmTC_a8438.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_a8438.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.64

Determining if the CXX compiler works passed with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_e390f.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:07.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_e390f.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_e390f.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_e390f.dir\Debug\cmTC_e390f.tlog\".

InitializeBuildStatus:

Creating "cmTC_e390f.dir\Debug\cmTC_e390f.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e390f.dir\Debug\" /Fd"cmTC_e390f.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_e390f.dir\Debug\" /Fd"cmTC_e390f.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"

testCXXCompiler.cxx

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_e390f.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_e390f.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_e390f.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_e390f.dir\Debug\testCXXCompiler.obj

cmTC_e390f.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_e390f.exe

cmTC_e390f.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_e390f.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_e390f.dir\Debug\cmTC_e390f.tlog\unsuccessfulbuild".

Touching "cmTC_e390f.dir\Debug\cmTC_e390f.tlog\cmTC_e390f.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_e390f.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.57

Detecting CXX compiler ABI info compiled with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_0fe48.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:08.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_0fe48.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_0fe48.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_0fe48.dir\Debug\cmTC_0fe48.tlog\".

InitializeBuildStatus:

Creating "cmTC_0fe48.dir\Debug\cmTC_0fe48.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_0fe48.dir\Debug\" /Fd"cmTC_0fe48.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_0fe48.dir\Debug\" /Fd"cmTC_0fe48.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp"

CMakeCXXCompilerABI.cpp

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_0fe48.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_0fe48.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_0fe48.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_0fe48.dir\Debug\CMakeCXXCompilerABI.obj

cmTC_0fe48.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_0fe48.exe

cmTC_0fe48.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_0fe48.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_0fe48.dir\Debug\cmTC_0fe48.tlog\unsuccessfulbuild".

Touching "cmTC_0fe48.dir\Debug\cmTC_0fe48.tlog\cmTC_0fe48.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_0fe48.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.54

Detecting CXX [] compiler features compiled with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_5fffd.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:09.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_5fffd.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_5fffd.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_5fffd.dir\Debug\cmTC_5fffd.tlog\".

InitializeBuildStatus:

Creating "cmTC_5fffd.dir\Debug\cmTC_5fffd.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_5fffd.dir\Debug\" /Fd"cmTC_5fffd.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_5fffd.dir\Debug\" /Fd"cmTC_5fffd.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

feature_tests.cxx

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_5fffd.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_5fffd.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_5fffd.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_5fffd.dir\Debug\feature_tests.obj

cmTC_5fffd.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_5fffd.exe

cmTC_5fffd.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_5fffd.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_5fffd.dir\Debug\cmTC_5fffd.tlog\unsuccessfulbuild".

Touching "cmTC_5fffd.dir\Debug\cmTC_5fffd.tlog\cmTC_5fffd.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_5fffd.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.55

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [] compiler features compiled with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_a6b1d.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:09.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_a6b1d.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_a6b1d.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_a6b1d.dir\Debug\cmTC_a6b1d.tlog\".

InitializeBuildStatus:

Creating "cmTC_a6b1d.dir\Debug\cmTC_a6b1d.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_a6b1d.dir\Debug\" /Fd"cmTC_a6b1d.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_a6b1d.dir\Debug\" /Fd"cmTC_a6b1d.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

feature_tests.cxx

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_a6b1d.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a6b1d.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a6b1d.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_a6b1d.dir\Debug\feature_tests.obj

cmTC_a6b1d.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_a6b1d.exe

cmTC_a6b1d.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_a6b1d.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_a6b1d.dir\Debug\cmTC_a6b1d.tlog\unsuccessfulbuild".

Touching "cmTC_a6b1d.dir\Debug\cmTC_a6b1d.tlog\cmTC_a6b1d.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_a6b1d.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.56

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [] compiler features compiled with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_91cd8.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:10.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_91cd8.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_91cd8.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_91cd8.dir\Debug\cmTC_91cd8.tlog\".

InitializeBuildStatus:

Creating "cmTC_91cd8.dir\Debug\cmTC_91cd8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_91cd8.dir\Debug\" /Fd"cmTC_91cd8.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_91cd8.dir\Debug\" /Fd"cmTC_91cd8.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

feature_tests.cxx

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_91cd8.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_91cd8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_91cd8.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_91cd8.dir\Debug\feature_tests.obj

cmTC_91cd8.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_91cd8.exe

cmTC_91cd8.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_91cd8.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_91cd8.dir\Debug\cmTC_91cd8.tlog\unsuccessfulbuild".

Touching "cmTC_91cd8.dir\Debug\cmTC_91cd8.tlog\cmTC_91cd8.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_91cd8.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.50

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [] compiler features compiled with the following output: Change Dir: D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp

Run Build Command:"D:\Visual Studio 2017/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_7c1f8.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0" Microsoft (R) Build Engine version 15.3.409.57025 for .NET Framework

Copyright (C) Microsoft Corporation. All rights reserved.

Build started 06/09/2017 09:04:11.

Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_7c1f8.vcxproj" on node 1 (default targets).

PrepareForBuild:

Creating directory "cmTC_7c1f8.dir\Debug\".

Creating directory "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\".

Creating directory "cmTC_7c1f8.dir\Debug\cmTC_7c1f8.tlog\".

InitializeBuildStatus:

Creating "cmTC_7c1f8.dir\Debug\cmTC_7c1f8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.

ClCompile:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_7c1f8.dir\Debug\" /Fd"cmTC_7c1f8.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25507.1 for x86

Copyright (C) Microsoft Corporation. All rights reserved.

cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_7c1f8.dir\Debug\" /Fd"cmTC_7c1f8.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "D:\Developpement\Github\s2client-api\CMakeFiles\feature_tests.cxx"

feature_tests.cxx

Link:

D:\Visual Studio 2017\VC\Tools\MSVC\14.11.25503\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_7c1f8.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_7c1f8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_7c1f8.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_7c1f8.dir\Debug\feature_tests.obj

cmTC_7c1f8.vcxproj -> D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\Debug\cmTC_7c1f8.exe

cmTC_7c1f8.vcxproj -> D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/Debug/cmTC_7c1f8.pdb (Full PDB)

FinalizeBuildStatus:

Deleting file "cmTC_7c1f8.dir\Debug\cmTC_7c1f8.tlog\unsuccessfulbuild".

Touching "cmTC_7c1f8.dir\Debug\cmTC_7c1f8.tlog\cmTC_7c1f8.lastbuildstate".

Done Building Project "D:\Developpement\Github\s2client-api\CMakeFiles\CMakeTmp\cmTC_7c1f8.vcxproj" (default targets).

Build succeeded.

0 Warning(s)

0 Error(s)

Time Elapsed 00:00:00.51

Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
KevinCalderone commented 7 years ago

It seems like this is the error in your log:

CMake Error at C:/Program Files/CMake/share/cmake-3.9/Modules/CheckCSourceCompiles.cmake:57 (file):
file attempted to write a file:
D:/Developpement/Github/s2client-api/CMakeFiles/CMakeTmp/src.c into a
source directory.

Did you run cmake directly in the root directory? You need to make a separate "build" folder, and then run cmake from there. Also make sure to clear out any generated CMake files before you try again or it may still fail.

Example steps of how to do this from the command line: https://github.com/Blizzard/s2client-api/blob/master/docs/building.md#building

KevinCalderone commented 7 years ago

Closing this to keep our issues clean. If you retest and find it is still broken, feel free to reopen this.