Autobuild failures

2014-05-07 Thread Steve Holme
Dear friends, I fixed up some autobuild failures earlier today but noticed a couple of MinGW builds are still failing: * GetFileSizeEx() as normally declared in winbase.h and used in /tests/server/sockfilt.c doesn't appear to be defined [1] * GNUTLS_CIPHER_AES_128_GCM Is not declared in /lib

Re: Autobuild failures

2014-05-07 Thread Dan Fandrich
On Wed, May 07, 2014 at 09:04:55PM +0100, Steve Holme wrote: I fixed up some autobuild failures earlier today but noticed a couple of MinGW builds are still failing: * GetFileSizeEx() as normally declared in winbase.h and used in /tests/server/sockfilt.c doesn't appear to be defined [1

RE: Autobuild failures

2014-05-07 Thread Steve Holme
On Wed, 07 May 2014, Dan Fandrich wrote: * GNUTLS_CIPHER_AES_128_GCM Is not declared in /lib/vtls/gtls.c [2] This is defined in /usr/include/gnutls/gnutls.h in GnuTLS 3.1.16. This build is compiling against 2.8.1, so it's likely just too old to support this define. Do we need to / should

Re: Autobuild failures

2014-05-07 Thread Marc Hoersken
On 07.05.2014 22:04, Steve Holme wrote: * GetFileSizeEx() as normally declared in winbase.h and used in /tests/server/sockfilt.c doesn't appear to be defined [1] [1] - http://curl.haxx.se/dev/log.cgi?id=20140507164005-11370#prob1 I tested GetFileSizeEx() sucessfully using the five

Re: Autobuild failures

2014-05-07 Thread Dan Fandrich
On Wed, May 07, 2014 at 10:13:44PM +0100, Steve Holme wrote: On Wed, 07 May 2014, Dan Fandrich wrote: * GNUTLS_CIPHER_AES_128_GCM Is not declared in /lib/vtls/gtls.c [2] This is defined in /usr/include/gnutls/gnutls.h in GnuTLS 3.1.16. This build is compiling against 2.8.1, so it's