All was going fine with this regression, twice through. Then when i got to the time when I enter: Code: CC="ccache gcc" ./configure --verbose && make depend && make The last few lines of output are: Code: ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o schannel.o schannel.c schannel.c:61: error: ?gnutls_mac_get_key_size? undeclared here (not in a function) schannel.c:61: warning: type defaults to ?int? in declaration of ?pgnutls_mac_get_key_size? schannel.c: In function ?schan_QueryContextAttributesW?: schannel.c:856: error: called object ?pgnutls_mac_get_key_size? is not a function make[2]: *** [schannel.o] Error 1 make[2]: Leaving directory `/home/colin/wine-git/dlls/secur32' make[1]: *** [secur32] Error 2 make[1]: Leaving directory `/home/colin/wine-git/dlls' make: *** [dlls] Error 2 This does not look good. What should I do?