compilation error with gnutls 2.12.10 a,d mingw-w64

Nikos Mavrogiannopoulos nmav at gnutls.org
Sat Oct 8 12:49:49 CEST 2011


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




More information about the Gnutls-devel mailing list