hello,
i like to install wine 1.0.1 because i heard that only with this kindle for pc is working.
so i tried to install it from source and with wineinstaller
also installed the packages that are recommended in the readme info.
./configure ° works
make depend ° works
make gives after long time this error
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:14: error: ‘FT_MulFix’ undeclared here (not in a function)
freetype.c: In function ‘WineEngGetOutlineTextMetrics’:
freetype.c:5009:27: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5010:28: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5011:36: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5020:28: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5020:28: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5024:36: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5028:36: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5109:40: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5110:41: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5111:41: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5112:46: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5113:42: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5114:48: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5115:49: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5116:47: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5117:50: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5122:51: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5123:51: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5124:53: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5125:53: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5126:53: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5127:53: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5128:55: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5129:55: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5130:48: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5131:52: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5136:53: error: called object ‘pFT_MulFix’ is not a function
freetype.c:5137:50: error: called object ‘pFT_MulFix’ is not a function
make[2]: *** [freetype.o] Fehler 1
make[2]: Leaving directory `/home/richard/Downloads/wine-1/wine-1.0.1/dlls/gdi32'
make[1]: *** [gdi32] Fehler 2
make[1]: Leaving directory `/home/richard/Downloads/wine-1/wine-1.0.1/dlls'
make: *** [dlls] Fehler 2
has someone got a clue what went wrong?
thanks
Wine 1.0.1 on Debian Wheezy / MAKE fails
Re: Wine 1.0.1 on Debian Wheezy / MAKE fails
I don't know where you heard that, but it's wrong. I use Kindle for PC, and it works perfectly fine in 1.7.15 as long as you have Times New Roman and Courier New installed. It should work perfectly fine in any Wine version since 1.5.7.mrkapqa wrote: i like to install wine 1.0.1 because i heard that only with this kindle for pc is working.
As for your problem building, it's because you're trying to compile an ancient version of Wine on a modern system--specifically, modern freetype. There used to be a patch in the wiki to work around it, but I can't find it at the moment.