[Wine] Re: I can compile old wine from download page, but not from git?

fcmartins wineforum-user at winehq.org
Sun Jun 20 03:34:15 CDT 2010


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.







More information about the wine-users mailing list