libde265 icon indicating copy to clipboard operation
libde265 copied to clipboard

[libde265] file INSTALL cannot find

Open JonLiu1993 opened this issue 5 years ago • 0 comments

Host Environment

  • OS: [Windows10]
  • Compiler: VS2017

To Reproduce Steps to reproduce the behavior: ./vcpkg install libde265

Failure logs -Cut and past the appropriate build messages from the console output.

CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:142 (message):
    Command failed: F:/test2/vcpkg/downloads/tools/cmake-3.18.4-windows/cmake-3.18.4-win32-x86/bin/cmake.exe --build . --config Debug --target install -- -v -j9
    Working Directory: F:/test2/vcpkg/buildtrees/libde265/x86-windows-dbg
    See logs for more information:
      F:\test2\vcpkg\buildtrees\libde265\install-x86-windows-dbg-out.log
      F:\test2\vcpkg\buildtrees\libde265\install-x86-windows-dbg-err.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_cmake.cmake:93 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_cmake.cmake:24 (vcpkg_build_cmake)
  ports/libde265/portfile.cmake:18 (vcpkg_install_cmake)
  scripts/ports.cmake:136 (include)
Error: Building package libde265:x86-windows failed with: BUILD_FAILED

-Please attach any additional failure logs mentioned in the console output.

Additional context Add any other context about the problem here, such as what you have already tried to resolve the issue. install-x86-windows-dbg-err.log install-x86-windows-dbg-out.log

JonLiu1993 avatar Nov 13 '20 08:11 JonLiu1993