http://bugs.winehq.org/show_bug.cgi?id=21722
Summary: FreeType blocks Wine compilation Product: Wine Version: 1.1.38 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: johndoe32102002@gmail.com
Even after downloading, compiling, making, and make installing the Feb. 12, 2010 FreeType to /home/user/freetype, I am unable to compile wine into /home/user/wine with ./configure --verbose --prefix=/home/user/wine --with-freetype=/home/user/freetype && make && make install
This is the exact error below.
configure: error: FreeType development files not found. Fonts will not be built. Use the --without-freetype option if you really want this.
Please note I do not have root or sudo access. A fix would be to include the command statement *TO* include FreeType, not to *IGNORE* it. Thanks.