protonscr

buidling x32 from source error - No such file or directory: 'i686-w64-mingw32-gcc'"

dxvkclosed
doitsujin/dxvk#4781 · opened 2025-03-18 by estatistics · updated 2025-03-18 · 1 comments · github
Eestatistics 2025-03-18 github

debian trixie

CPU: 12-core AMD Ryzen 9 5900X (-MT MCP-) speed/min/max: 3693/550/4951 MHz
Kernel: 6.12.17-amd64 x86_64 Up: 2h 12m Mem: 3.87/31.27 GiB (12.4%)
Storage: 7.32 TiB (45.9% used) Procs: 500 Shell: Bash inxi: 3.3.37

meson setup --cross-file build-win32.txt --buildtype release --prefix /somefolders/dxvk/wine_dvxk/ build.w32
The Meson build system
Version: 1.7.0
Source dir: ....
Build dir: ......
Build type: cross build
Project name: dxvk
Project version: 2.6.0

meson.build:1:0: ERROR: Unknown compiler(s): [['i686-w64-mingw32-gcc']]
The following exception(s) were encountered:
Running i686-w64-mingw32-gcc --version gave "[Errno 2] No such file or directory: 'i686-w64-mingw32-gcc'"

Eestatistics 2025-03-18 github

solved! you must
sudo apt install g++-mingw-w64-i686-posix

Nothing extracted yet.