maybe only cause of where I am with dire network, but TlDr the vcpkg thing is just not working for me.
I’ve got the latest release, but the mingw libpwinthread catch2 thing is not available.
I can get this
mingw-w64-i686-libwinpthread-git-10.0.0.r105.gee5758234-1-any.pkg.tar.zst
but I can’t get this
mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
AND I have no idea why this seems to only affect me.
Excuse my frustration but I’ve spent longer on attempting to build this than perhaps my entire (very limited and unillustrious build history).
NB: I’m trying to git pull origin master on vcpkg, to try to fix this failing build step.
Perhaps useful to note that bootstrap works (latest vcpkg release reportedly installed successfully).
tried increasing git buffer
git config --global http.postBuffer 524288000
and limiting what’s being pulled
git clone --depth 1 GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS
quite literally entirely hopeless now, especially as it’s taken this long (ages) to get this far (nowhere, ~1/17)
The following packages will be built and installed:
catch2[core]:x64-windows-static-md -> 3.1.1#2
concurrentqueue[core]:x64-windows-static-md -> 1.0.3
crossguid[core]:x64-windows-static-md -> 2021-10-22#2
* egl-registry[core]:x64-windows-static-md -> 2021-11-23#1
fmt[core]:x64-windows-static-md -> 9.1.0
gl3w[core]:x64-windows-static-md -> 2018-05-31#4
gsl-lite[core]:x64-windows-static-md -> 0.40.0
kissfft[core]:x64-windows-static-md -> 2021-11-14
* libflac[core]:x64-windows-static-md -> 1.3.4#1
* libogg[core]:x64-windows-static-md -> 1.3.5
libsndfile[core,external-libs]:x64-windows-static-md -> 1.1.0#1
* libvorbis[core]:x64-windows-static-md -> 1.3.7#2
* opengl-registry[core]:x64-windows-static-md -> 2021-11-17
* opus[core]:x64-windows-static-md -> 1.3.1#9
platform-folders[core]:x64-windows-static-md -> 4.1.0
reproc[core]:x64-windows-static-md -> 14.2.4#1
sdl2[core]:x64-windows-static-md -> 2.24.2
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-windows-static-md...
Restored 0 package(s) from C:\Users\Jonny\AppData\Local\vcpkg\archives in 929.6 us. Use --debug to see more details.
Installing 1/17 catch2:x64-windows-static-md...
This is trying to build the version that I read was easier to build than the version I wanted to build.
could related to target warning (which may be entirel normal and unimportant)
warning: vcpkg appears to be in a Visual Studio prompt targeting x86 but installing for x64-windows-static-md. Consider using --triplet x86-windows or --triplet x86-uwp