Kartatz
Kartatz
### Problem description As of curl 8.5.0, HTTP/3 support is no longer considered experimental when built with the ngtcp2 backend (see https://github.com/curl/curl/commit/5f78cf503c786a1d48d13528dde038bccfa6c67c). However, the latest curl release in the Termux...
Compiling for Android is failing with following output: ``` $ make In file included from /home/kartz/qpdf/libqpdf/QUtil.cc:16: /home/kartz/android-ndk-r25c/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1/fstream:952:20: error: use of undeclared identifier 'ftello'; did you mean 'ftell'? pos_type __r =...
I'm cross-compiling nghttp2 for FreeBSD 14 (riscv64) using GCC 14. It used to compile just fine with GCC 13, but now it's failing with GCC 14: ``` $ cmake \...
I have been using this tool for a long time, and it works pretty well most of the time. However, I have been struggling with an issue where it fails...
**Is your feature request related to a problem? Please describe.** I'm trying to integrate zstd into a workflow where I build GCC and binutils. I'm interested in using binutils' linker...