Bruno Haible <br...@clisp.org> writes: >> I got a report about SIZE_MAX problems: >> >> In file included from ../gnutls_int.h:29, >> from opencdk.h:30, >> from kbnode.c:31: >> ../config.h:357:1: warning: "SIZE_MAX" redefined >> In file included from ./../gl/stdlib.h:52, >> from kbnode.c:28: >> ./../gl/stdint.h:473:1: warning: this is the location of the previous >> definition > > From looking at gnutls-2.6.6, it appears that the problem is that kbnode.c > includes <config.h>, then includes <stdlib.h> which includes <stdint.h>, and > then later indirectly includes <gnutls_int.h> which also includes <config.h>. > This is a bit unusual, but not wrong. gnulib should support this. I'm > applying this fix:
Thanks! /Simon