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:
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.