Closed c4em closed 1 year ago
Ah, that's because the major is 8 and not 7, so the preprocessor falls into the else branch. With an abundance of paranoia, I wrote that test against a future major release potentially breaking this specific behaviour (same goes for line 831 and probably a bunch of other places. I should really check all over). Now that we know that's not the case, I'll make it accept major version 8 too.
Thanks!
https://github.com/Aanok/jftui/blob/38762b78b4329fc519068b9561b5dada0ab743ae/src/net.c#L800 It seems like the preprocessor incorrectly determines the minor and major version of libcurl. I've throughway verified that the libcurl version is not 7.>=62 but rather 8.0.1
Appending the following:
to line 818 results in the following output:
The version inside
/usr/include/curl/curlver.h
also seems correctDon't think this could be the cause but these are the use flags for my local installation of libcurl, just in case:
This seems quite fishy.