[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnutls : error compiling
From: |
Ted Zlatanov |
Subject: |
Re: gnutls : error compiling |
Date: |
Wed, 04 May 2011 21:08:26 -0500 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux) |
On Wed, 4 May 2011 16:49:55 -0700 "T.V. Raman" <address@hidden> wrote:
TVR> This is on ubuntu jaunty.
TVR> I get an error compiling against the last git snapshot.
TVR> -Wdeclaration-after-statement -g -O2 gnutls.c
TVR> gnutls.c: In function ‘Fgnutls_boot’:
TVR> gnutls.c:744: error: ‘GNUTLS_CERT_NOT_ACTIVATED’ undeclared (first use
TVR> in this function)
TVR> gnutls.c:744: error: (Each undeclared identifier is reported only once
TVR> gnutls.c:744: error: for each function it appears in.)
TVR> gnutls.c:748: error: ‘GNUTLS_CERT_EXPIRED’ undeclared (first use in
TVR> this function)
TVR> make[1]: *** [gnutls.o] Error 1
TVR> make[1]: Leaving directory `/data/v3/raman/sourceforge/git-emacs/emacs/src'
TVR> make: *** [src] Error 2
TVR> 16:34:31 labrador emacs $
Do you have an old version of the GnuTLS library?
I just fixed another problem (the fn_ alias for
`gnutls_certificate_set_x509_key_file' was missing) but this one I don't
see on Ubuntu (10.10 or 11.04).
Ted