Re: [gtk-gnutella-devel] Build failure

2008-11-29 Thread Christian Biere
Raphael Manfredi wrote: > :kmsg.c: In function ‘k_send_find_value_response’: > :kmsg.c:626: warning: format ‘%d’ expects type ‘int’, but argument 4 > has > :type ‘size_t’ > :kmsg.c:626: warning: format ‘%d’ expects type ‘int’, but argument 5 > has > :type ‘size_t’ O

Re: [gtk-gnutella-devel] Build failure

2008-11-29 Thread Christian Biere
Hauke Hachmann wrote: > kmsg.c: In function ‘k_send_find_value_response’: > kmsg.c:626: warning: format ‘%d’ expects type ‘int’, but argument 4 has > type ‘size_t’ > kmsg.c:626: warning: format ‘%d’ expects type ‘int’, but argument 5 has > type ‘size_t’ Too bad this is just a warning and doesn't

Re: [gtk-gnutella-devel] Build failure

2008-11-29 Thread Raphael Manfredi
Quoting Hauke Hachmann <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :Hi list, : :I get the following build failure with latest svn r15883: : :cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   :-DCORE_SOURCES -DCURDIR=src/dht -O2 -g -momit-leaf-frame-pointer -W -Wall

Re: [Gtk-gnutella-devel] Build failure

2007-05-29 Thread Christian Biere
Haxe wrote: > current svn (r13780) fails to build with the following error: > sockets.c: In function ‘socket_set_accept_filters’: > sockets.c:2472: error: ‘tcp_defer_accept_timeout’ undeclared (first use > in this function) Thanks, should be fixed now. -- Christian