Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.59 KB | None | 0 0
  1. The system is: Windows - 6.2 - 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 14.0.23107.0
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. Build started 8/27/2015 4:53:12 PM.
  13. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\3.3.1\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. ClCompile:
  20. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
  21. CMakeCCompilerId.c
  22. Link:
  23. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\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
  24. CompilerIdC.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\3.3.1\CompilerIdC\.\CompilerIdC.exe
  25. PostBuildEvent:
  26. for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  27. :VCEnd
  28. CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe
  29. FinalizeBuildStatus:
  30. Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  31. Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  32. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\3.3.1\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  33.  
  34. Build succeeded.
  35. 0 Warning(s)
  36. 0 Error(s)
  37.  
  38. Time Elapsed 00:00:00.56
  39.  
  40.  
  41. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
  42.  
  43. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
  44.  
  45. The C compiler identification is MSVC, found in "C:/Users/Steve/Desktop/LF Build/CMakeFiles/3.3.1/CompilerIdC/CompilerIdC.exe"
  46.  
  47. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  48. Compiler:
  49. Build flags:
  50. Id flags:
  51.  
  52. The output was:
  53. 0
  54. Microsoft (R) Build Engine version 14.0.23107.0
  55. Copyright (C) Microsoft Corporation. All rights reserved.
  56.  
  57. Build started 8/27/2015 4:53:13 PM.
  58. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\3.3.1\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
  59. PrepareForBuild:
  60. Creating directory "Debug\".
  61. Creating directory "Debug\CompilerIdCXX.tlog\".
  62. InitializeBuildStatus:
  63. Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  64. ClCompile:
  65. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /nologo /W0 /WX- /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
  66. CMakeCXXCompilerId.cpp
  67. Link:
  68. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\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
  69. CompilerIdCXX.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\3.3.1\CompilerIdCXX\.\CompilerIdCXX.exe
  70. PostBuildEvent:
  71. for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  72. :VCEnd
  73. CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe
  74. FinalizeBuildStatus:
  75. Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  76. Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  77. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\3.3.1\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  78.  
  79. Build succeeded.
  80. 0 Warning(s)
  81. 0 Error(s)
  82.  
  83. Time Elapsed 00:00:00.63
  84.  
  85.  
  86. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
  87.  
  88. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
  89.  
  90. The CXX compiler identification is MSVC, found in "C:/Users/Steve/Desktop/LF Build/CMakeFiles/3.3.1/CompilerIdCXX/CompilerIdCXX.exe"
  91.  
  92. Determining if the C compiler works passed with the following output:
  93. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  94.  
  95. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_4f3dc.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  96. Microsoft (R) Build Engine version 14.0.23107.0
  97.  
  98. Copyright (C) Microsoft Corporation. All rights reserved.
  99.  
  100.  
  101.  
  102. Build started 8/27/2015 4:53:14 PM.
  103.  
  104. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_4f3dc.vcxproj" on node 1 (default targets).
  105.  
  106. PrepareForBuild:
  107.  
  108. Creating directory "cmTC_4f3dc.dir\Debug\".
  109.  
  110. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  111.  
  112. Creating directory "cmTC_4f3dc.dir\Debug\cmTC_4f3dc.tlog\".
  113.  
  114. InitializeBuildStatus:
  115.  
  116. Creating "cmTC_4f3dc.dir\Debug\cmTC_4f3dc.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  117.  
  118. ClCompile:
  119.  
  120. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_4f3dc.dir\Debug\\" /Fd"cmTC_4f3dc.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\testCCompiler.c"
  121.  
  122. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  123.  
  124. Copyright (C) Microsoft Corporation. All rights reserved.
  125.  
  126.  
  127.  
  128. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_4f3dc.dir\Debug\\" /Fd"cmTC_4f3dc.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\testCCompiler.c"
  129.  
  130.  
  131.  
  132. testCCompiler.c
  133.  
  134. Link:
  135.  
  136. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_4f3dc.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_4f3dc.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_4f3dc.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_4f3dc.dir\Debug\testCCompiler.obj
  137.  
  138. cmTC_4f3dc.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_4f3dc.exe
  139.  
  140. FinalizeBuildStatus:
  141.  
  142. Deleting file "cmTC_4f3dc.dir\Debug\cmTC_4f3dc.tlog\unsuccessfulbuild".
  143.  
  144. Touching "cmTC_4f3dc.dir\Debug\cmTC_4f3dc.tlog\cmTC_4f3dc.lastbuildstate".
  145.  
  146. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_4f3dc.vcxproj" (default targets).
  147.  
  148.  
  149.  
  150. Build succeeded.
  151.  
  152. 0 Warning(s)
  153.  
  154. 0 Error(s)
  155.  
  156.  
  157.  
  158. Time Elapsed 00:00:00.64
  159.  
  160.  
  161.  
  162. Detecting C compiler ABI info compiled with the following output:
  163. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  164.  
  165. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_7d04d.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  166. Microsoft (R) Build Engine version 14.0.23107.0
  167.  
  168. Copyright (C) Microsoft Corporation. All rights reserved.
  169.  
  170.  
  171.  
  172. Build started 8/27/2015 4:53:15 PM.
  173.  
  174. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_7d04d.vcxproj" on node 1 (default targets).
  175.  
  176. PrepareForBuild:
  177.  
  178. Creating directory "cmTC_7d04d.dir\Debug\".
  179.  
  180. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  181.  
  182. Creating directory "cmTC_7d04d.dir\Debug\cmTC_7d04d.tlog\".
  183.  
  184. InitializeBuildStatus:
  185.  
  186. Creating "cmTC_7d04d.dir\Debug\cmTC_7d04d.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  187.  
  188. ClCompile:
  189.  
  190. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_7d04d.dir\Debug\\" /Fd"cmTC_7d04d.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompilerABI.c"
  191.  
  192. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  193.  
  194. Copyright (C) Microsoft Corporation. All rights reserved.
  195.  
  196.  
  197.  
  198. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_7d04d.dir\Debug\\" /Fd"cmTC_7d04d.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCCompilerABI.c"
  199.  
  200.  
  201.  
  202. CMakeCCompilerABI.c
  203.  
  204. Link:
  205.  
  206. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_7d04d.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_7d04d.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_7d04d.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_7d04d.dir\Debug\CMakeCCompilerABI.obj
  207.  
  208. cmTC_7d04d.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_7d04d.exe
  209.  
  210. FinalizeBuildStatus:
  211.  
  212. Deleting file "cmTC_7d04d.dir\Debug\cmTC_7d04d.tlog\unsuccessfulbuild".
  213.  
  214. Touching "cmTC_7d04d.dir\Debug\cmTC_7d04d.tlog\cmTC_7d04d.lastbuildstate".
  215.  
  216. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_7d04d.vcxproj" (default targets).
  217.  
  218.  
  219.  
  220. Build succeeded.
  221.  
  222. 0 Warning(s)
  223.  
  224. 0 Error(s)
  225.  
  226.  
  227.  
  228. Time Elapsed 00:00:00.62
  229.  
  230.  
  231.  
  232. Determining if the CXX compiler works passed with the following output:
  233. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  234.  
  235. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_59d69.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  236. Microsoft (R) Build Engine version 14.0.23107.0
  237.  
  238. Copyright (C) Microsoft Corporation. All rights reserved.
  239.  
  240.  
  241.  
  242. Build started 8/27/2015 4:53:16 PM.
  243.  
  244. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_59d69.vcxproj" on node 1 (default targets).
  245.  
  246. PrepareForBuild:
  247.  
  248. Creating directory "cmTC_59d69.dir\Debug\".
  249.  
  250. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  251.  
  252. Creating directory "cmTC_59d69.dir\Debug\cmTC_59d69.tlog\".
  253.  
  254. InitializeBuildStatus:
  255.  
  256. Creating "cmTC_59d69.dir\Debug\cmTC_59d69.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  257.  
  258. ClCompile:
  259.  
  260. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /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_59d69.dir\Debug\\" /Fd"cmTC_59d69.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
  261.  
  262. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  263.  
  264. Copyright (C) Microsoft Corporation. All rights reserved.
  265.  
  266.  
  267.  
  268. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /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_59d69.dir\Debug\\" /Fd"cmTC_59d69.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
  269.  
  270.  
  271.  
  272. testCXXCompiler.cxx
  273.  
  274. Link:
  275.  
  276. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_59d69.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_59d69.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_59d69.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_59d69.dir\Debug\testCXXCompiler.obj
  277.  
  278. cmTC_59d69.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_59d69.exe
  279.  
  280. FinalizeBuildStatus:
  281.  
  282. Deleting file "cmTC_59d69.dir\Debug\cmTC_59d69.tlog\unsuccessfulbuild".
  283.  
  284. Touching "cmTC_59d69.dir\Debug\cmTC_59d69.tlog\cmTC_59d69.lastbuildstate".
  285.  
  286. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_59d69.vcxproj" (default targets).
  287.  
  288.  
  289.  
  290. Build succeeded.
  291.  
  292. 0 Warning(s)
  293.  
  294. 0 Error(s)
  295.  
  296.  
  297.  
  298. Time Elapsed 00:00:00.66
  299.  
  300.  
  301.  
  302. Detecting CXX compiler ABI info compiled with the following output:
  303. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  304.  
  305. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_8d2c8.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  306. Microsoft (R) Build Engine version 14.0.23107.0
  307.  
  308. Copyright (C) Microsoft Corporation. All rights reserved.
  309.  
  310.  
  311.  
  312. Build started 8/27/2015 4:53:17 PM.
  313.  
  314. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_8d2c8.vcxproj" on node 1 (default targets).
  315.  
  316. PrepareForBuild:
  317.  
  318. Creating directory "cmTC_8d2c8.dir\Debug\".
  319.  
  320. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  321.  
  322. Creating directory "cmTC_8d2c8.dir\Debug\cmTC_8d2c8.tlog\".
  323.  
  324. InitializeBuildStatus:
  325.  
  326. Creating "cmTC_8d2c8.dir\Debug\cmTC_8d2c8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  327.  
  328. ClCompile:
  329.  
  330. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /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_8d2c8.dir\Debug\\" /Fd"cmTC_8d2c8.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"
  331.  
  332. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  333.  
  334. Copyright (C) Microsoft Corporation. All rights reserved.
  335.  
  336.  
  337.  
  338. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /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_8d2c8.dir\Debug\\" /Fd"cmTC_8d2c8.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.3\Modules\CMakeCXXCompilerABI.cpp"
  339.  
  340.  
  341.  
  342. CMakeCXXCompilerABI.cpp
  343.  
  344. Link:
  345.  
  346. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_8d2c8.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_8d2c8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_8d2c8.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_8d2c8.dir\Debug\CMakeCXXCompilerABI.obj
  347.  
  348. cmTC_8d2c8.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_8d2c8.exe
  349.  
  350. FinalizeBuildStatus:
  351.  
  352. Deleting file "cmTC_8d2c8.dir\Debug\cmTC_8d2c8.tlog\unsuccessfulbuild".
  353.  
  354. Touching "cmTC_8d2c8.dir\Debug\cmTC_8d2c8.tlog\cmTC_8d2c8.lastbuildstate".
  355.  
  356. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_8d2c8.vcxproj" (default targets).
  357.  
  358.  
  359.  
  360. Build succeeded.
  361.  
  362. 0 Warning(s)
  363.  
  364. 0 Error(s)
  365.  
  366.  
  367.  
  368. Time Elapsed 00:00:00.64
  369.  
  370.  
  371.  
  372.  
  373.  
  374. Detecting CXX [] compiler features compiled with the following output:
  375. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  376.  
  377. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_d16e7.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  378. Microsoft (R) Build Engine version 14.0.23107.0
  379.  
  380. Copyright (C) Microsoft Corporation. All rights reserved.
  381.  
  382.  
  383.  
  384. Build started 8/27/2015 4:53:18 PM.
  385.  
  386. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_d16e7.vcxproj" on node 1 (default targets).
  387.  
  388. PrepareForBuild:
  389.  
  390. Creating directory "cmTC_d16e7.dir\Debug\".
  391.  
  392. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  393.  
  394. Creating directory "cmTC_d16e7.dir\Debug\cmTC_d16e7.tlog\".
  395.  
  396. InitializeBuildStatus:
  397.  
  398. Creating "cmTC_d16e7.dir\Debug\cmTC_d16e7.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  399.  
  400. ClCompile:
  401.  
  402. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /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_d16e7.dir\Debug\\" /Fd"cmTC_d16e7.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\feature_tests.cxx"
  403.  
  404. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  405.  
  406. Copyright (C) Microsoft Corporation. All rights reserved.
  407.  
  408.  
  409.  
  410. cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /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_d16e7.dir\Debug\\" /Fd"cmTC_d16e7.dir\Debug\vc140.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\feature_tests.cxx"
  411.  
  412.  
  413.  
  414. feature_tests.cxx
  415.  
  416. Link:
  417.  
  418. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_d16e7.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_d16e7.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_d16e7.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_d16e7.dir\Debug\feature_tests.obj
  419.  
  420. cmTC_d16e7.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_d16e7.exe
  421.  
  422. FinalizeBuildStatus:
  423.  
  424. Deleting file "cmTC_d16e7.dir\Debug\cmTC_d16e7.tlog\unsuccessfulbuild".
  425.  
  426. Touching "cmTC_d16e7.dir\Debug\cmTC_d16e7.tlog\cmTC_d16e7.lastbuildstate".
  427.  
  428. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_d16e7.vcxproj" (default targets).
  429.  
  430.  
  431.  
  432. Build succeeded.
  433.  
  434. 0 Warning(s)
  435.  
  436. 0 Error(s)
  437.  
  438.  
  439.  
  440. Time Elapsed 00:00:00.64
  441.  
  442.  
  443.  
  444. Feature record: CXX_FEATURE:1cxx_alias_templates
  445. Feature record: CXX_FEATURE:1cxx_alignas
  446. Feature record: CXX_FEATURE:1cxx_alignof
  447. Feature record: CXX_FEATURE:1cxx_attributes
  448. Feature record: CXX_FEATURE:1cxx_attribute_deprecated
  449. Feature record: CXX_FEATURE:1cxx_auto_type
  450. Feature record: CXX_FEATURE:1cxx_binary_literals
  451. Feature record: CXX_FEATURE:1cxx_constexpr
  452. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  453. Feature record: CXX_FEATURE:1cxx_decltype
  454. Feature record: CXX_FEATURE:1cxx_decltype_auto
  455. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  456. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  457. Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
  458. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  459. Feature record: CXX_FEATURE:1cxx_deleted_functions
  460. Feature record: CXX_FEATURE:1cxx_digit_separators
  461. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  462. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  463. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  464. Feature record: CXX_FEATURE:1cxx_extern_templates
  465. Feature record: CXX_FEATURE:1cxx_final
  466. Feature record: CXX_FEATURE:1cxx_func_identifier
  467. Feature record: CXX_FEATURE:1cxx_generalized_initializers
  468. Feature record: CXX_FEATURE:1cxx_generic_lambdas
  469. Feature record: CXX_FEATURE:1cxx_inheriting_constructors
  470. Feature record: CXX_FEATURE:1cxx_inline_namespaces
  471. Feature record: CXX_FEATURE:1cxx_lambdas
  472. Feature record: CXX_FEATURE:1cxx_lambda_init_captures
  473. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  474. Feature record: CXX_FEATURE:1cxx_long_long_type
  475. Feature record: CXX_FEATURE:1cxx_noexcept
  476. Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
  477. Feature record: CXX_FEATURE:1cxx_nullptr
  478. Feature record: CXX_FEATURE:1cxx_override
  479. Feature record: CXX_FEATURE:1cxx_range_for
  480. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  481. Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
  482. Feature record: CXX_FEATURE:1cxx_return_type_deduction
  483. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  484. Feature record: CXX_FEATURE:1cxx_rvalue_references
  485. Feature record: CXX_FEATURE:1cxx_sizeof_member
  486. Feature record: CXX_FEATURE:1cxx_static_assert
  487. Feature record: CXX_FEATURE:1cxx_strong_enums
  488. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  489. Feature record: CXX_FEATURE:1cxx_thread_local
  490. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  491. Feature record: CXX_FEATURE:1cxx_unicode_literals
  492. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  493. Feature record: CXX_FEATURE:1cxx_unrestricted_unions
  494. Feature record: CXX_FEATURE:1cxx_user_literals
  495. Feature record: CXX_FEATURE:1cxx_variadic_macros
  496. Feature record: CXX_FEATURE:1cxx_variadic_templates
  497. Determining if files sys/types.h exist passed with the following output:
  498. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  499.  
  500. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_0549e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  501. Microsoft (R) Build Engine version 14.0.23107.0
  502.  
  503. Copyright (C) Microsoft Corporation. All rights reserved.
  504.  
  505.  
  506.  
  507. Build started 8/27/2015 4:53:19 PM.
  508.  
  509. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_0549e.vcxproj" on node 1 (default targets).
  510.  
  511. PrepareForBuild:
  512.  
  513. Creating directory "cmTC_0549e.dir\Debug\".
  514.  
  515. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  516.  
  517. Creating directory "cmTC_0549e.dir\Debug\cmTC_0549e.tlog\".
  518.  
  519. InitializeBuildStatus:
  520.  
  521. Creating "cmTC_0549e.dir\Debug\cmTC_0549e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  522.  
  523. ClCompile:
  524.  
  525. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_0549e.dir\Debug\\" /Fd"cmTC_0549e.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  526.  
  527. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  528.  
  529. Copyright (C) Microsoft Corporation. All rights reserved.
  530.  
  531.  
  532.  
  533. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_0549e.dir\Debug\\" /Fd"cmTC_0549e.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  534.  
  535.  
  536.  
  537. CheckIncludeFiles.c
  538.  
  539. Link:
  540.  
  541. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_0549e.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_0549e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_0549e.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_0549e.dir\Debug\CheckIncludeFiles.obj
  542.  
  543. cmTC_0549e.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_0549e.exe
  544.  
  545. FinalizeBuildStatus:
  546.  
  547. Deleting file "cmTC_0549e.dir\Debug\cmTC_0549e.tlog\unsuccessfulbuild".
  548.  
  549. Touching "cmTC_0549e.dir\Debug\cmTC_0549e.tlog\cmTC_0549e.lastbuildstate".
  550.  
  551. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_0549e.vcxproj" (default targets).
  552.  
  553.  
  554.  
  555. Build succeeded.
  556.  
  557. 0 Warning(s)
  558.  
  559. 0 Error(s)
  560.  
  561.  
  562.  
  563. Time Elapsed 00:00:00.64
  564.  
  565.  
  566.  
  567. Determining if files stdbool.h exist passed with the following output:
  568. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  569.  
  570. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_69595.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  571. Microsoft (R) Build Engine version 14.0.23107.0
  572.  
  573. Copyright (C) Microsoft Corporation. All rights reserved.
  574.  
  575.  
  576.  
  577. Build started 8/27/2015 4:53:21 PM.
  578.  
  579. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_69595.vcxproj" on node 1 (default targets).
  580.  
  581. PrepareForBuild:
  582.  
  583. Creating directory "cmTC_69595.dir\Debug\".
  584.  
  585. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  586.  
  587. Creating directory "cmTC_69595.dir\Debug\cmTC_69595.tlog\".
  588.  
  589. InitializeBuildStatus:
  590.  
  591. Creating "cmTC_69595.dir\Debug\cmTC_69595.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  592.  
  593. ClCompile:
  594.  
  595. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_69595.dir\Debug\\" /Fd"cmTC_69595.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  596.  
  597. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  598.  
  599. Copyright (C) Microsoft Corporation. All rights reserved.
  600.  
  601.  
  602.  
  603. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_69595.dir\Debug\\" /Fd"cmTC_69595.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  604.  
  605.  
  606.  
  607. CheckIncludeFiles.c
  608.  
  609. Link:
  610.  
  611. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_69595.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_69595.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_69595.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_69595.dir\Debug\CheckIncludeFiles.obj
  612.  
  613. cmTC_69595.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_69595.exe
  614.  
  615. FinalizeBuildStatus:
  616.  
  617. Deleting file "cmTC_69595.dir\Debug\cmTC_69595.tlog\unsuccessfulbuild".
  618.  
  619. Touching "cmTC_69595.dir\Debug\cmTC_69595.tlog\cmTC_69595.lastbuildstate".
  620.  
  621. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_69595.vcxproj" (default targets).
  622.  
  623.  
  624.  
  625. Build succeeded.
  626.  
  627. 0 Warning(s)
  628.  
  629. 0 Error(s)
  630.  
  631.  
  632.  
  633. Time Elapsed 00:00:00.63
  634.  
  635.  
  636.  
  637. Determining if files fcntl.h exist passed with the following output:
  638. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  639.  
  640. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_ca839.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  641. Microsoft (R) Build Engine version 14.0.23107.0
  642.  
  643. Copyright (C) Microsoft Corporation. All rights reserved.
  644.  
  645.  
  646.  
  647. Build started 8/27/2015 4:53:23 PM.
  648.  
  649. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_ca839.vcxproj" on node 1 (default targets).
  650.  
  651. PrepareForBuild:
  652.  
  653. Creating directory "cmTC_ca839.dir\Debug\".
  654.  
  655. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  656.  
  657. Creating directory "cmTC_ca839.dir\Debug\cmTC_ca839.tlog\".
  658.  
  659. InitializeBuildStatus:
  660.  
  661. Creating "cmTC_ca839.dir\Debug\cmTC_ca839.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  662.  
  663. ClCompile:
  664.  
  665. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ca839.dir\Debug\\" /Fd"cmTC_ca839.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  666.  
  667. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  668.  
  669. Copyright (C) Microsoft Corporation. All rights reserved.
  670.  
  671.  
  672.  
  673. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_ca839.dir\Debug\\" /Fd"cmTC_ca839.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  674.  
  675.  
  676.  
  677. CheckIncludeFiles.c
  678.  
  679. Link:
  680.  
  681. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_ca839.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_ca839.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_ca839.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_ca839.dir\Debug\CheckIncludeFiles.obj
  682.  
  683. cmTC_ca839.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_ca839.exe
  684.  
  685. FinalizeBuildStatus:
  686.  
  687. Deleting file "cmTC_ca839.dir\Debug\cmTC_ca839.tlog\unsuccessfulbuild".
  688.  
  689. Touching "cmTC_ca839.dir\Debug\cmTC_ca839.tlog\cmTC_ca839.lastbuildstate".
  690.  
  691. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_ca839.vcxproj" (default targets).
  692.  
  693.  
  694.  
  695. Build succeeded.
  696.  
  697. 0 Warning(s)
  698.  
  699. 0 Error(s)
  700.  
  701.  
  702.  
  703. Time Elapsed 00:00:00.66
  704.  
  705.  
  706.  
  707. Determining if files errno.h exist passed with the following output:
  708. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  709.  
  710. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_f5c67.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  711. Microsoft (R) Build Engine version 14.0.23107.0
  712.  
  713. Copyright (C) Microsoft Corporation. All rights reserved.
  714.  
  715.  
  716.  
  717. Build started 8/27/2015 4:53:23 PM.
  718.  
  719. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_f5c67.vcxproj" on node 1 (default targets).
  720.  
  721. PrepareForBuild:
  722.  
  723. Creating directory "cmTC_f5c67.dir\Debug\".
  724.  
  725. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  726.  
  727. Creating directory "cmTC_f5c67.dir\Debug\cmTC_f5c67.tlog\".
  728.  
  729. InitializeBuildStatus:
  730.  
  731. Creating "cmTC_f5c67.dir\Debug\cmTC_f5c67.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  732.  
  733. ClCompile:
  734.  
  735. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f5c67.dir\Debug\\" /Fd"cmTC_f5c67.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  736.  
  737. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  738.  
  739. Copyright (C) Microsoft Corporation. All rights reserved.
  740.  
  741.  
  742.  
  743. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_f5c67.dir\Debug\\" /Fd"cmTC_f5c67.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  744.  
  745.  
  746.  
  747. CheckIncludeFiles.c
  748.  
  749. Link:
  750.  
  751. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_f5c67.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_f5c67.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_f5c67.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_f5c67.dir\Debug\CheckIncludeFiles.obj
  752.  
  753. cmTC_f5c67.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_f5c67.exe
  754.  
  755. FinalizeBuildStatus:
  756.  
  757. Deleting file "cmTC_f5c67.dir\Debug\cmTC_f5c67.tlog\unsuccessfulbuild".
  758.  
  759. Touching "cmTC_f5c67.dir\Debug\cmTC_f5c67.tlog\cmTC_f5c67.lastbuildstate".
  760.  
  761. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_f5c67.vcxproj" (default targets).
  762.  
  763.  
  764.  
  765. Build succeeded.
  766.  
  767. 0 Warning(s)
  768.  
  769. 0 Error(s)
  770.  
  771.  
  772.  
  773. Time Elapsed 00:00:00.64
  774.  
  775.  
  776.  
  777. Determining if files stdint.h exist passed with the following output:
  778. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  779.  
  780. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_440dd.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  781. Microsoft (R) Build Engine version 14.0.23107.0
  782.  
  783. Copyright (C) Microsoft Corporation. All rights reserved.
  784.  
  785.  
  786.  
  787. Build started 8/27/2015 4:53:28 PM.
  788.  
  789. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_440dd.vcxproj" on node 1 (default targets).
  790.  
  791. PrepareForBuild:
  792.  
  793. Creating directory "cmTC_440dd.dir\Debug\".
  794.  
  795. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  796.  
  797. Creating directory "cmTC_440dd.dir\Debug\cmTC_440dd.tlog\".
  798.  
  799. InitializeBuildStatus:
  800.  
  801. Creating "cmTC_440dd.dir\Debug\cmTC_440dd.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  802.  
  803. ClCompile:
  804.  
  805. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_440dd.dir\Debug\\" /Fd"cmTC_440dd.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  806.  
  807. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  808.  
  809. Copyright (C) Microsoft Corporation. All rights reserved.
  810.  
  811.  
  812.  
  813. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_440dd.dir\Debug\\" /Fd"cmTC_440dd.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  814.  
  815.  
  816.  
  817. CheckIncludeFiles.c
  818.  
  819. Link:
  820.  
  821. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_440dd.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_440dd.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_440dd.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_440dd.dir\Debug\CheckIncludeFiles.obj
  822.  
  823. cmTC_440dd.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_440dd.exe
  824.  
  825. FinalizeBuildStatus:
  826.  
  827. Deleting file "cmTC_440dd.dir\Debug\cmTC_440dd.tlog\unsuccessfulbuild".
  828.  
  829. Touching "cmTC_440dd.dir\Debug\cmTC_440dd.tlog\cmTC_440dd.lastbuildstate".
  830.  
  831. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_440dd.vcxproj" (default targets).
  832.  
  833.  
  834.  
  835. Build succeeded.
  836.  
  837. 0 Warning(s)
  838.  
  839. 0 Error(s)
  840.  
  841.  
  842.  
  843. Time Elapsed 00:00:00.63
  844.  
  845.  
  846.  
  847. Determining if files inttypes.h exist passed with the following output:
  848. Change Dir: C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp
  849.  
  850. Run Build Command:"C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe" "cmTC_e9e9b.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=14.0"
  851. Microsoft (R) Build Engine version 14.0.23107.0
  852.  
  853. Copyright (C) Microsoft Corporation. All rights reserved.
  854.  
  855.  
  856.  
  857. Build started 8/27/2015 4:53:28 PM.
  858.  
  859. Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_e9e9b.vcxproj" on node 1 (default targets).
  860.  
  861. PrepareForBuild:
  862.  
  863. Creating directory "cmTC_e9e9b.dir\Debug\".
  864.  
  865. Creating directory "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\".
  866.  
  867. Creating directory "cmTC_e9e9b.dir\Debug\cmTC_e9e9b.tlog\".
  868.  
  869. InitializeBuildStatus:
  870.  
  871. Creating "cmTC_e9e9b.dir\Debug\cmTC_e9e9b.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  872.  
  873. ClCompile:
  874.  
  875. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_e9e9b.dir\Debug\\" /Fd"cmTC_e9e9b.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  876.  
  877. Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23026 for x86
  878.  
  879. Copyright (C) Microsoft Corporation. All rights reserved.
  880.  
  881.  
  882.  
  883. cl /c /Zi /W4 /WX /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_e9e9b.dir\Debug\\" /Fd"cmTC_e9e9b.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\CheckIncludeFiles.c"
  884.  
  885.  
  886.  
  887. CheckIncludeFiles.c
  888.  
  889. Link:
  890.  
  891. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_e9e9b.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:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_e9e9b.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/Steve/Desktop/LF Build/CMakeFiles/CMakeTmp/Debug/cmTC_e9e9b.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTC_e9e9b.dir\Debug\CheckIncludeFiles.obj
  892.  
  893. cmTC_e9e9b.vcxproj -> C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\Debug\cmTC_e9e9b.exe
  894.  
  895. FinalizeBuildStatus:
  896.  
  897. Deleting file "cmTC_e9e9b.dir\Debug\cmTC_e9e9b.tlog\unsuccessfulbuild".
  898.  
  899. Touching "cmTC_e9e9b.dir\Debug\cmTC_e9e9b.tlog\cmTC_e9e9b.lastbuildstate".
  900.  
  901. Done Building Project "C:\Users\Steve\Desktop\LF Build\CMakeFiles\CMakeTmp\cmTC_e9e9b.vcxproj" (default targets).
  902.  
  903.  
  904.  
  905. Build succeeded.
  906.  
  907. 0 Warning(s)
  908.  
  909. 0 Error(s)
  910.  
  911.  
  912.  
  913. Time Elapsed 00:00:00.68
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement