http://bugs.winehq.org/show_bug.cgi?id=18562
--- Comment #8 from Austin English austinenglish@gmail.com 2009-05-27 10:46:45 --- (In reply to comment #7)
(In reply to comment #6)
(In reply to comment #5)
freetype.c: In function 'WineEngGetOutlineTextMetrics': freetype.c:5119: error: the called object 'pFT_MulFix' is not a function
I think that was fixed by commit de251e1c62651d8160b340a4fb9d0f9834a8e538, you'll probably have to apply that manually when compiling old Wine versions (or use an older freetype).
I am very sorry but I am absolute newbie to git. Could you please give me any instructions on how to apply commit de251... to e.g. wine-1.1.0 or 1.1.1?
$ git reset --hard wine-1.1.0 $ git show de251e1c62651d8160b340a4fb9d0f9834a8e538 | patch -p1