search for: ft_mulfix

Displaying 5 results from an estimated 5 matches for "ft_mulfix".

Did you mean: pft_mulfix
2009 Jun 25
1
error: ‘FT_MulFix’ undeclared here
.../dlls/gdi32' 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:5010: error: called object ?pFT_MulFix? is not...
2010 Dec 28
5
compile wine 1.1.1
I need help to compile wine 1.1.1 but I got this: Code: 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:5010: error: called object ?pFT_MulFix? is not...
2011 Jun 20
2
Re: Help compiling an older version of wine on 64 bit Fedora 14
...Code: gcc -m32 -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:14: error: ?FT_MulFix? undeclared here (not in a function) freetype.c:166:1: warning: type defaults to ?int? in declaration of ?pFT_MulFix? freetype.c: In function ?WineEngGetOutlineTextMetrics?: freetype.c:5113:27: error: called object ?pFT_MulFix? is not a function freetype.c:5114:28: error: called object ?pFT_MulFix?...
2010 Jun 20
4
I can compile old wine from download page, but not from git?
Hello again. The problem is - when I download wine - let say 0.9.53 from here: http://ibiblio.org/pub/linux/system/emulators/wine/wine-0.9.53.tar.bz2 I can compile it on Debian Lenny without problems, however - when I use git like this: git clone git://source.winehq.org/git/wine.git wine-git cd wine-git git-reset wine-0.9.53 git checkout -f ./configure && make depend && make I
2008 Sep 05
0
Wine release 1.1.4
...CP_UNIXCP instead of CP_ACP in libxmlFatalError as the input string is one generated by a native OS function. Roy Shea (3): mstask: Implemented PersistFile_Save stub. mstask: Implemented CreateTrigger. mstask: Implemented (Set|Get)Trigger. Shunichi Fuji (1): gdi32: Adjust FT_MulFix function to Freetype cvs head. Stefan D?singer (50): wined3d: Override the default filter of conditional np2 textures. wined3d: Make sure the pixel shader is compiled. wined3d: Remove a few texture initializations. wined3d: Get a GL context before creating a PBO. wine...