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'"
i686-w64-mingw32-gcc --version
solved! you must sudo apt install g++-mingw-w64-i686-posix
Nothing extracted yet.
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 --versiongave "[Errno 2] No such file or directory: 'i686-w64-mingw32-gcc'"