StatusCode404
StatusCode404
Thanks for responding @RipleyTom I believe I'm updating them correctly, I pasted my init, configure, and build command in my clang-17 build above. Just to re-quote here anyway I believe...
``` cmake --version cmake version 3.29.6 ```
@hrzhu interesting that your GCC-14 failed to build. Mine builds fine with 14.1 also self built GCC from source. The only thing I changed between LLVM/clang 17 and GCC-14 was...
I can confirm that it builds ok as well with just released GCC-14.2.
> I can confirm that the latest master with the curl update still fails with `SHA256_DIGEST_LENGTH` errors. Building with `gcc-14.0.1` I built using cmake version 3.29.6. Also see if you...