http://bugs.winehq.org/show_bug.cgi?id=35010
Bug #: 35010 Summary: [Freetype]Impossible to compile Wine Product: Wine Version: 1.7.4 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: berillions@gmail.com Classification: Unclassified
Hi,
Actually, it's impossible to compile Wine in Debian Sid when i use a 32-bits chroot. Compile wine 64-bits does not work too.
I have this message in my 32-bits/64-bits chroot : checking for freetype/freetype.h... no checking for freetype/ftglyph.h... no checking for freetype/fttypes.h... no checking for freetype/tttables.h... no checking for freetype/ftsnames.h... no checking for freetype/ttnameid.h... no checking for freetype/ftoutln.h... no checking for freetype/ftwinfnt.h... no checking for freetype/ftmodapi.h... no checking for freetype/ftlcdfil.h... no checking for FT_TrueTypeEngineType... no configure: error: FreeType 32-bit/FreeType development files not found. Fonts will not be built. Use the --without-freetype option if you really want this.
I search where come from the problem and i found that the latest update (28 Nov 2013) of libfreetype6-dev in Debian Sid is the .
In Debian Stable/Testing, it's libfreetype6-dev version 2.4.9-1.1. With this version, all .h files are located here : /usr/include/freetype2/freetype/{freetype/ftglyph/...}.h
In Debian Sid, since the update (version 2.5.1-1), there files are now located in this place : /usr/include/freetype2/{freetype/ftglyph/...}.h
If i reinstall the old version from Jessie (Debian Testing), it works without problem.
Thanks, Max