[Wine] Re: wine install mac os x (x86)

Ojas Parekh wine at parekhmail.net
Thu Nov 9 11:46:58 CST 2006


Patrick <beforegod <at> myrealbox.com> writes:

> 
> Hi,
> 
> the configure scripts looks on mac only in the /usr/include folder.
> So make an symbolic link ln -s /opt/include/ft2 /usr/include/ft2 and  
>

> > 	Wine cannot find the FreeType font library.  To enable Wine to
> > 	use True Type fonts please install a version of FreeType greater than
> > 	or equal to 2.0.5.
> > 	http://www.freetype.org
> > This message is repeated one more time.
> >

Note that even though the configure process finds freetype2, it may not
find it at runtime.

Another option is to add the directory in which freetype is installed to your
DYLD_LIBRARY_PATH:

e.g. for bash, export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:/opt...

You may prefer to use the DYLD_FALLBACK_LIBRARY_PATH instead; see
the dyld man page for the difference.

-Ojas




More information about the wine-users mailing list