Well, I've done slightly different with > git reset > git checkout wine-0.9.53 and got different errors: ccache gcc -c -I. -I. -I../../include -I../../include -I/usr/include/freetype2 -D__WINESRC__ -D_GDI32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o freetype.o freetype.c freetype.c:166: error: ?FT_MulFix? undeclared here (not in a function) freetype.c:166: warning: type defaults to ?int? in declaration of ?pFT_MulFix? freetype.c: In function ?WineEngGetOutlineTextMetrics?: freetype.c:4277: error: called object ?pFT_MulFix? is not a function freetype.c:4278: error: called object ?pFT_MulFix? is not a function I guess these are due to unspotted mismatches of expected header files.