Alan_H wrote: > This quote shows what happened during the make: > > Code: > .... (many lines, a few hundred?, generated by the "make") > freetype.c:5031: error: called object ?pFT_MulFix? is not a function > freetype.c:5032: error: called object ?pFT_MulFix? is not a function > make[2]: *** [freetype.o] Error 1 > make[2]: Leaving directory `/home/alan/wine-git/dlls/gdi32' > make[1]: *** [gdi32] Error 2 > make[1]: Leaving directory `/home/alan/wine-git/dlls' > make: *** [dlls] Error 2 > <prompt> > > > You might need to clean tree before doing configure & make using 'git clean -x'.