Advertisement
Guest User

Untitled

a guest
Mar 1st, 2020
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. The system is: Windows - 6.0.6002 - 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.9.21+g9802d43bc3 for .NET Framework
  10. Copyright (C) Microsoft Corporation. All rights reserved.
  11.  
  12. Build started 3/1/2020 3:15:17 AM.
  13. Project "C:\Wow server\build\CMakeFiles\3.16.4\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\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /analyze- /FC /errorReport:queue CMakeCCompilerId.c
  21. CMakeCCompilerId.c
  22. Link:
  23. C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCCompilerId.obj
  24. CompilerIdC.vcxproj -> C:\Wow server\build\CMakeFiles\3.16.4\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\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
  29. FinalizeBuildStatus:
  30. Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
  31. Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
  32. Done Building Project "C:\Wow server\build\CMakeFiles\3.16.4\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  33.  
  34. Build succeeded.
  35. 0 Warning(s)
  36. 0 Error(s)
  37.  
  38. Time Elapsed 00:00:00.64
  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:/Wow server/build/CMakeFiles/3.16.4/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 15.9.21+g9802d43bc3 for .NET Framework
  55. Copyright (C) Microsoft Corporation. All rights reserved.
  56.  
  57. Build started 3/1/2020 3:15:18 AM.
  58. Project "C:\Wow server\build\CMakeFiles\3.16.4\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\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /Oy- /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TP /analyze- /FC /errorReport:queue CMakeCXXCompilerId.cpp
  66. CMakeCXXCompilerId.cpp
  67. Link:
  68. C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X86 /SAFESEH Debug\CMakeCXXCompilerId.obj
  69. CompilerIdCXX.vcxproj -> C:\Wow server\build\CMakeFiles\3.16.4\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\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx86\x86\cl.exe
  74. FinalizeBuildStatus:
  75. Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
  76. Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
  77. Done Building Project "C:\Wow server\build\CMakeFiles\3.16.4\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  78.  
  79. Build succeeded.
  80. 0 Warning(s)
  81. 0 Error(s)
  82.  
  83. Time Elapsed 00:00:00.51
  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:/Wow server/build/CMakeFiles/3.16.4/CompilerIdCXX/CompilerIdCXX.exe"
  91.  
  92. Determining if the C compiler works passed with the following output:
  93. Change Dir: C:/Wow server/build/CMakeFiles/CMakeTmp
  94.  
  95. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_d0f9b.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
  96.  
  97. Copyright (C) Microsoft Corporation. All rights reserved.
  98.  
  99.  
  100.  
  101. Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x86
  102.  
  103. Copyright (C) Microsoft Corporation. All rights reserved.
  104.  
  105.  
  106.  
  107. cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_d0f9b.dir\Debug\\" /Fd"cmTC_d0f9b.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Wow server\build\CMakeFiles\CMakeTmp\testCCompiler.c"
  108.  
  109. testCCompiler.c
  110.  
  111.  
  112.  
  113. cmTC_d0f9b.vcxproj -> C:\Wow server\build\CMakeFiles\CMakeTmp\Debug\cmTC_d0f9b.exe
  114.  
  115.  
  116.  
  117.  
  118. Detecting C compiler ABI info compiled with the following output:
  119. Change Dir: C:/Wow server/build/CMakeFiles/CMakeTmp
  120.  
  121. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_875d5.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
  122.  
  123. Copyright (C) Microsoft Corporation. All rights reserved.
  124.  
  125.  
  126.  
  127. Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x86
  128.  
  129. Copyright (C) Microsoft Corporation. All rights reserved.
  130.  
  131.  
  132.  
  133. cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_875d5.dir\Debug\\" /Fd"cmTC_875d5.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.16\Modules\CMakeCCompilerABI.c"
  134.  
  135. CMakeCCompilerABI.c
  136.  
  137.  
  138.  
  139. cmTC_875d5.vcxproj -> C:\Wow server\build\CMakeFiles\CMakeTmp\Debug\cmTC_875d5.exe
  140.  
  141.  
  142.  
  143.  
  144. Determining if the CXX compiler works passed with the following output:
  145. Change Dir: C:/Wow server/build/CMakeFiles/CMakeTmp
  146.  
  147. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_72f51.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
  148.  
  149. Copyright (C) Microsoft Corporation. All rights reserved.
  150.  
  151.  
  152.  
  153. Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x86
  154.  
  155. Copyright (C) Microsoft Corporation. All rights reserved.
  156.  
  157.  
  158.  
  159. cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_72f51.dir\Debug\\" /Fd"cmTC_72f51.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Wow server\build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx"
  160.  
  161. testCXXCompiler.cxx
  162.  
  163.  
  164.  
  165. cmTC_72f51.vcxproj -> C:\Wow server\build\CMakeFiles\CMakeTmp\Debug\cmTC_72f51.exe
  166.  
  167.  
  168.  
  169.  
  170. Detecting CXX compiler ABI info compiled with the following output:
  171. Change Dir: C:/Wow server/build/CMakeFiles/CMakeTmp
  172.  
  173. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_c06d1.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
  174.  
  175. Copyright (C) Microsoft Corporation. All rights reserved.
  176.  
  177.  
  178.  
  179. Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x86
  180.  
  181. Copyright (C) Microsoft Corporation. All rights reserved.
  182.  
  183.  
  184.  
  185. cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_c06d1.dir\Debug\\" /Fd"cmTC_c06d1.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Program Files\CMake\share\cmake-3.16\Modules\CMakeCXXCompilerABI.cpp"
  186.  
  187. CMakeCXXCompilerABI.cpp
  188.  
  189.  
  190.  
  191. cmTC_c06d1.vcxproj -> C:\Wow server\build\CMakeFiles\CMakeTmp\Debug\cmTC_c06d1.exe
  192.  
  193.  
  194.  
  195.  
  196. Performing C++ SOURCE FILE Test boost_filesystem_copy_links_without_NO_SCOPED_ENUM succeeded with the following output:
  197. Change Dir: C:/Wow server/build/CMakeFiles/CMakeTmp
  198.  
  199. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_1786b.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
  200.  
  201. Copyright (C) Microsoft Corporation. All rights reserved.
  202.  
  203.  
  204.  
  205. Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x86
  206.  
  207. Copyright (C) Microsoft Corporation. All rights reserved.
  208.  
  209.  
  210.  
  211. cl /c /IC:\local\boost_1_66_0 /Zi /W1 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D boost_filesystem_copy_links_without_NO_SCOPED_ENUM /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_1786b.dir\Debug\\" /Fd"cmTC_1786b.dir\Debug\vc141.pdb" /Gd /TP /analyze- /errorReport:queue "C:\Wow server\build\CMakeFiles\CMakeTmp\src.cxx"
  212.  
  213. src.cxx
  214.  
  215.  
  216.  
  217. Info: Boost.Config is older than your compiler version - probably nothing bad will happen - but you may wish to look for an update Boost version. Define BOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE to suppress this message.
  218.  
  219. cmTC_1786b.vcxproj -> C:\Wow server\build\CMakeFiles\CMakeTmp\Debug\cmTC_1786b.exe
  220.  
  221.  
  222.  
  223. Source file was:
  224.  
  225. #include <boost/filesystem/path.hpp>
  226. #include <boost/filesystem/operations.hpp>
  227. int main() { boost::filesystem::copy_file(boost::filesystem::path(), boost::filesystem::path()); }
  228. Determining if the open exist passed with the following output:
  229. Change Dir: C:/Wow server/build/CMakeFiles/CMakeTmp
  230.  
  231. Run Build Command(s):C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/MSBuild/15.0/Bin/MSBuild.exe cmTC_1365e.vcxproj /p:Configuration=Debug /p:Platform=Win32 /p:VisualStudioVersion=15.0 /v:m && Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
  232.  
  233. Copyright (C) Microsoft Corporation. All rights reserved.
  234.  
  235.  
  236.  
  237. Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27035 for x86
  238.  
  239. Copyright (C) Microsoft Corporation. All rights reserved.
  240.  
  241.  
  242.  
  243. cl /c /Zi /W1 /WX- /diagnostics:classic /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_1365e.dir\Debug\\" /Fd"cmTC_1365e.dir\Debug\vc141.pdb" /Gd /TC /analyze- /errorReport:queue "C:\Wow server\build\CMakeFiles\CMakeTmp\CheckSymbolExists.c"
  244.  
  245. CheckSymbolExists.c
  246.  
  247.  
  248.  
  249. cmTC_1365e.vcxproj -> C:\Wow server\build\CMakeFiles\CMakeTmp\Debug\cmTC_1365e.exe
  250.  
  251.  
  252.  
  253. File C:/Wow server/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  254. /* */
  255. #include <io.h>
  256.  
  257. int main(int argc, char** argv)
  258. {
  259. (void)argv;
  260. #ifndef open
  261. return ((int*)(&open))[argc];
  262. #else
  263. (void)argc;
  264. return 0;
  265. #endif
  266. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement