Tried to compile todays SVN snapshot on Debina 3.1 (Sarge) with gnutls version 1.0.16). The compile fails with the error messages below. Reason seems to be that gnutls_x509_crt_t is undefined (not present in any header under /usr/include).
I do understand Sarge is getting old now that Etch is the latest stable but this computer will probably run Sarge until at least christmas and maybe more (while Sarge is supported)... cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/usr/include -DCORE_SOURCES -DCURDIR=src/core -O2 -g -W -Wall -Wformat=2 -Wshadow -momit-leaf-frame-pointer -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe tls_common.c tls_common.c:929: error: syntax error before "svn_release_notify_certificate" tls_common.c:930: warning: return type defaults to `int' tls_common.c: In function `svn_release_notify_certificate': tls_common.c:942: error: syntax error before "cert" tls_common.c:945: error: `gnutls_datum_t' undeclared (first use in this function) tls_common.c:945: error: (Each undeclared identifier is reported only once tls_common.c:945: error: for each function it appears in.) tls_common.c:945: error: syntax error before "cert_data" tls_common.c:949: error: `cert' undeclared (first use in this function) tls_common.c:954: warning: return makes integer from pointer without a cast tls_common.c:957: error: `cert_data' undeclared (first use in this function) tls_common.c:965: warning: return makes integer from pointer without a cast tls_common.c: In function `svn_release_notification_can_verify': tls_common.c:974: warning: comparison between pointer and integer tls_common.c: At top level: tls_common.c:978: error: syntax error before "cert" tls_common.c: In function `verify_signature': tls_common.c:981: error: `gnutls_datum_t' undeclared (first use in this function) tls_common.c:981: error: syntax error before "data" tls_common.c:983: error: `cert' undeclared (first use in this function) tls_common.c:984: error: `input' undeclared (first use in this function) tls_common.c:985: error: `signature' undeclared (first use in this function) tls_common.c:987: error: `data' undeclared (first use in this function) tls_common.c:990: error: `sig' undeclared (first use in this function) make[3]: *** [tls_common.o] Error 1 -- Meelis Roos ([EMAIL PROTECTED]) ------------------------------------------------------------------------- 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
