On Thu, Jun 25, 2009 at 12:29 AM, manoj96067<wineforum-user@xxxxxxxxxx> wrote: > Hi, > > I am using ubuntu 9.04. I have installed ubuntu 9.04. And then downloaded wine-1.0.1.tar.bz2 from winhq/download site. Then follow following steps: > > 1) Untar files: > tar jxvf wine-1.0.1.tar.bz2 > 2) cd wine-1.0.1/ > 3) ./tools/wineinstall > > During step three, following error comes: > ******************************************** > make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/fusion' > make[2]: Entering directory `/home/manoj/wine-1.0.1/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 a function > freetype.c:5012: error: called object ‘pFT_MulFix’ is not a function > make[2]: *** [freetype.o] Error 1 > make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/gdi32' > make[1]: *** [gdi32] Error 2 > make[1]: Leaving directory `/home/manoj/wine-1.0.1/dlls' > make: *** [dlls] Error 2 > ****************************************************************** You're freetype is too new. Upgrade to wine 1.1.24. -- -Austin