Compiling 32bit Wine in CentOS 6.4 (x86_64): freetype error

Questions about Wine on Linux
Locked
eniw
Level 1
Level 1
Posts: 9
Joined: Thu Mar 17, 2011 6:39 pm

Compiling 32bit Wine in CentOS 6.4 (x86_64): freetype error

Post by eniw »

I want to use wine to run 32bit Windows apps in CentOS 6.4 (x86_64). I downloaded and compiled wine-1.7.2 source but get this error when I do configure:

Code: Select all

checking for lcms2.h... no
checking for -lfreetype... not found
configure: error: FreeType 32-bit development files not found. Fonts will not be built.
Use the --without-freetype option if you really want this.
I do have freetype-devel.i686 installed though so I'm not sure why I'm getting that error.

Code: Select all

root@new-host-7 wine-1.7.2]# rpm -qa | grep -i freetype | sort
freetype-2.3.11-6.el6_2.9.i686
freetype-2.3.11-6.el6_2.9.x86_64
freetype-devel-2.3.11-6.el6_2.9.i686
Any ideas?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Compiling 32bit Wine in CentOS 6.4 (x86_64): freetype er

Post by dimesio »

Check the config.log for more details. You may need to make a symlink.
eniw
Level 1
Level 1
Posts: 9
Joined: Thu Mar 17, 2011 6:39 pm

Re: Compiling 32bit Wine in CentOS 6.4 (x86_64): freetype er

Post by eniw »

I fixed it. On a whim I installed freetype-devel.x86_64, it compiles now.
Locked