Problem compiling gnunet-0.8.1
Waltraud Schnelle <[email protected]> Tue, 19 Jan 2010 13:28:37 +0100
| Newsgroups | gmane.network.gnunet.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello, trying to compile gnunet-0.8.1 using libmicrohttpd-0.4.0 I found that I have to replace the following: src/transports/http.c:874 - gg = MHD_create_response_from_callback (SIZE_UNKNOWN, + gg = MHD_create_response_from_callback (-1, to get it compiled, because /usr/include/microhttpd.h doesn't define the symbol, but mentions, that -1 should be used for the purpose. Kind regards! ulf