protonscr

mutex issue

dxvkclosed
doitsujin/dxvk#1880 · opened 2021-01-03 by sildeag · updated 2021-01-03 · 1 comments · github
Ssildeag 2021-01-03 github

many of these types of errors: note: ‘std::mutex’ is defined in header ‘’; did you forget to ‘#include ’?

this was helpful.

Use POSIX threading model for MINGW:

$ sudo update-alternatives --config i686-w64-mingw32-gcc

$ sudo update-alternatives --config i686-w64-mingw32-g++
<choose i686-w64-mingw32-g++-posix from the list>

$ sudo update-alternatives --config x86_64-w64-mingw32-gcc

$ sudo update-alternatives --config x86_64-w64-mingw32-g++
<choose x86_64-w64-mingw32-g++-posix from the list>

Ssildeag 2021-01-03 github

sorry already documented.

Nothing extracted yet.