Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.02 KB | None | 0 0
  1. The system is: Windows - 6.1 - 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 12.0.40629.0
  10. [Microsoft .NET Framework, version 4.0.30319.42000]
  11. Copyright (C) Microsoft Corporation. All rights reserved.
  12.  
  13. Build started 21.07.2015 20:03:49.
  14. Project "D:\Build\CMakeFiles\3.2.3\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
  15. PrepareForBuild:
  16. Creating directory "Debug\".
  17. Creating directory "Debug\CompilerIdC.tlog\".
  18. InitializeBuildStatus:
  19. Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  20. ClCompile:
  21. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue CMakeCCompilerId.c
  22. CMakeCCompilerId.c
  23. Link:
  24. C:\Program Files (x86)\Microsoft Visual Studio 12.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
  25. CompilerIdC.vcxproj -> D:\Build\CMakeFiles\3.2.3\CompilerIdC\.\CompilerIdC.exe
  26. PostBuildEvent:
  27. for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  28. :VCEnd
  29. CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
  30. FinalizeBuildStatus:
  31. Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  32. Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  33. Done Building Project "D:\Build\CMakeFiles\3.2.3\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  34.  
  35. Build succeeded.
  36. 0 Warning(s)
  37. 0 Error(s)
  38.  
  39. Time Elapsed 00:00:01.99
  40.  
  41.  
  42. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
  43.  
  44. Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
  45.  
  46. The C compiler identification is MSVC, found in "D:/Build/CMakeFiles/3.2.3/CompilerIdC/CompilerIdC.exe"
  47.  
  48. Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
  49. Compiler:
  50. Build flags:
  51. Id flags:
  52.  
  53. The output was:
  54. 0
  55. Microsoft (R) Build Engine version 12.0.40629.0
  56. [Microsoft .NET Framework, version 4.0.30319.42000]
  57. Copyright (C) Microsoft Corporation. All rights reserved.
  58.  
  59. Build started 21.07.2015 20:03:52.
  60. Project "D:\Build\CMakeFiles\3.2.3\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
  61. PrepareForBuild:
  62. Creating directory "Debug\".
  63. Creating directory "Debug\CompilerIdCXX.tlog\".
  64. InitializeBuildStatus:
  65. Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  66. ClCompile:
  67. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /Fo"Debug\\" /Fd"Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue CMakeCXXCompilerId.cpp
  68. CMakeCXXCompilerId.cpp
  69. Link:
  70. C:\Program Files (x86)\Microsoft Visual Studio 12.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
  71. CompilerIdCXX.vcxproj -> D:\Build\CMakeFiles\3.2.3\CompilerIdCXX\.\CompilerIdCXX.exe
  72. PostBuildEvent:
  73. for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  74. :VCEnd
  75. CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe
  76. FinalizeBuildStatus:
  77. Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  78. Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  79. Done Building Project "D:\Build\CMakeFiles\3.2.3\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  80.  
  81. Build succeeded.
  82. 0 Warning(s)
  83. 0 Error(s)
  84.  
  85. Time Elapsed 00:00:01.45
  86.  
  87.  
  88. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
  89.  
  90. Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
  91.  
  92. The CXX compiler identification is MSVC, found in "D:/Build/CMakeFiles/3.2.3/CompilerIdCXX/CompilerIdCXX.exe"
  93.  
  94. Determining if the C compiler works passed with the following output:
  95. Change Dir: D:/Build/CMakeFiles/CMakeTmp
  96.  
  97. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec1321205947.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
  98. Microsoft (R) Build Engine version 12.0.40629.0
  99.  
  100. [Microsoft .NET Framework, version 4.0.30319.42000]
  101.  
  102. Copyright (C) Microsoft Corporation. All rights reserved.
  103.  
  104.  
  105.  
  106. Build started 21.07.2015 20:03:54.
  107.  
  108. Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1321205947.vcxproj" on node 1 (default targets).
  109.  
  110. PrepareForBuild:
  111.  
  112. Creating directory "cmTryCompileExec1321205947.dir\Debug\".
  113.  
  114. Creating directory "D:\Build\CMakeFiles\CMakeTmp\Debug\".
  115.  
  116. Creating directory "cmTryCompileExec1321205947.dir\Debug\cmTryCom.9722AFA3.tlog\".
  117.  
  118. InitializeBuildStatus:
  119.  
  120. Creating "cmTryCompileExec1321205947.dir\Debug\cmTryCom.9722AFA3.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  121.  
  122. ClCompile:
  123.  
  124. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /Fo"cmTryCompileExec1321205947.dir\Debug\\" /Fd"cmTryCompileExec1321205947.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue D:\Build\CMakeFiles\CMakeTmp\testCCompiler.c
  125.  
  126. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x86
  127.  
  128. Copyright (C) Microsoft Corporation. All rights reserved.
  129.  
  130.  
  131.  
  132. 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 /Fo"cmTryCompileExec1321205947.dir\Debug\\" /Fd"cmTryCompileExec1321205947.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue D:\Build\CMakeFiles\CMakeTmp\testCCompiler.c
  133.  
  134.  
  135.  
  136. testCCompiler.c
  137.  
  138. Link:
  139.  
  140. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1321205947.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1321205947.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1321205947.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec1321205947.dir\Debug\testCCompiler.obj
  141.  
  142. cmTryCompileExec1321205947.vcxproj -> D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1321205947.exe
  143.  
  144. FinalizeBuildStatus:
  145.  
  146. Deleting file "cmTryCompileExec1321205947.dir\Debug\cmTryCom.9722AFA3.tlog\unsuccessfulbuild".
  147.  
  148. Touching "cmTryCompileExec1321205947.dir\Debug\cmTryCom.9722AFA3.tlog\cmTryCompileExec1321205947.lastbuildstate".
  149.  
  150. Done Building Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1321205947.vcxproj" (default targets).
  151.  
  152.  
  153.  
  154. Build succeeded.
  155.  
  156. 0 Warning(s)
  157.  
  158. 0 Error(s)
  159.  
  160.  
  161.  
  162. Time Elapsed 00:00:02.07
  163.  
  164.  
  165.  
  166. Detecting C compiler ABI info compiled with the following output:
  167. Change Dir: D:/Build/CMakeFiles/CMakeTmp
  168.  
  169. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec74078428.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
  170. Microsoft (R) Build Engine version 12.0.40629.0
  171.  
  172. [Microsoft .NET Framework, version 4.0.30319.42000]
  173.  
  174. Copyright (C) Microsoft Corporation. All rights reserved.
  175.  
  176.  
  177.  
  178. Build started 21.07.2015 20:03:56.
  179.  
  180. Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec74078428.vcxproj" on node 1 (default targets).
  181.  
  182. PrepareForBuild:
  183.  
  184. Creating directory "cmTryCompileExec74078428.dir\Debug\".
  185.  
  186. Creating directory "D:\Build\CMakeFiles\CMakeTmp\Debug\".
  187.  
  188. Creating directory "cmTryCompileExec74078428.dir\Debug\cmTryCom.52658DFB.tlog\".
  189.  
  190. InitializeBuildStatus:
  191.  
  192. Creating "cmTryCompileExec74078428.dir\Debug\cmTryCom.52658DFB.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  193.  
  194. ClCompile:
  195.  
  196. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /Fo"cmTryCompileExec74078428.dir\Debug\\" /Fd"cmTryCompileExec74078428.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCCompilerABI.c"
  197.  
  198. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x86
  199.  
  200. Copyright (C) Microsoft Corporation. All rights reserved.
  201.  
  202.  
  203.  
  204. 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 /Fo"cmTryCompileExec74078428.dir\Debug\\" /Fd"cmTryCompileExec74078428.dir\Debug\vc120.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCCompilerABI.c"
  205.  
  206.  
  207.  
  208. CMakeCCompilerABI.c
  209.  
  210. Link:
  211.  
  212. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec74078428.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec74078428.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec74078428.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec74078428.dir\Debug\CMakeCCompilerABI.obj
  213.  
  214. cmTryCompileExec74078428.vcxproj -> D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec74078428.exe
  215.  
  216. FinalizeBuildStatus:
  217.  
  218. Deleting file "cmTryCompileExec74078428.dir\Debug\cmTryCom.52658DFB.tlog\unsuccessfulbuild".
  219.  
  220. Touching "cmTryCompileExec74078428.dir\Debug\cmTryCom.52658DFB.tlog\cmTryCompileExec74078428.lastbuildstate".
  221.  
  222. Done Building Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec74078428.vcxproj" (default targets).
  223.  
  224.  
  225.  
  226. Build succeeded.
  227.  
  228. 0 Warning(s)
  229.  
  230. 0 Error(s)
  231.  
  232.  
  233.  
  234. Time Elapsed 00:00:01.45
  235.  
  236.  
  237.  
  238. Determining if the CXX compiler works passed with the following output:
  239. Change Dir: D:/Build/CMakeFiles/CMakeTmp
  240.  
  241. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec935731520.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
  242. Microsoft (R) Build Engine version 12.0.40629.0
  243.  
  244. [Microsoft .NET Framework, version 4.0.30319.42000]
  245.  
  246. Copyright (C) Microsoft Corporation. All rights reserved.
  247.  
  248.  
  249.  
  250. Build started 21.07.2015 20:03:58.
  251.  
  252. Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec935731520.vcxproj" on node 1 (default targets).
  253.  
  254. PrepareForBuild:
  255.  
  256. Creating directory "cmTryCompileExec935731520.dir\Debug\".
  257.  
  258. Creating directory "D:\Build\CMakeFiles\CMakeTmp\Debug\".
  259.  
  260. Creating directory "cmTryCompileExec935731520.dir\Debug\cmTryCom.95BFAE4D.tlog\".
  261.  
  262. InitializeBuildStatus:
  263.  
  264. Creating "cmTryCompileExec935731520.dir\Debug\cmTryCom.95BFAE4D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  265.  
  266. ClCompile:
  267.  
  268. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /GR /Fo"cmTryCompileExec935731520.dir\Debug\\" /Fd"cmTryCompileExec935731520.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue D:\Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
  269.  
  270. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x86
  271.  
  272. Copyright (C) Microsoft Corporation. All rights reserved.
  273.  
  274.  
  275.  
  276. 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 /GR /Fo"cmTryCompileExec935731520.dir\Debug\\" /Fd"cmTryCompileExec935731520.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue D:\Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
  277.  
  278.  
  279.  
  280. testCXXCompiler.cxx
  281.  
  282. Link:
  283.  
  284. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec935731520.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec935731520.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec935731520.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec935731520.dir\Debug\testCXXCompiler.obj
  285.  
  286. cmTryCompileExec935731520.vcxproj -> D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec935731520.exe
  287.  
  288. FinalizeBuildStatus:
  289.  
  290. Deleting file "cmTryCompileExec935731520.dir\Debug\cmTryCom.95BFAE4D.tlog\unsuccessfulbuild".
  291.  
  292. Touching "cmTryCompileExec935731520.dir\Debug\cmTryCom.95BFAE4D.tlog\cmTryCompileExec935731520.lastbuildstate".
  293.  
  294. Done Building Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec935731520.vcxproj" (default targets).
  295.  
  296.  
  297.  
  298. Build succeeded.
  299.  
  300. 0 Warning(s)
  301.  
  302. 0 Error(s)
  303.  
  304.  
  305.  
  306. Time Elapsed 00:00:01.49
  307.  
  308.  
  309.  
  310. Detecting CXX compiler ABI info compiled with the following output:
  311. Change Dir: D:/Build/CMakeFiles/CMakeTmp
  312.  
  313. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec3594739202.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
  314. Microsoft (R) Build Engine version 12.0.40629.0
  315.  
  316. [Microsoft .NET Framework, version 4.0.30319.42000]
  317.  
  318. Copyright (C) Microsoft Corporation. All rights reserved.
  319.  
  320.  
  321.  
  322. Build started 21.07.2015 20:04:01.
  323.  
  324. Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3594739202.vcxproj" on node 1 (default targets).
  325.  
  326. PrepareForBuild:
  327.  
  328. Creating directory "cmTryCompileExec3594739202.dir\Debug\".
  329.  
  330. Creating directory "D:\Build\CMakeFiles\CMakeTmp\Debug\".
  331.  
  332. Creating directory "cmTryCompileExec3594739202.dir\Debug\cmTryCom.409BF0D6.tlog\".
  333.  
  334. InitializeBuildStatus:
  335.  
  336. Creating "cmTryCompileExec3594739202.dir\Debug\cmTryCom.409BF0D6.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  337.  
  338. ClCompile:
  339.  
  340. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /GR /Fo"cmTryCompileExec3594739202.dir\Debug\\" /Fd"cmTryCompileExec3594739202.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCXXCompilerABI.cpp"
  341.  
  342. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x86
  343.  
  344. Copyright (C) Microsoft Corporation. All rights reserved.
  345.  
  346.  
  347.  
  348. 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 /GR /Fo"cmTryCompileExec3594739202.dir\Debug\\" /Fd"cmTryCompileExec3594739202.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files (x86)\CMake\share\cmake-3.2\Modules\CMakeCXXCompilerABI.cpp"
  349.  
  350.  
  351.  
  352. CMakeCXXCompilerABI.cpp
  353.  
  354. Link:
  355.  
  356. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3594739202.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3594739202.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3594739202.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec3594739202.dir\Debug\CMakeCXXCompilerABI.obj
  357.  
  358. cmTryCompileExec3594739202.vcxproj -> D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3594739202.exe
  359.  
  360. FinalizeBuildStatus:
  361.  
  362. Deleting file "cmTryCompileExec3594739202.dir\Debug\cmTryCom.409BF0D6.tlog\unsuccessfulbuild".
  363.  
  364. Touching "cmTryCompileExec3594739202.dir\Debug\cmTryCom.409BF0D6.tlog\cmTryCompileExec3594739202.lastbuildstate".
  365.  
  366. Done Building Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3594739202.vcxproj" (default targets).
  367.  
  368.  
  369.  
  370. Build succeeded.
  371.  
  372. 0 Warning(s)
  373.  
  374. 0 Error(s)
  375.  
  376.  
  377.  
  378. Time Elapsed 00:00:01.59
  379.  
  380.  
  381.  
  382.  
  383.  
  384. Detecting CXX [] compiler features compiled with the following output:
  385. Change Dir: D:/Build/CMakeFiles/CMakeTmp
  386.  
  387. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec3666719027.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
  388. Microsoft (R) Build Engine version 12.0.40629.0
  389.  
  390. [Microsoft .NET Framework, version 4.0.30319.42000]
  391.  
  392. Copyright (C) Microsoft Corporation. All rights reserved.
  393.  
  394.  
  395.  
  396. Build started 21.07.2015 20:04:03.
  397.  
  398. Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3666719027.vcxproj" on node 1 (default targets).
  399.  
  400. PrepareForBuild:
  401.  
  402. Creating directory "cmTryCompileExec3666719027.dir\Debug\".
  403.  
  404. Creating directory "D:\Build\CMakeFiles\CMakeTmp\Debug\".
  405.  
  406. Creating directory "cmTryCompileExec3666719027.dir\Debug\cmTryCom.EC0EB46E.tlog\".
  407.  
  408. InitializeBuildStatus:
  409.  
  410. Creating "cmTryCompileExec3666719027.dir\Debug\cmTryCom.EC0EB46E.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  411.  
  412. ClCompile:
  413.  
  414. C:\Program Files (x86)\Microsoft Visual Studio 12.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 /GR /Fo"cmTryCompileExec3666719027.dir\Debug\\" /Fd"cmTryCompileExec3666719027.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue D:\Build\CMakeFiles\feature_tests.cxx
  415.  
  416. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x86
  417.  
  418. Copyright (C) Microsoft Corporation. All rights reserved.
  419.  
  420.  
  421.  
  422. 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 /GR /Fo"cmTryCompileExec3666719027.dir\Debug\\" /Fd"cmTryCompileExec3666719027.dir\Debug\vc120.pdb" /Gd /TP /analyze- /errorReport:queue D:\Build\CMakeFiles\feature_tests.cxx
  423.  
  424. feature_tests.cxx
  425.  
  426.  
  427.  
  428. Link:
  429.  
  430. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3666719027.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3666719027.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3666719027.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec3666719027.dir\Debug\feature_tests.obj
  431.  
  432. cmTryCompileExec3666719027.vcxproj -> D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec3666719027.exe
  433.  
  434. FinalizeBuildStatus:
  435.  
  436. Deleting file "cmTryCompileExec3666719027.dir\Debug\cmTryCom.EC0EB46E.tlog\unsuccessfulbuild".
  437.  
  438. Touching "cmTryCompileExec3666719027.dir\Debug\cmTryCom.EC0EB46E.tlog\cmTryCompileExec3666719027.lastbuildstate".
  439.  
  440. Done Building Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec3666719027.vcxproj" (default targets).
  441.  
  442.  
  443.  
  444. Build succeeded.
  445.  
  446. 0 Warning(s)
  447.  
  448. 0 Error(s)
  449.  
  450.  
  451.  
  452. Time Elapsed 00:00:02.00
  453.  
  454.  
  455.  
  456. Feature record: CXX_FEATURE:1cxx_alias_templates
  457. Feature record: CXX_FEATURE:0cxx_alignas
  458. Feature record: CXX_FEATURE:0cxx_alignof
  459. Feature record: CXX_FEATURE:1cxx_auto_type
  460. Feature record: CXX_FEATURE:0cxx_binary_literals
  461. Feature record: CXX_FEATURE:1cxx_contextual_conversions
  462. Feature record: CXX_FEATURE:1cxx_decltype
  463. Feature record: CXX_FEATURE:0cxx_decltype_auto
  464. Feature record: CXX_FEATURE:1cxx_default_function_template_args
  465. Feature record: CXX_FEATURE:1cxx_defaulted_functions
  466. Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
  467. Feature record: CXX_FEATURE:1cxx_delegating_constructors
  468. Feature record: CXX_FEATURE:0cxx_deleted_functions
  469. Feature record: CXX_FEATURE:0cxx_digit_separators
  470. Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
  471. Feature record: CXX_FEATURE:1cxx_explicit_conversions
  472. Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
  473. Feature record: CXX_FEATURE:1cxx_extern_templates
  474. Feature record: CXX_FEATURE:1cxx_final
  475. Feature record: CXX_FEATURE:0cxx_func_identifier
  476. Feature record: CXX_FEATURE:0cxx_generalized_initializers
  477. Feature record: CXX_FEATURE:0cxx_generic_lambdas
  478. Feature record: CXX_FEATURE:0cxx_inheriting_constructors
  479. Feature record: CXX_FEATURE:0cxx_inline_namespaces
  480. Feature record: CXX_FEATURE:1cxx_lambdas
  481. Feature record: CXX_FEATURE:0cxx_lambda_init_captures
  482. Feature record: CXX_FEATURE:1cxx_local_type_template_args
  483. Feature record: CXX_FEATURE:1cxx_long_long_type
  484. Feature record: CXX_FEATURE:0cxx_noexcept
  485. Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
  486. Feature record: CXX_FEATURE:1cxx_nullptr
  487. Feature record: CXX_FEATURE:1cxx_override
  488. Feature record: CXX_FEATURE:1cxx_range_for
  489. Feature record: CXX_FEATURE:1cxx_raw_string_literals
  490. Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
  491. Feature record: CXX_FEATURE:0cxx_return_type_deduction
  492. Feature record: CXX_FEATURE:1cxx_right_angle_brackets
  493. Feature record: CXX_FEATURE:1cxx_rvalue_references
  494. Feature record: CXX_FEATURE:0cxx_sizeof_member
  495. Feature record: CXX_FEATURE:1cxx_static_assert
  496. Feature record: CXX_FEATURE:1cxx_strong_enums
  497. Feature record: CXX_FEATURE:1cxx_template_template_parameters
  498. Feature record: CXX_FEATURE:0cxx_thread_local
  499. Feature record: CXX_FEATURE:1cxx_trailing_return_types
  500. Feature record: CXX_FEATURE:0cxx_unicode_literals
  501. Feature record: CXX_FEATURE:1cxx_uniform_initialization
  502. Feature record: CXX_FEATURE:0cxx_unrestricted_unions
  503. Feature record: CXX_FEATURE:0cxx_user_literals
  504. Feature record: CXX_FEATURE:1cxx_variadic_macros
  505. Feature record: CXX_FEATURE:1cxx_variadic_templates
  506. Determining if the open exist passed with the following output:
  507. Change Dir: D:/Build/CMakeFiles/CMakeTmp
  508.  
  509. Run Build Command:"C:/Program Files (x86)/MSBuild/12.0/bin/MSBuild.exe" "cmTryCompileExec1670084949.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=12.0"
  510. Microsoft (R) Build Engine version 12.0.40629.0
  511.  
  512. [Microsoft .NET Framework, version 4.0.30319.42000]
  513.  
  514. Copyright (C) Microsoft Corporation. All rights reserved.
  515.  
  516.  
  517.  
  518. Build started 21.07.2015 20:04:15.
  519.  
  520. Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1670084949.vcxproj" on node 1 (default targets).
  521.  
  522. PrepareForBuild:
  523.  
  524. Creating directory "cmTryCompileExec1670084949.dir\Debug\".
  525.  
  526. Creating directory "D:\Build\CMakeFiles\CMakeTmp\Debug\".
  527.  
  528. Creating directory "cmTryCompileExec1670084949.dir\Debug\cmTryCom.9A3BE65D.tlog\".
  529.  
  530. InitializeBuildStatus:
  531.  
  532. Creating "cmTryCompileExec1670084949.dir\Debug\cmTryCom.9A3BE65D.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  533.  
  534. ClCompile:
  535.  
  536. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe /c /IC:\local\boost_1_58_0 /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 /Fo"cmTryCompileExec1670084949.dir\Debug\\" /Fd"cmTryCompileExec1670084949.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /analyze- /errorReport:queue -std=c++11 D:\Build\CMakeFiles\CMakeTmp\CheckSymbolExists.c
  537.  
  538. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x86
  539.  
  540. Copyright (C) Microsoft Corporation. All rights reserved.
  541.  
  542.  
  543.  
  544. cl /c /IC:\local\boost_1_58_0 /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 /Fo"cmTryCompileExec1670084949.dir\Debug\\" /Fd"cmTryCompileExec1670084949.dir\Debug\vc120.pdb" /Gd /TC /wd4996 /wd4355 /wd4244 /wd4985 /wd4267 /wd4619 /wd4512 /analyze- /errorReport:queue -std=c++11 D:\Build\CMakeFiles\CMakeTmp\CheckSymbolExists.c
  545.  
  546. CheckSymbolExists.c
  547.  
  548.  
  549.  
  550. cl : Command line warning D9002: ignoring unknown option '-std=c++11' [D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1670084949.vcxproj]
  551.  
  552. Link:
  553.  
  554. C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1670084949.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1670084949.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec1670084949.lib" /MACHINE:X86 /SAFESEH /machine:X86 /debug cmTryCompileExec1670084949.dir\Debug\CheckSymbolExists.obj
  555.  
  556. cmTryCompileExec1670084949.vcxproj -> D:\Build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec1670084949.exe
  557.  
  558. FinalizeBuildStatus:
  559.  
  560. Deleting file "cmTryCompileExec1670084949.dir\Debug\cmTryCom.9A3BE65D.tlog\unsuccessfulbuild".
  561.  
  562. Touching "cmTryCompileExec1670084949.dir\Debug\cmTryCom.9A3BE65D.tlog\cmTryCompileExec1670084949.lastbuildstate".
  563.  
  564. Done Building Project "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1670084949.vcxproj" (default targets).
  565.  
  566.  
  567.  
  568. Build succeeded.
  569.  
  570.  
  571.  
  572. "D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1670084949.vcxproj" (default target) (1) ->
  573.  
  574. (ClCompile target) ->
  575.  
  576. cl : Command line warning D9002: ignoring unknown option '-std=c++11' [D:\Build\CMakeFiles\CMakeTmp\cmTryCompileExec1670084949.vcxproj]
  577.  
  578.  
  579.  
  580. 1 Warning(s)
  581.  
  582. 0 Error(s)
  583.  
  584.  
  585.  
  586. Time Elapsed 00:00:02.88
  587.  
  588.  
  589. File D:/Build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  590. /* */
  591. #include <io.h>
  592.  
  593. int main(int argc, char** argv)
  594. {
  595. (void)argv;
  596. #ifndef open
  597. return ((int*)(&open))[argc];
  598. #else
  599. (void)argc;
  600. return 0;
  601. #endif
  602. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement