[Bug 4995] Missing Glyphs for characters: System (non ttf) fonts unusable

Wine Bugs wine-bugs at winehq.org
Fri Apr 7 11:30:53 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=4995





------- Additional Comments From pete4abw at comcast.net  2006-07-04 11:30 -------
It appears wine requires a newer version of fontforge. However, in configure.ac
there is no test for a particular version. Thus, if fontforge 20050502 is
installed, configure will not complain, but wine > 0.9.9 will not create usable
fonts. Therefore, it appears the resolution is to add a test to configure.ac so
that the output of fontforge --version contains 2006. This bug is resolved when
wine > 0.9.9 is built with fontforge 20060114 installed.

A simple test like this works:

# if fontforge --version | grep 2006; then echo "OK"; fi

Not sure of the best way to accomplish this in configure.ac. However, some kind
of test must be done.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list