[PATCH] Adjust FT_MulFix function to Freetype cvs head.

Shunichi Fuji palglowr at gmail.com
Wed Sep 3 06:14:17 CDT 2008


Because recent freetype update, I got error while building wine.
http://lists.nongnu.org/archive/html/freetype-cvs/2008-09/msg00003.html

----
i686-pc-linux-gnu-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  -O2 -march=athlon-xp -pipe  -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:5142: error: called object 'pFT_MulFix' is not a function
freetype.c:5143: error: called object 'pFT_MulFix' is not a function
freetype.c:5145: error: called object 'pFT_MulFix' is not a function
freetype.c:5153: error: called object 'pFT_MulFix' is not a function
freetype.c:5153: error: called object 'pFT_MulFix' is not a function
freetype.c:5157: error: called object 'pFT_MulFix' is not a function
freetype.c:5161: error: called object 'pFT_MulFix' is not a function
freetype.c:5241: error: called object 'pFT_MulFix' is not a function
freetype.c:5242: error: called object 'pFT_MulFix' is not a function
freetype.c:5243: error: called object 'pFT_MulFix' is not a function
freetype.c:5244: error: called object 'pFT_MulFix' is not a function
freetype.c:5245: error: called object 'pFT_MulFix' is not a function
freetype.c:5246: error: called object 'pFT_MulFix' is not a function
freetype.c:5247: error: called object 'pFT_MulFix' is not a function
freetype.c:5248: error: called object 'pFT_MulFix' is not a function
freetype.c:5249: error: called object 'pFT_MulFix' is not a function
freetype.c:5254: error: called object 'pFT_MulFix' is not a function
freetype.c:5255: error: called object 'pFT_MulFix' is not a function
freetype.c:5256: error: called object 'pFT_MulFix' is not a function
freetype.c:5257: error: called object 'pFT_MulFix' is not a function
freetype.c:5258: error: called object 'pFT_MulFix' is not a function
freetype.c:5259: error: called object 'pFT_MulFix' is not a function
freetype.c:5260: error: called object 'pFT_MulFix' is not a function
freetype.c:5261: error: called object 'pFT_MulFix' is not a function
freetype.c:5262: error: called object 'pFT_MulFix' is not a function
freetype.c:5263: error: called object 'pFT_MulFix' is not a function
freetype.c:5268: error: called object 'pFT_MulFix' is not a function
freetype.c:5269: error: called object 'pFT_MulFix' is not a function
make[2]: *** [freetype.o] Error 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Adjust-FT_MulFix-function-to-Freetype-cvs-head.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080903/b125ff56/attachment.bin 


More information about the wine-patches mailing list