Guest User

CMakeOutput log

a guest
Aug 31st, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 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 12.0.40629.0
  10. [Microsoft .NET Framework, version 4.0.30319.34209]
  11. Copyright (C) Microsoft Corporation. All rights reserved.
  12.  
  13. Build started 2015.08.31. 13:51:15.
  14. Project "D:\WoW_szerver\Szerver\Build\CMakeFiles\2.8.12.2\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. D:\Programok (Telepˇtett)VS Community 2013\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. D:\Programok (Telepˇtett)VS Community 2013\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:\WoW_szerver\Szerver\Build\CMakeFiles\2.8.12.2\CompilerIdC\.\CompilerIdC.exe
  26. PostBuildEvent:
  27. for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
  28. :VCEnd
  29. CMAKE_C_COMPILER=D:\Programok (Telepˇtett)VS Community 2013\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:\WoW_szerver\Szerver\Build\CMakeFiles\2.8.12.2\CompilerIdC\CompilerIdC.vcxproj" (default targets).
  34.  
  35. Build succeeded.
  36. 0 Warning(s)
  37. 0 Error(s)
  38.  
  39. Time Elapsed 00:00:00.59
  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:/WoW_szerver/Szerver/Build/CMakeFiles/2.8.12.2/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.34209]
  57. Copyright (C) Microsoft Corporation. All rights reserved.
  58.  
  59. Build started 2015.08.31. 13:51:16.
  60. Project "D:\WoW_szerver\Szerver\Build\CMakeFiles\2.8.12.2\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. D:\Programok (Telepˇtett)VS Community 2013\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. D:\Programok (Telepˇtett)VS Community 2013\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:\WoW_szerver\Szerver\Build\CMakeFiles\2.8.12.2\CompilerIdCXX\.\CompilerIdCXX.exe
  72. PostBuildEvent:
  73. for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
  74. :VCEnd
  75. CMAKE_CXX_COMPILER=D:\Programok (Telepˇtett)VS Community 2013\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:\WoW_szerver\Szerver\Build\CMakeFiles\2.8.12.2\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
  80.  
  81. Build succeeded.
  82. 0 Warning(s)
  83. 0 Error(s)
  84.  
  85. Time Elapsed 00:00:00.60
  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:/WoW_szerver/Szerver/Build/CMakeFiles/2.8.12.2/CompilerIdCXX/CompilerIdCXX.exe"
Advertisement
Add Comment
Please, Sign In to add comment