Skip to content

Instantly share code, notes, and snippets.

@Pranavpaharia
Created October 30, 2019 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pranavpaharia/82cece2c4c5d42439fbceb89c1b57251 to your computer and use it in GitHub Desktop.
Save Pranavpaharia/82cece2c4c5d42439fbceb89c1b57251 to your computer and use it in GitHub Desktop.
CMake Log Error While creating solution file from Mapbox-gl-native
The system is: Windows - 10.0.18362 - AMD64
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags: /DWIN32;/D_WINDOWS;/W3;/GR;/EHsc
Id flags:
The output was:
0
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:28 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\3.13.4\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:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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- /FC /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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 -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\3.13.4\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\3.13.4\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.78
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 "E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/3.13.4/CompilerIdCXX/CompilerIdCXX.exe"
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags: /DWIN32;/D_WINDOWS;/W3
Id flags:
The output was:
0
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:29 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\3.13.4\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:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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- /FC /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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 -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\3.13.4\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\3.13.4\CompilerIdC\CompilerIdC.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.59
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 "E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/3.13.4/CompilerIdC/CompilerIdC.exe"
Determining if the CXX compiler works passed with the following output:
Change Dir: E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_c94a8.vcxproj" "/p:Configuration=Debug" "/p:Platform=Win32" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:30 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_c94a8.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c94a8.dir\Debug\".
Creating directory "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c94a8.dir\Debug\cmTC_c94a8.tlog\".
InitializeBuildStatus:
Creating "cmTC_c94a8.dir\Debug\cmTC_c94a8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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_c94a8.dir\Debug\\" /Fd"cmTC_c94a8.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.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_c94a8.dir\Debug\\" /Fd"cmTC_c94a8.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
testCXXCompiler.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_c94a8.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:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_c94a8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_c94a8.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_c94a8.dir\Debug\testCXXCompiler.obj
cmTC_c94a8.vcxproj -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_c94a8.exe
FinalizeBuildStatus:
Deleting file "cmTC_c94a8.dir\Debug\cmTC_c94a8.tlog\unsuccessfulbuild".
Touching "cmTC_c94a8.dir\Debug\cmTC_c94a8.tlog\cmTC_c94a8.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_c94a8.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.97
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_3264e.vcxproj" "/p:Configuration=Debug" "/p:Platform=Win32" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:32 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_3264e.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_3264e.dir\Debug\".
Creating directory "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_3264e.dir\Debug\cmTC_3264e.tlog\".
InitializeBuildStatus:
Creating "cmTC_3264e.dir\Debug\cmTC_3264e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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_3264e.dir\Debug\\" /Fd"cmTC_3264e.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.13\Modules\CMakeCXXCompilerABI.cpp"
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.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_3264e.dir\Debug\\" /Fd"cmTC_3264e.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.13\Modules\CMakeCXXCompilerABI.cpp"
CMakeCXXCompilerABI.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_3264e.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:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_3264e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_3264e.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_3264e.dir\Debug\CMakeCXXCompilerABI.obj
cmTC_3264e.vcxproj -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_3264e.exe
FinalizeBuildStatus:
Deleting file "cmTC_3264e.dir\Debug\cmTC_3264e.tlog\unsuccessfulbuild".
Touching "cmTC_3264e.dir\Debug\cmTC_3264e.tlog\cmTC_3264e.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_3264e.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Detecting CXX [] compiler features compiled with the following output:
Change Dir: E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_d27f0.vcxproj" "/p:Configuration=Debug" "/p:Platform=Win32" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:33 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_d27f0.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_d27f0.dir\Debug\".
Creating directory "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_d27f0.dir\Debug\cmTC_d27f0.tlog\".
InitializeBuildStatus:
Creating "cmTC_d27f0.dir\Debug\cmTC_d27f0.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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_d27f0.dir\Debug\\" /Fd"cmTC_d27f0.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\feature_tests.cxx"
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.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_d27f0.dir\Debug\\" /Fd"cmTC_d27f0.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\feature_tests.cxx"
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_d27f0.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:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_d27f0.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_d27f0.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_d27f0.dir\Debug\feature_tests.obj
cmTC_d27f0.vcxproj -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_d27f0.exe
FinalizeBuildStatus:
Deleting file "cmTC_d27f0.dir\Debug\cmTC_d27f0.tlog\unsuccessfulbuild".
Touching "cmTC_d27f0.dir\Debug\cmTC_d27f0.tlog\cmTC_d27f0.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_d27f0.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
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_decltype_incomplete_return_types
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
Determining if the C compiler works passed with the following output:
Change Dir: E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_8de4d.vcxproj" "/p:Configuration=Debug" "/p:Platform=Win32" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:34 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_8de4d.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_8de4d.dir\Debug\".
Creating directory "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_8de4d.dir\Debug\cmTC_8de4d.tlog\".
InitializeBuildStatus:
Creating "cmTC_8de4d.dir\Debug\cmTC_8de4d.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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_8de4d.dir\Debug\\" /Fd"cmTC_8de4d.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\testCCompiler.c"
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.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_8de4d.dir\Debug\\" /Fd"cmTC_8de4d.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\testCCompiler.c"
testCCompiler.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_8de4d.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:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_8de4d.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_8de4d.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_8de4d.dir\Debug\testCCompiler.obj
cmTC_8de4d.vcxproj -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_8de4d.exe
FinalizeBuildStatus:
Deleting file "cmTC_8de4d.dir\Debug\cmTC_8de4d.tlog\unsuccessfulbuild".
Touching "cmTC_8de4d.dir\Debug\cmTC_8de4d.tlog\cmTC_8de4d.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_8de4d.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Detecting C compiler ABI info compiled with the following output:
Change Dir: E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_7d453.vcxproj" "/p:Configuration=Debug" "/p:Platform=Win32" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:35 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_7d453.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_7d453.dir\Debug\".
Creating directory "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_7d453.dir\Debug\cmTC_7d453.tlog\".
InitializeBuildStatus:
Creating "cmTC_7d453.dir\Debug\cmTC_7d453.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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_7d453.dir\Debug\\" /Fd"cmTC_7d453.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.13\Modules\CMakeCCompilerABI.c"
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.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_7d453.dir\Debug\\" /Fd"cmTC_7d453.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.13\Modules\CMakeCCompilerABI.c"
CMakeCCompilerABI.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_7d453.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:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_7d453.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_7d453.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_7d453.dir\Debug\CMakeCCompilerABI.obj
cmTC_7d453.vcxproj -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_7d453.exe
FinalizeBuildStatus:
Deleting file "cmTC_7d453.dir\Debug\cmTC_7d453.tlog\unsuccessfulbuild".
Touching "cmTC_7d453.dir\Debug\cmTC_7d453.tlog\cmTC_7d453.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_7d453.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Detecting C [] compiler features compiled with the following output:
Change Dir: E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp
Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_c4d54.vcxproj" "/p:Configuration=Debug" "/p:Platform=Win32" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 10/25/2019 8:11:36 PM.
Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_c4d54.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c4d54.dir\Debug\".
Creating directory "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c4d54.dir\Debug\cmTC_c4d54.tlog\".
InitializeBuildStatus:
Creating "cmTC_c4d54.dir\Debug\cmTC_c4d54.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\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_c4d54.dir\Debug\\" /Fd"cmTC_c4d54.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\feature_tests.c"
Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27030.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_c4d54.dir\Debug\\" /Fd"cmTC_c4d54.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\feature_tests.c"
feature_tests.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:"E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_c4d54.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:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_c4d54.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"E:/GithubRepo/mapbox-gl-native/build/CMakeFiles/CMakeTmp/Debug/cmTC_c4d54.lib" /MACHINE:X86 /SAFESEH /machine:X86 cmTC_c4d54.dir\Debug\feature_tests.obj
cmTC_c4d54.vcxproj -> E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\Debug\cmTC_c4d54.exe
FinalizeBuildStatus:
Deleting file "cmTC_c4d54.dir\Debug\cmTC_c4d54.tlog\unsuccessfulbuild".
Touching "cmTC_c4d54.dir\Debug\cmTC_c4d54.tlog\cmTC_c4d54.lastbuildstate".
Done Building Project "E:\GithubRepo\mapbox-gl-native\build\CMakeFiles\CMakeTmp\cmTC_c4d54.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.69
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_variadic_macros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment