[gtk-gnutella-devel] Build failure on r16498

2009-04-13 Thread Hauke Hachmann
Hi, trying to build today's latest svn revision (r16498), I get the following linker error: cc -o gtk-gnutella main.o if/bridge/ui2c.o if/bridge/c2ui.o if/gnet_property.o if/gui_property.o -Lshell -lshell -Lcore -lcore -Ldht -ldht -Lui/gtk -lgtk-common -lgtkx -lgtk-common -ldht -lcore -Llib

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

[gtk-gnutella-devel] Build failure

2008-11-29 Thread Hauke Hachmann
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 -Wformat=2 -Wshadow   routing.c routing.c:72:21: error: publish.h: No such file o

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

[Gtk-gnutella-devel] Build failure

2007-05-29 Thread Haxe
Hi, 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) bye, Hauke Hachmann ---