gnutls-devel
[Top][All Lists]
Advanced

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

Re: incompatible pointer type(s), depreciation warnings, and cross refer


From: Nikos Mavrogiannopoulos
Subject: Re: incompatible pointer type(s), depreciation warnings, and cross reference(s) to nonexistent node(s)
Date: Thu, 11 Jul 2013 10:58:35 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5

On 07/10/2013 01:34 PM, Vasiliy wrote:
> Dear Developer Team,
> 
> FYI: attached are the warnings & errors resulted from compilation of
> the latest sources on the following platform:
> $ uname -srvmo
> CYGWIN_NT-6.1 1.7.21(0.267/5/3) 2013-06-28 10:03 x86_64 Cygwin

> Making install in nettle
> make[2]: Entering directory
> '/usr/src/64bit/release/gnutls/gnutls-3.2.2-1/build/lib/nettle'
>   CC       pk.lo
>   CC       mpi.lo
>   CC       mac.lo
>   CC       cipher.lo
> /usr/src/64bit/release/gnutls/gnutls-3.2.2-1/src/gnutls-3.2.2/lib/nettle/pk.c:
> In function '_wrap_nettle_pk_encrypt':
> /usr/src/64bit/release/gnutls/gnutls-3.2.2-1/src/gnutls-3.2.2/lib/nettle/pk.c:221:9:
> warning: passing argument 3 of 'nettle_rsa_encrypt' from incompatible
> pointer type [enabled by default]
>          ret = rsa_encrypt(&pub, NULL, rnd_func, plaintext->size,
> plaintext->data, p);

Hello Vasiliy,
 You cannot build gnutls with nettle's master in git repository (or any
other program whatsoever). It has broken API and ABI compatibility, thus
you can only build with the released versions.

regards,
Nikos




reply via email to

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