microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.91k stars 1.64k forks source link

Build errors #1707

Open jamesbloom-scheff opened 2 years ago

jamesbloom-scheff commented 2 years ago

Followed the instructions, i just get errors.

Visual studio 2019. Windows 10.

C:\Users\bloomscj\vcpkg>vcpkg install cpprestsdk cpprestsdk:x64-windows Computing installation plan... The following packages will be built and installed:

Call Stack (most recent call first): scripts/cmake/vcpkg_configure_cmake.cmake:383 (vcpkg_execute_required_process) ports/brotli/portfile.cmake:14 (vcpkg_configure_cmake) scripts/ports.cmake:146 (include)

error: building brotli:x64-windows failed with: BUILD_FAILED Please ensure you're using the latest port files with git pull and vcpkg update. Then check for known issues at: https://github.com/microsoft/vcpkg/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+brotli You can submit a new issue at: https://github.com/microsoft/vcpkg/issues/new?template=report-package-build-failure.md&title=[brotli]+Build+error Include '[brotli] Build error' in your bug report title, the following version information in your bug description, and attach any relevant failure logs from above. vcpkg-tool version: 2022-05-05-67e17c1782801cf481be9ac0b3765dff3e4bdeb8 vcpkg-scripts version: 20907dc8b 2022-05-25 (22 hours ago) config-x64-windows-out.log

barcharcraz commented 2 years ago

thank you for attaching the log! I'm looking into this error.