gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnutls 3.1.0 build issues


From: Nikos Mavrogiannopoulos
Subject: Re: gnutls 3.1.0 build issues
Date: Thu, 16 Aug 2012 10:28:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120805 Icedove/10.0.6

On 08/16/2012 07:37 AM, David Reiser wrote:

> Trying to build 3.1.0 in OS X using clang 4.0 from Apple's Xcode 4.4.1, 
> configure gives me:
> 
> checking for tss library... no
> configure: WARNING:
> ***
> *** trousers was not found. TPM support will be disabled.
> *** 
> Neither the announcement nor the the docs that I can find mention a 
> dependency on trousers. That probably should be corrected.


Yes, a dependency on trousers is required when compiling with TPM support.

> Since TPM support is disabled, I then see compiling stop with:
>   CC     gnutls_supplemental.lo
> system.c:442:10: error: use of undeclared identifier 'r'
>   return r;
> 1 error generated.
> because r is declared after gnutls determines that it is going to
> return GNUTLS_E_UNIMPLEMENTED_FEATURE;
> but clang is being ornery about the final 'return r;'


Thanks. I've committed a fix.

regards,
Nikos



reply via email to

[Prev in Thread] Current Thread [Next in Thread]