Closed ajithandro closed 8 months ago
Once Used VPN the URL which Mentioned Below is Accessible in Browsers, Even though it faces the same issue on executing the build script via Bash Terminal
Command Executed : cmake -S D:/Projects/QField/ -B C:/build -D VCPKG_TARGET_TRIPLET=x64-windows-static -D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded:Debug -D PKG_CONFIG_EXECUTABLE=build/vcpkg_installed/x64-windows/tools/pkgconf/pkgconf.exe -D VCPKG_INSTALL_OPTIONS="--x-buildtrees-root=C:/build"
https://[raw.githubusercontent.com/boostorg/boost/boost-1.83.0/LICENSE_1_0.txt](https://raw.githubusercontent.com/boostorg/boost/boost-1.83.0/LICENSE_1_0.txt)
@ajithandro Please pass vcpkg
through the proxy as well. :)
@FrankXie05 Can you Please Give Me Some More Details on Pass Vcpkg through the proxy, Still I'm Stuck in the Same Position, Now I'm trying to set this with the Linux environment I'm getting the same in that too
@ajithandro
We hope your question was answered to your satisfaction; if it wasn't, you can ping me with more info and I will reopen.
Package: boost-vcpkg-helpers:x64-windows -> 1.83.0
Host Environment
To Reproduce
vcpkg install
Failure logsAdditional context
vcpkg.json
``` { "name": "qfield", "version-string": "dev", "port-version": 1, "homepage": "https://github.com/opengisch/qfield", "description": "A simplified and touch optimized frontend for QGIS.", "dependencies": [ { "name": "gdal", "default-features": false }, "qgis-qt6", { "name": "qtsensors", "features": [ "qml" ] }, "qtwebview", "qtconnectivity", "qtdeclarative", "qtlocation", { "name": "qtcharts", "features": [ "qml" ] }, { "name": "qtmultimedia", "features": [ "qml" ] }, "qtserialport", { "name": "qca-qt6", "default-features": false }, "nu-book-zxing-cpp", { "name": "sentry-native", "platform": "!android & !ios & !osx" }, "spix-qt6", "catch2", { "name": "sentry-cocoa", "platform": "ios | osx" } ] } ```