error: ‘FT_MulFix’ undeclared here

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
manoj96067
Level 1
Level 1
Posts: 6
Joined: Tue Jun 23, 2009 6:48 am

error: ‘FT_MulFix’ undeclared here

Post by manoj96067 »

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
******************************************************************

Thanks in advance.

Regards,
Manoj Kumar
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

error: ‘FT_MulFix’ undeclared here

Post by austin987 »

On Thu, Jun 25, 2009 at 12:29 AM, manoj96067<[email protected]> 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
Locked