Since some time i get a build error at gnutls in the gnulib part. I've used gnutls and gnulib from git.

http://sourceforge.net/p/msys2/mailman/message/32957469/

make[3]: Entering directory '/build64/gnutls/lib/x509'
  CC       common.lo
In file included from ./../../gl/time.h:39:0,
                 from ./../../gl/sys/stat.h:44,
                 from ./../gnutls_int.h:52,
                 from common.c:23:
./../../gl/time.h:461:1: error: expected identifier or '(' before '{' token
_GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
 ^
./../../gl/time.h:483:1: error: expected identifier or '(' before '{' token
 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
 ^
Makefile:1384: recipe for target 'common.lo' failed
make[3]: *** [common.lo] Error 1
make[3]: Leaving directory '/build64/gnutls/lib/x509'
Makefile:1819: recipe for target 'install-recursive' failed
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory '/build64/gnutls/lib'
Makefile:1976: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/build64/gnutls/lib'
Makefile:1384: die Regel für Ziel „install-recursive“ scheiterte
make: *** [install-recursive] Fehler 1

Reply via email to