Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. $ ./vcpkg.exe install --triplet x64-windows hifi-client-deps The following packages will be built and installed:
  2. * draco[core]:x64-windows
  3. * etc2comp[core]:x64-windows
  4. * glm[core]:x64-windows
  5. hifi-client-deps[core]:x64-windows
  6. * hifi-deps[core]:x64-windows
  7. * nlohmann-json[core]:x64-windows
  8. * nvtt[core]:x64-windows
  9. * openexr[core]:x64-windows
  10. * openssl[core]:x64-windows
  11. * openssl-windows[core]:x64-windows
  12. * openvr[core]:x64-windows
  13. * sdl2[core]:x64-windows
  14. * tbb[core]:x64-windows
  15. * vulkanmemoryallocator[core]:x64-windows
  16. * webrtc[core]:x64-windows
  17. * zlib[core]:x64-windows
  18. Additional packages (*) will be modified to complete this operation.
  19. Starting package 1/16: sdl2:x64-windows
  20. Building package sdl2[core]:x64-windows...
  21. -- Using cached E:/Development/CMAKE_Builds/5103101c/downloads/SDL-Mirror-SDL-release-2.0.8.tar.gz
  22. -- Using source at E:/Development/CMAKE_Builds/5103101c/buildtrees/sdl2/src/ease-2.0.8-42957b8d01
  23. -- Applying patch E:/Development/CMAKE_Builds/5103101c/ports/sdl2/export-symbols-only-in-shared-build.patch
  24. CMake Error at scripts/cmake/vcpkg_apply_patches.cmake:52 (message):
  25. Applying patch failed. Patch needs to be updated to work with source being
  26. used by vcpkg!
  27. Call Stack (most recent call first):
  28. ports/sdl2/portfile.cmake:11 (vcpkg_apply_patches)
  29. scripts/ports.cmake:94 (include)
  30.  
  31.  
  32. Error: Building package sdl2:x64-windows failed with: BUILD_FAILED
  33. Please ensure you're using the latest portfiles with `.\vcpkg update`, then
  34. submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  35. Package: sdl2:x64-windows
  36. Vcpkg version: 2019.09.12-nohash
  37.  
  38. Additionally, attach any relevant sections from the log files above.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement