http://bugs.winehq.org/show_bug.cgi?id=13344
--- Comment #35 from BlackSir blacksir@gmail.com 2010-04-27 02:28:13 --- Hi Mathias! I can't compile wine with the latest version of the patch. Make fails with:
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 -Wtype-limits -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:5009: error: called object ‘pFT_MulFix’ is not a function <...> freetype.c:5137: error: called object ‘pFT_MulFix’ is not a function make[2]: *** [freetype.o] Error 1 make[2]: Leaving directory `/home/blacksir/Make/wine-1.0.1/dlls/gdi32' make[1]: *** [gdi32] Error 2 make[1]: Leaving directory `/home/blacksir/Make/wine-1.0.1/dlls' make: *** [dlls] Error 2