With the latest Wine (0.9.12), I get no characters appearing in any graphical program under Wine. I tried installing the latest fontforge (20060413), and doing a "make clean && make depend && make", to no change. I tried deleting all installed Wine files and installing the Wine RPM from Sourceforge, with the same results. This is under SuSE 9.3.
David D. Hagood <wowbagger@sktc.net> wrote:> I tried deleting all installed Wine files and installing the Wine RPM > from Sourceforge, with the same results. > > This is under SuSE 9.3.The SuSE 9.3 RPM is known broken. If I understand correctly, you didn't do a complete cleaning of your system before compiling wine. Maybe you should do that and repeat the ./configure; make depend; make cycle. Make sure that the configure output shows that fontforge was found. Daniel
Hi David Exact same problem here - also SuSE 9.3 I started from the wine source, installed the latest fontforge rpm, applied Marcus's diff (wout the freetype mod - havent rechecked this to see if this is a root cause) and then built wine using tools/wineinstall. It worked fine for me.. Cheers Bob David D. Hagood wrote:> > > With the latest Wine (0.9.12), I get no characters appearing in any > graphical program under Wine. I tried installing the latest fontforge > (20060413), and doing a "make clean && make depend && make", to no change. > > I tried deleting all installed Wine files and installing the Wine RPM > from Sourceforge, with the same results. > > This is under SuSE 9.3. > >