Advertisement
Guest User

Untitled

a guest
Jul 31st, 2017
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. Compiling the C compiler identification source file "CMakeCCompilerId.c" failed.
  2. Compiler:
  3. Build flags:
  4. Id flags:
  5.  
  6. The output was:
  7. 1
  8. Microsoft (R) Build Engine version 14.0.25420.1
  9. Copyright (C) Microsoft Corporation. All rights reserved.
  10.  
  11. Build started 7/26/2017 14:04:19.
  12. Project "F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
  13. PrepareForBuild:
  14. Creating directory "Debug\".
  15. Creating directory "Debug\CompilerIdC.tlog\".
  16. InitializeBuildStatus:
  17. Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  18. ClCompile:
  19. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_x86\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
  20. CMakeCCompilerId.c
  21. Link:
  22. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64_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
  23. CompilerIdC.vcxproj -> F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\.\CompilerIdC.exe
  24. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB6003: The specified task executable "cmd.exe" could not be run. The requested operation cannot be performed on a file with a user-mapped section open. [F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj]
  25. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB6003: [F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj]
  26. Done Building Project "F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj" (default targets) -- FAILED.
  27.  
  28. Build FAILED.
  29.  
  30. "F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj" (default target) (1) ->
  31. (PostBuildEvent target) ->
  32. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB6003: The specified task executable "cmd.exe" could not be run. The requested operation cannot be performed on a file with a user-mapped section open. [F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj]
  33. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(133,5): error MSB6003: [F:\DocumentsF\GitHub\xbmc\kodi-build\CMakeFiles\3.8.0\CompilerIdC\CompilerIdC.vcxproj]
  34.  
  35. 0 Warning(s)
  36. 1 Error(s)
  37.  
  38. Time Elapsed 00:00:01.34
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement