Please help me solve problems abort compile wine

Questions about Wine on Linux
Locked
fanwenjie
Newbie
Newbie
Posts: 2
Joined: Wed Sep 14, 2022 2:35 am

Please help me solve problems abort compile wine

Post by fanwenjie »

I have 2 Problems
1. when I make source, It show error
tools/sfnt2fon/sfnt2fon -q -o fonts/coue1255.fon fonts/courier.ttf -d 128 13,1255,8
tools/sfnt2fon/sfnt2fon -q -o fonts/coue1256.fon fonts/courier.ttf -d 128 13,1256,8
tools/sfnt2fon/sfnt2fon -q -o fonts/coue1257.fon fonts/courier.ttf -d 128 13,1257,8
tools/sfnt2fon/sfnt2fon -q -o fonts/coure.fon fonts/courier.ttf -d 128 13,1252,8
Error: Error: Error: Cannot open face fonts/courier.ttf

2. when I clear fonts/Makefile.in and compile and run d3d Program, It show Error
0024:err:d3d:wined3d_caps_gl_ctx_create Failed to find a suitable pixel format.
0024:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 009EE218.
The program can run correctly by wine which installed by "apt install", How to configure and run d3d Programs correctly by wine which be compiled from source?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Please help me solve problems abort compile wine

Post by jkfloris »

Before you run make, you have done configure. This script shows which problems were found. This is also stored in the config.log file. Did configure find any problems?
Locked