protonscr

Fail when using ninja install

dxvkclosed
doitsujin/dxvk#2557 · opened 2022-03-22 by witcherenjoyer · updated 2022-03-28 · 4 comments · github
Wwitcherenjoyer 2022-03-22 github

Hi. I am having an issue, i am following the instructions as stated on the github homepage and i am having the following output when i use ninja install. i am really not sure how to read this output and i cant figure out what i am missing or doing wrong. im sure the fix is easy but i am a big noob. thank you!
https://pasta.cf/skate-museum

SSveSop 2022-03-22 github

From first glance, it may seem like you are using too old mingw-w64.
Ref. README build requirements: [Mingw-w64](https://www.mingw-w64.org/) compiler and headers (at least version 8.0)

Verify that you are using 8.0 or newer.

You should perhaps also consider getting a newer version of Python than you are using.

From the buildlog it just reads "SUSE Linux" - dunno what version of SUSE you are using? You might need to jumpt through some hoops getting updated packages (i am not familiar with suse).

Wwitcherenjoyer 2022-03-22 github

Hi. Im on opensuse leap 15.3, and i installed mingw through the package manager, and this is the version i have for the package mingw64-gcc is 9.2.0-bp153.1.72. should i look for a different package name to see the version?
i also installed python39 but im using the latest python3 in my repos as well.

SSveSop 2022-03-22 github

I do not use OpenSUSE, so i do not really know how or where to get packages for that. Afaik mingw-w64-gcc-9.2 comes with the mingw-w64-7.0 package, and is too old.

If you do not really need to compile DXVK yourself for some spesific reason (custom patches or whatnot), you should just grab the binary packages and use those.
https://github.com/doitsujin/dxvk/releases

Wwitcherenjoyer 2022-03-22 github

Ah, that makes it much easier. i appreciate the help sorry for noob questions man. thank you

Nothing extracted yet.