Advertisement
Guest User

Hifi Windows Build 20171026-0336

a guest
Oct 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 32.13 KB | None | 0 0
  1. The system is: Windows - 10.0.15063 - AMD64
  2. Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
  3. Compiler:  
  4. Build flags:
  5. Id flags:  
  6.  
  7. The output was:
  8. 0
  9. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. Build started 10/26/2017 3:34:21 AM.
  13. Project "C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
  14. PrepareForBuild:
  15.   Creating directory "Debug\".
  16.  Creating directory "Debug\CompilerIdC.tlog\".
  17. InitializeBuildStatus:
  18.   Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  19. VcpkgTripletSelection:
  20.   Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  21. ClCompile:
  22.  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
  23.   CMakeCCompilerId.c
  24. Link:
  25.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
  26.   CompilerIdC.vcxproj -> C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdC\.\CompilerIdC.exe
  27. AppLocalFromInstalled:
  28.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdC\.\CompilerIdC.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "Debug\CompilerIdC.tlog\CompilerIdC.write.1u.tlog" "Debug\vcpkg.applocal.log"
  29. PostBuildEvent:
  30.   for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  31.   :VCEnd
  32.   CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x64\cl.exe
  33. FinalizeBuildStatus:
  34.   Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  35.   Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  36. Done Building Project "C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  37.  
  38. Build succeeded.
  39.     0 Warning(s)
  40.     0 Error(s)
  41.  
  42. Time Elapsed 00:00:12.42
  43.  
  44.  
  45. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
  46.  
  47. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
  48.  
  49. The C compiler identification is MSVC, found in "C:/git/hifi/build/CMakeFiles/3.10.0-rc3/CompilerIdC/CompilerIdC.exe"
  50.  
  51. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  52. Compiler:  
  53. Build flags:
  54. Id flags:  
  55.  
  56. The output was:
  57. 0
  58. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  59. Copyright (C) Microsoft Corporation. All rights reserved.
  60.  
  61. Build started 10/26/2017 3:34:34 AM.
  62. Project "C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
  63. PrepareForBuild:
  64.   Creating directory "Debug\".
  65.  Creating directory "Debug\CompilerIdCXX.tlog\".
  66. InitializeBuildStatus:
  67.   Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  68. VcpkgTripletSelection:
  69.   Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  70. ClCompile:
  71.  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
  72.   CMakeCXXCompilerId.cpp
  73. Link:
  74.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
  75.   CompilerIdCXX.vcxproj -> C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdCXX\.\CompilerIdCXX.exe
  76. AppLocalFromInstalled:
  77.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdCXX\.\CompilerIdCXX.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "Debug\CompilerIdCXX.tlog\CompilerIdCXX.write.1u.tlog" "Debug\vcpkg.applocal.log"
  78. PostBuildEvent:
  79.   for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  80.   :VCEnd
  81.   CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x64\cl.exe
  82. FinalizeBuildStatus:
  83.   Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  84.   Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  85. Done Building Project "C:\git\hifi\build\CMakeFiles\3.10.0-rc3\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  86.  
  87. Build succeeded.
  88.     0 Warning(s)
  89.     0 Error(s)
  90.  
  91. Time Elapsed 00:00:01.84
  92.  
  93.  
  94. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
  95.  
  96. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
  97.  
  98. The CXX compiler identification is MSVC, found in "C:/git/hifi/build/CMakeFiles/3.10.0-rc3/CompilerIdCXX/CompilerIdCXX.exe"
  99.  
  100. Determining if the C compiler works passed with the following output:
  101. Change Dir: C:/git/hifi/build/CMakeFiles/CMakeTmp
  102.  
  103. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_fc446.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  104. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  105.  
  106. Copyright (C) Microsoft Corporation. All rights reserved.
  107.  
  108.  
  109.  
  110. Build started 10/26/2017 3:34:37 AM.
  111.  
  112. Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_fc446.vcxproj" on node 1 (default targets).
  113.  
  114. PrepareForBuild:
  115.  
  116.   Creating directory "cmTC_fc446.dir\Debug\".
  117.  
  118.  Creating directory "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\".
  119.  
  120.   Creating directory "cmTC_fc446.dir\Debug\cmTC_fc446.tlog\".
  121.  
  122. InitializeBuildStatus:
  123.  
  124.  Creating "cmTC_fc446.dir\Debug\cmTC_fc446.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  125.  
  126. VcpkgTripletSelection:
  127.  
  128.  Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  129.  
  130. ClCompile:
  131.  
  132.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_fc446.dir\Debug\\" /Fd"cmTC_fc446.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue C:\git\hifi\build\CMakeFiles\CMakeTmp\testCCompiler.c
  133.  
  134.  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  135.  
  136.  Copyright (C) Microsoft Corporation.  All rights reserved.
  137.  
  138.  
  139.  
  140.  cl /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_fc446.dir\Debug\\" /Fd"cmTC_fc446.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue C:\git\hifi\build\CMakeFiles\CMakeTmp\testCCompiler.c
  141.  
  142.   testCCompiler.c
  143.  
  144.  
  145.  
  146. Link:
  147.  
  148.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_fc446.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_fc446.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_fc446.lib" /MACHINE:X64  /machine:x64 cmTC_fc446.dir\Debug\testCCompiler.obj
  149.  
  150.   cmTC_fc446.vcxproj -> C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_fc446.exe
  151.  
  152. AppLocalFromInstalled:
  153.  
  154.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_fc446.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "cmTC_fc446.dir\Debug\cmTC_fc446.tlog\cmTC_fc446.write.1u.tlog" "cmTC_fc446.dir\Debug\vcpkg.applocal.log"
  155.  
  156. FinalizeBuildStatus:
  157.  
  158.   Deleting file "cmTC_fc446.dir\Debug\cmTC_fc446.tlog\unsuccessfulbuild".
  159.  
  160.   Touching "cmTC_fc446.dir\Debug\cmTC_fc446.tlog\cmTC_fc446.lastbuildstate".
  161.  
  162. Done Building Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_fc446.vcxproj" (default targets).
  163.  
  164.  
  165.  
  166. Build succeeded.
  167.  
  168.     0 Warning(s)
  169.  
  170.     0 Error(s)
  171.  
  172.  
  173.  
  174. Time Elapsed 00:00:02.00
  175.  
  176.  
  177.  
  178. Detecting C compiler ABI info compiled with the following output:
  179. Change Dir: C:/git/hifi/build/CMakeFiles/CMakeTmp
  180.  
  181. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_2ed6b.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  182. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  183.  
  184. Copyright (C) Microsoft Corporation. All rights reserved.
  185.  
  186.  
  187.  
  188. Build started 10/26/2017 3:34:39 AM.
  189.  
  190. Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_2ed6b.vcxproj" on node 1 (default targets).
  191.  
  192. PrepareForBuild:
  193.  
  194.   Creating directory "cmTC_2ed6b.dir\Debug\".
  195.  
  196.  Creating directory "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\".
  197.  
  198.   Creating directory "cmTC_2ed6b.dir\Debug\cmTC_2ed6b.tlog\".
  199.  
  200. InitializeBuildStatus:
  201.  
  202.  Creating "cmTC_2ed6b.dir\Debug\cmTC_2ed6b.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  203.  
  204. VcpkgTripletSelection:
  205.  
  206.  Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  207.  
  208. ClCompile:
  209.  
  210.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_2ed6b.dir\Debug\\" /Fd"cmTC_2ed6b.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.10\Modules\CMakeCCompilerABI.c"
  211.  
  212.  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  213.  
  214.  Copyright (C) Microsoft Corporation.  All rights reserved.
  215.  
  216.  
  217.  
  218.  cl /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_2ed6b.dir\Debug\\" /Fd"cmTC_2ed6b.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.10\Modules\CMakeCCompilerABI.c"
  219.  
  220.   CMakeCCompilerABI.c
  221.  
  222.  
  223.  
  224. Link:
  225.  
  226.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_2ed6b.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_2ed6b.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_2ed6b.lib" /MACHINE:X64  /machine:x64 cmTC_2ed6b.dir\Debug\CMakeCCompilerABI.obj
  227.  
  228.   cmTC_2ed6b.vcxproj -> C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_2ed6b.exe
  229.  
  230. AppLocalFromInstalled:
  231.  
  232.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_2ed6b.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "cmTC_2ed6b.dir\Debug\cmTC_2ed6b.tlog\cmTC_2ed6b.write.1u.tlog" "cmTC_2ed6b.dir\Debug\vcpkg.applocal.log"
  233.  
  234. FinalizeBuildStatus:
  235.  
  236.   Deleting file "cmTC_2ed6b.dir\Debug\cmTC_2ed6b.tlog\unsuccessfulbuild".
  237.  
  238.   Touching "cmTC_2ed6b.dir\Debug\cmTC_2ed6b.tlog\cmTC_2ed6b.lastbuildstate".
  239.  
  240. Done Building Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_2ed6b.vcxproj" (default targets).
  241.  
  242.  
  243.  
  244. Build succeeded.
  245.  
  246.     0 Warning(s)
  247.  
  248.     0 Error(s)
  249.  
  250.  
  251.  
  252. Time Elapsed 00:00:02.09
  253.  
  254.  
  255.  
  256. Determining if the CXX compiler works passed with the following output:
  257. Change Dir: C:/git/hifi/build/CMakeFiles/CMakeTmp
  258.  
  259. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_6e89e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  260. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  261.  
  262. Copyright (C) Microsoft Corporation. All rights reserved.
  263.  
  264.  
  265.  
  266. Build started 10/26/2017 3:34:42 AM.
  267.  
  268. Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_6e89e.vcxproj" on node 1 (default targets).
  269.  
  270. PrepareForBuild:
  271.  
  272.   Creating directory "cmTC_6e89e.dir\Debug\".
  273.  
  274.  Creating directory "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\".
  275.  
  276.   Creating directory "cmTC_6e89e.dir\Debug\cmTC_6e89e.tlog\".
  277.  
  278. InitializeBuildStatus:
  279.  
  280.  Creating "cmTC_6e89e.dir\Debug\cmTC_6e89e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  281.  
  282. VcpkgTripletSelection:
  283.  
  284.  Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  285.  
  286. ClCompile:
  287.  
  288.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_6e89e.dir\Debug\\" /Fd"cmTC_6e89e.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue C:\git\hifi\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
  289.  
  290.  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  291.  
  292.  Copyright (C) Microsoft Corporation.  All rights reserved.
  293.  
  294.  
  295.  
  296.  cl /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_6e89e.dir\Debug\\" /Fd"cmTC_6e89e.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue C:\git\hifi\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
  297.  
  298.   testCXXCompiler.cxx
  299.  
  300.  
  301.  
  302. Link:
  303.  
  304.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_6e89e.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_6e89e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_6e89e.lib" /MACHINE:X64  /machine:x64 cmTC_6e89e.dir\Debug\testCXXCompiler.obj
  305.  
  306.   cmTC_6e89e.vcxproj -> C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_6e89e.exe
  307.  
  308. AppLocalFromInstalled:
  309.  
  310.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_6e89e.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "cmTC_6e89e.dir\Debug\cmTC_6e89e.tlog\cmTC_6e89e.write.1u.tlog" "cmTC_6e89e.dir\Debug\vcpkg.applocal.log"
  311.  
  312. FinalizeBuildStatus:
  313.  
  314.   Deleting file "cmTC_6e89e.dir\Debug\cmTC_6e89e.tlog\unsuccessfulbuild".
  315.  
  316.   Touching "cmTC_6e89e.dir\Debug\cmTC_6e89e.tlog\cmTC_6e89e.lastbuildstate".
  317.  
  318. Done Building Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_6e89e.vcxproj" (default targets).
  319.  
  320.  
  321.  
  322. Build succeeded.
  323.  
  324.     0 Warning(s)
  325.  
  326.     0 Error(s)
  327.  
  328.  
  329.  
  330. Time Elapsed 00:00:01.87
  331.  
  332.  
  333.  
  334. Detecting CXX compiler ABI info compiled with the following output:
  335. Change Dir: C:/git/hifi/build/CMakeFiles/CMakeTmp
  336.  
  337. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_86cde.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  338. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  339.  
  340. Copyright (C) Microsoft Corporation. All rights reserved.
  341.  
  342.  
  343.  
  344. Build started 10/26/2017 3:34:44 AM.
  345.  
  346. Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_86cde.vcxproj" on node 1 (default targets).
  347.  
  348. PrepareForBuild:
  349.  
  350.   Creating directory "cmTC_86cde.dir\Debug\".
  351.  
  352.  Creating directory "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\".
  353.  
  354.   Creating directory "cmTC_86cde.dir\Debug\cmTC_86cde.tlog\".
  355.  
  356. InitializeBuildStatus:
  357.  
  358.  Creating "cmTC_86cde.dir\Debug\cmTC_86cde.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  359.  
  360. VcpkgTripletSelection:
  361.  
  362.  Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  363.  
  364. ClCompile:
  365.  
  366.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_86cde.dir\Debug\\" /Fd"cmTC_86cde.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.10\Modules\CMakeCXXCompilerABI.cpp"
  367.  
  368.  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  369.  
  370.  Copyright (C) Microsoft Corporation.  All rights reserved.
  371.  
  372.  
  373.  
  374.  cl /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_86cde.dir\Debug\\" /Fd"cmTC_86cde.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.10\Modules\CMakeCXXCompilerABI.cpp"
  375.  
  376.   CMakeCXXCompilerABI.cpp
  377.  
  378.  
  379.  
  380. Link:
  381.  
  382.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_86cde.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_86cde.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_86cde.lib" /MACHINE:X64  /machine:x64 cmTC_86cde.dir\Debug\CMakeCXXCompilerABI.obj
  383.  
  384.   cmTC_86cde.vcxproj -> C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_86cde.exe
  385.  
  386. AppLocalFromInstalled:
  387.  
  388.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_86cde.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "cmTC_86cde.dir\Debug\cmTC_86cde.tlog\cmTC_86cde.write.1u.tlog" "cmTC_86cde.dir\Debug\vcpkg.applocal.log"
  389.  
  390. FinalizeBuildStatus:
  391.  
  392.   Deleting file "cmTC_86cde.dir\Debug\cmTC_86cde.tlog\unsuccessfulbuild".
  393.  
  394.   Touching "cmTC_86cde.dir\Debug\cmTC_86cde.tlog\cmTC_86cde.lastbuildstate".
  395.  
  396. Done Building Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_86cde.vcxproj" (default targets).
  397.  
  398.  
  399.  
  400. Build succeeded.
  401.  
  402.     0 Warning(s)
  403.  
  404.     0 Error(s)
  405.  
  406.  
  407.  
  408. Time Elapsed 00:00:01.84
  409.  
  410.  
  411.  
  412.  
  413.  
  414. Detecting CXX [] compiler features compiled with the following output:
  415. Change Dir: C:/git/hifi/build/CMakeFiles/CMakeTmp
  416.  
  417. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_2d800.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  418. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  419.  
  420. Copyright (C) Microsoft Corporation. All rights reserved.
  421.  
  422.  
  423.  
  424. Build started 10/26/2017 3:34:47 AM.
  425.  
  426. Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_2d800.vcxproj" on node 1 (default targets).
  427.  
  428. PrepareForBuild:
  429.  
  430.   Creating directory "cmTC_2d800.dir\Debug\".
  431.  
  432.  Creating directory "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\".
  433.  
  434.   Creating directory "cmTC_2d800.dir\Debug\cmTC_2d800.tlog\".
  435.  
  436. InitializeBuildStatus:
  437.  
  438.  Creating "cmTC_2d800.dir\Debug\cmTC_2d800.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  439.  
  440. VcpkgTripletSelection:
  441.  
  442.  Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  443.  
  444. ClCompile:
  445.  
  446.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_2d800.dir\Debug\\" /Fd"cmTC_2d800.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue C:\git\hifi\build\CMakeFiles\feature_tests.cxx
  447.  
  448.  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  449.  
  450.  Copyright (C) Microsoft Corporation.  All rights reserved.
  451.  
  452.  
  453.  
  454.  cl /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /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_2d800.dir\Debug\\" /Fd"cmTC_2d800.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue C:\git\hifi\build\CMakeFiles\feature_tests.cxx
  455.  
  456.   feature_tests.cxx
  457.  
  458.  
  459.  
  460. Link:
  461.  
  462.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_2d800.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_2d800.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_2d800.lib" /MACHINE:X64  /machine:x64 cmTC_2d800.dir\Debug\feature_tests.obj
  463.  
  464.   cmTC_2d800.vcxproj -> C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_2d800.exe
  465.  
  466. AppLocalFromInstalled:
  467.  
  468.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_2d800.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "cmTC_2d800.dir\Debug\cmTC_2d800.tlog\cmTC_2d800.write.1u.tlog" "cmTC_2d800.dir\Debug\vcpkg.applocal.log"
  469.  
  470. FinalizeBuildStatus:
  471.  
  472.   Deleting file "cmTC_2d800.dir\Debug\cmTC_2d800.tlog\unsuccessfulbuild".
  473.  
  474.   Touching "cmTC_2d800.dir\Debug\cmTC_2d800.tlog\cmTC_2d800.lastbuildstate".
  475.  
  476. Done Building Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_2d800.vcxproj" (default targets).
  477.  
  478.  
  479.  
  480. Build succeeded.
  481.  
  482.     0 Warning(s)
  483.  
  484.     0 Error(s)
  485.  
  486.  
  487.  
  488. Time Elapsed 00:00:01.42
  489.  
  490.  
  491.  
  492.     Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
  493.     Feature record: CXX_FEATURE:1cxx_alias_templates
  494.     Feature record: CXX_FEATURE:1cxx_alignas
  495.     Feature record: CXX_FEATURE:1cxx_alignof
  496.     Feature record: CXX_FEATURE:1cxx_attributes
  497.     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  498.     Feature record: CXX_FEATURE:1cxx_auto_type
  499.     Feature record: CXX_FEATURE:1cxx_binary_literals
  500.     Feature record: CXX_FEATURE:1cxx_constexpr
  501.     Feature record: CXX_FEATURE:1cxx_contextual_conversions
  502.     Feature record: CXX_FEATURE:1cxx_decltype
  503.     Feature record: CXX_FEATURE:1cxx_decltype_auto
  504.     Feature record: CXX_FEATURE:1cxx_default_function_template_args
  505.     Feature record: CXX_FEATURE:1cxx_defaulted_functions
  506.     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  507.     Feature record: CXX_FEATURE:1cxx_delegating_constructors
  508.     Feature record: CXX_FEATURE:1cxx_deleted_functions
  509.     Feature record: CXX_FEATURE:1cxx_digit_separators
  510.     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  511.     Feature record: CXX_FEATURE:1cxx_explicit_conversions
  512.     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  513.     Feature record: CXX_FEATURE:1cxx_extern_templates
  514.     Feature record: CXX_FEATURE:1cxx_final
  515.     Feature record: CXX_FEATURE:1cxx_func_identifier
  516.     Feature record: CXX_FEATURE:1cxx_generalized_initializers
  517.     Feature record: CXX_FEATURE:1cxx_generic_lambdas
  518.     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  519.     Feature record: CXX_FEATURE:1cxx_inline_namespaces
  520.     Feature record: CXX_FEATURE:1cxx_lambdas
  521.     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  522.     Feature record: CXX_FEATURE:1cxx_local_type_template_args
  523.     Feature record: CXX_FEATURE:1cxx_long_long_type
  524.     Feature record: CXX_FEATURE:1cxx_noexcept
  525.     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  526.     Feature record: CXX_FEATURE:1cxx_nullptr
  527.     Feature record: CXX_FEATURE:1cxx_override
  528.     Feature record: CXX_FEATURE:1cxx_range_for
  529.     Feature record: CXX_FEATURE:1cxx_raw_string_literals
  530.     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  531.     Feature record: CXX_FEATURE:1cxx_return_type_deduction
  532.     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  533.     Feature record: CXX_FEATURE:1cxx_rvalue_references
  534.     Feature record: CXX_FEATURE:1cxx_sizeof_member
  535.     Feature record: CXX_FEATURE:1cxx_static_assert
  536.     Feature record: CXX_FEATURE:1cxx_strong_enums
  537.     Feature record: CXX_FEATURE:1cxx_template_template_parameters
  538.     Feature record: CXX_FEATURE:1cxx_thread_local
  539.     Feature record: CXX_FEATURE:1cxx_trailing_return_types
  540.     Feature record: CXX_FEATURE:1cxx_unicode_literals
  541.     Feature record: CXX_FEATURE:1cxx_uniform_initialization
  542.     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  543.     Feature record: CXX_FEATURE:1cxx_user_literals
  544.     Feature record: CXX_FEATURE:1cxx_variable_templates
  545.     Feature record: CXX_FEATURE:1cxx_variadic_macros
  546.     Feature record: CXX_FEATURE:1cxx_variadic_templates
  547. Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_AVX512 succeeded with the following output:
  548. Change Dir: C:/git/hifi/build/CMakeFiles/CMakeTmp
  549.  
  550. Run Build Command:"C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_d557b.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
  551. Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
  552.  
  553. Copyright (C) Microsoft Corporation. All rights reserved.
  554.  
  555.  
  556.  
  557. Build started 10/26/2017 3:34:53 AM.
  558.  
  559. Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_d557b.vcxproj" on node 1 (default targets).
  560.  
  561. PrepareForBuild:
  562.  
  563.   Creating directory "cmTC_d557b.dir\Debug\".
  564.  
  565.  Creating directory "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\".
  566.  
  567.   Creating directory "cmTC_d557b.dir\Debug\cmTC_d557b.tlog\".
  568.  
  569. InitializeBuildStatus:
  570.  
  571.  Creating "cmTC_d557b.dir\Debug\cmTC_d557b.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  572.  
  573. VcpkgTripletSelection:
  574.  
  575.  Using triplet "x64-windows" from "C:\git\vcpkg\installed\x64-windows\"
  576.  
  577. ClCompile:
  578.  
  579.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D COMPILER_SUPPORTS_AVX512 /D DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_d557b.dir\Debug\\" /Fd"cmTC_d557b.dir\Debug\vc141.pdb" /Gd /TP /wd4351 /errorReport:queue  /arch:AVX512 C:\git\hifi\build\CMakeFiles\CMakeTmp\src.cxx
  580.  
  581.  Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
  582.  
  583.  Copyright (C) Microsoft Corporation.  All rights reserved.
  584.  
  585.  
  586.  
  587.  cl /c /I"C:\git\vcpkg\installed\x64-windows\include" /Zi /W3 /WX- /diagnostics:classic /MP /Od /Ob0 /D WIN32 /D _WINDOWS /D COMPILER_SUPPORTS_AVX512 /D DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_d557b.dir\Debug\\" /Fd"cmTC_d557b.dir\Debug\vc141.pdb" /Gd /TP /wd4351 /errorReport:queue  /arch:AVX512 C:\git\hifi\build\CMakeFiles\CMakeTmp\src.cxx
  588.  
  589.   src.cxx
  590.  
  591.  
  592.  
  593. Link:
  594.  
  595.   C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_d557b.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib" /LIBPATH:"C:\git\vcpkg\installed\x64-windows\debug\lib\manual-link" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib "C:\git\vcpkg\installed\x64-windows\debug\lib\*.lib" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_d557b.pdb" /SUBSYSTEM:CONSOLE /LARGEADDRESSAWARE /OPT:REF /OPT:ICF /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/git/hifi/build/CMakeFiles/CMakeTmp/Debug/cmTC_d557b.lib" /MACHINE:X64  /machine:x64 cmTC_d557b.dir\Debug\src.obj
  596.  
  597. LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification [C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_d557b.vcxproj]
  598.  
  599.   cmTC_d557b.vcxproj -> C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_d557b.exe
  600.  
  601. AppLocalFromInstalled:
  602.  
  603.   powershell.exe -ExecutionPolicy Bypass -noprofile -File "C:\git\vcpkg\scripts\buildsystems\msbuild\applocal.ps1" "C:\git\hifi\build\CMakeFiles\CMakeTmp\Debug\cmTC_d557b.exe" "C:\git\vcpkg\installed\x64-windows\debug\bin" "cmTC_d557b.dir\Debug\cmTC_d557b.tlog\cmTC_d557b.write.1u.tlog" "cmTC_d557b.dir\Debug\vcpkg.applocal.log"
  604.  
  605. FinalizeBuildStatus:
  606.  
  607.   Deleting file "cmTC_d557b.dir\Debug\cmTC_d557b.tlog\unsuccessfulbuild".
  608.  
  609.   Touching "cmTC_d557b.dir\Debug\cmTC_d557b.tlog\cmTC_d557b.lastbuildstate".
  610.  
  611. Done Building Project "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_d557b.vcxproj" (default targets).
  612.  
  613.  
  614.  
  615. Build succeeded.
  616.  
  617.  
  618.  
  619. "C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_d557b.vcxproj" (default target) (1) ->
  620.  
  621. (Link target) ->
  622.  
  623.   LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification [C:\git\hifi\build\CMakeFiles\CMakeTmp\cmTC_d557b.vcxproj]
  624.  
  625.  
  626.  
  627.     1 Warning(s)
  628.  
  629.     0 Error(s)
  630.  
  631.  
  632.  
  633. Time Elapsed 00:00:02.14
  634.  
  635.  
  636. Source file was:
  637. int main() { return 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement