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.
http://bugs.winehq.org/show_bug.cgi?id=21722
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2010-02-15 03:37:10 --- All you should need is to make sure that freetype-config is in your PATH.
http://bugs.winehq.org/show_bug.cgi?id=21722
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-15 08:56:36 --- Closing invalid
http://bugs.winehq.org/show_bug.cgi?id=21722
John Doe johndoe32102002@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from John Doe johndoe32102002@gmail.com 2010-02-15 20:23:03 --- Alexandre:
How do I set the PATH to freetype-config when I do not have root access?
Vitaliy:
This should be reopened as a suggestion/feature request. I would like to see more detail in the ./configure script's output when others receive this error.
Thanks, John
http://bugs.winehq.org/show_bug.cgi?id=21722
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-15 20:24:13 --- Huh what? No, your config is invalid. You missing an important part of the package.
http://bugs.winehq.org/show_bug.cgi?id=21722
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-15 20:25:09 --- Closing. And yes, you can alter your PATH: export PATH=/path/to/freetype-config/;$PATH ./configure &....