G'day all, I'm getting a build error with the svn tree.. noticed it for the first time yesterday.
I'm using a Debian 4.0 system and build svn using "fakeroot debian/rules binary". It's been working perfectly for months. Checking libcore.a in core... cd core; /usr/bin/make libcore.a make[4]: Entering directory `/home/brad/src/gtk-gnutella/src/core' Checking gnet_property.h in ../if... cd ../if; /usr/bin/make gnet_property.h make[5]: Entering directory `/home/brad/src/gtk-gnutella/src/if' make[5]: `gnet_property.h' is up to date. make[5]: Leaving directory `/home/brad/src/gtk-gnutella/src/if' Continuing in src/core... /bin/rm -f tls_common.o cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCORE_SOURCES -DCURDIR=src/core -O2 -g -pipe -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -momit-leaf-frame-pointer -W -Wall -Wformat=2 -Wshadow tls_common.c tls_common.c: In function 'svn_release_notification_verify': tls_common.c:1053: error: 'data' undeclared (first use in this function) tls_common.c:1053: error: (Each undeclared identifier is reported only once tls_common.c:1053: error: for each function it appears in.) tls_common.c:1050: warning: unused parameter 'revision' tls_common.c:1050: warning: unused parameter 'date' make[4]: *** [tls_common.o] Error 1 make[4]: Leaving directory `/home/brad/src/gtk-gnutella/src/core' make[3]: *** [core/libcore.a] Error 2 make[3]: Leaving directory `/home/brad/src/gtk-gnutella/src' make[2]: *** [subdirs] Error 1 make[2]: Leaving directory `/home/brad/src/gtk-gnutella' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/brad/src/gtk-gnutella' make: *** [build-arch-stamp] Error 2 Regards, Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ gtk-gnutella-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
