bug-gnunet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-GNUnet] Problem compiling gnunet-0.8.1


From: Waltraud Schnelle
Subject: [bug-GNUnet] Problem compiling gnunet-0.8.1
Date: Tue, 19 Jan 2010 13:28:37 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]