gnutls-devel
[Top][All Lists]
Advanced

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

Re: compilation error with gnutls 2.12.10 a,d mingw-w64


From: Nikos Mavrogiannopoulos
Subject: Re: compilation error with gnutls 2.12.10 a,d mingw-w64
Date: Sat, 08 Oct 2011 12:49:49 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.21) Gecko/20110831 Icedove/3.1.13

On 10/08/2011 12:22 PM, Vincent Torri wrote:

I cross compile on linux to Windows using mingw-w64. uint8_t is used in
cli.c but it's not defined. I don't understand why unsigned char is not
used.

Hi,
uint8_t is a C99 type defined in stdint.h. I've reverted it to unsigned char, because gnutls is supposed to compile with C89 compilers as well (I don't know whether this is really true today).

regards,
Nikos



reply via email to

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