Closed sxiii closed 3 years ago
This error comes from a libmicrohttpd API change in between stable and last beta version. Before callback returned an int, and now they return an enum.
The easy option is to stick to a stable version of libmicrohttpd. If you nevertheless want to run with the new API, then you may change the signature of concerned callaback. Replacing int with enum MHD_Result in concerned functions:
On my side, I will change the API when it will be stable. Until them you have to change the code to run it with beta version of the API.
Greetings! Tried to compile your project on Garuda Linux (Arch family).
Got this error:
Probably this is the important part:
Would be happy if you could lead me; if this is something with a code; or with my system. I've checked deps and I think they are installed OK. Thanks.