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
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
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
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
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
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
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
---