protonscr

x86_64-w64-mingw32-gcc error on ArchLinux

dxvkclosed question
doitsujin/dxvk#1343 · opened 2020-01-16 by darksystem23 · updated 2020-01-16 · 2 comments · github
Ddarksystem23 2020-01-16 github

Hello I'm using Archlinux and I was trying to copy dxvk to the lutris runtime with a custom folder and I have this issue:

[aaron@aspire-e5-573 dxvk]$ ./package-release.sh master /home/aaron/.local/share/lutris/runtime/dxvk/dxvk-git --no-package
The Meson build system
Version: 0.53.0
Source dir: /home/aaron/dxvk
Build dir: /home/aaron/.local/share/lutris/runtime/dxvk/dxvk-git/dxvk-master/build.64
Build type: cross build
Project name: dxvk
Project version: v1.5.1
C compiler for the build machine: cc (gcc 9.2.0 "cc (GCC) 9.2.0")
C linker for the build machine: cc GNU ld.bfd 2.33.1
C++ compiler for the build machine: c++ (gcc 9.2.0 "c++ (GCC) 9.2.0")
C++ linker for the build machine: c++ GNU ld.bfd 2.33.1

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

A full log can be found at /home/aaron/.local/share/lutris/runtime/dxvk/dxvk-git/dxvk-master/build.64/meson-logs/meson-log.txt

I already read the solution, but that is for Debian, and I'm using Archlinux.

Software information

Name of the game, settings used etc.

System information

  • GPU: Intel HD 5500
  • Driver: 19.4
  • Wine version: Wine Staging 5.0rc4-1
  • DXVK version: latest master
Mmisyltoad 2020-01-16 github

Install MinGW

Ddoitsujin maintainer 2020-01-16 github

Nothing extracted yet.