http://bugs.winehq.org/show_bug.cgi?id=35018
Bug #: 35018 Summary: build fails with freetype 2.5.1 Product: Wine Version: 1.7.7 Platform: x86-64 OS/Version: Mac OS X Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine-2013@ryandesign.com Classification: Unclassified
wine does not build with freetype 2.5.1:
checking for -lfreetype... libfreetype.6.dylib checking for ft2build.h... yes 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 development files not found. Fonts will not be built. Use the --without-freetype option if you really want this.
This was reported to the MacPorts project here: https://trac.macports.org/ticket/41605 (I am the maintainer of wine and freetype in MacPorts)
This is because freetype 2.5.1 finally changed the header file locations, several years after warning that hardcoding these header file locations is deprecated. See the freetype CHANGES file:
CHANGES BETWEEN 2.5 and 2.5.1
...
II. IMPORTANT CHANGES
...
- The header file layout has been changed. After installation, all files are now located in `<prefix>/include/freetype2'.
Applications that use (a) `freetype-config' or FreeType's `pkg-config' file to get the include directory for the compiler, and (b) the documented way for header inclusion like
#include <ft2build.h> #include FT_FREETYPE_H ...
don't need any change to the source code.
http://bugs.winehq.org/show_bug.cgi?id=35018
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net 2013-11-29 22:28:59 CST --- Duplicate.
*** This bug has been marked as a duplicate of bug 35010 ***
http://bugs.winehq.org/show_bug.cgi?id=35018
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Austin English austinenglish@gmail.com 2013-12-02 15:28:49 CST --- Closing.