IIRC it looks like you're missing pthreads support in your mingw-w64 toolchain.
@rtentser So https://github.com/doitsujin/dxvk#troubleshooting then since it is Debian...
DXVK requires threading support from your mingw-w64 build environment. If you are missing this, you may see "error: 'mutex' is not a member of 'std'". On Debian and Ubuntu, this can usually be resolved by using the posix alternate, which supports threading. For example, choose the posix alternate from these commands (use i686 for 32-bit):
update-alternatives --config x86_64-w64-mingw32-gcc
update-alternatives --config x86_64-w64-mingw32-g++
Oh. Sorry, didn't see this solution. Thank you for answers! Closed then.
@rtentser So https://github.com/doitsujin/dxvk#troubleshooting then since it is Debian...
DXVK requires threading support from your mingw-w64 build environment. If you are missing this, you may see "error: 'mutex' is not a member of 'std'". On Debian and Ubuntu, this can usually be resolved by using the posix alternate, which supports threading. For example, choose the posix alternate from these commands (use i686 for 32-bit):
update-alternatives --config x86_64-w64-mingw32-gcc
update-alternatives --config x86_64-w64-mingw32-g++
Thanks!!!
Nothing extracted yet.
Hi there.
I'm trying to build dxvk on debian bullseye and get many errors.
I've tried master, v1.5.0, v1.4.6 and v1.3.4.