From your log:
Cross C++ compiler: wineg++ (gcc 5.5.0)
The build requirements clearly state MinGW 6.0 as a requirement, which includes GCC 8.0. It might build on GCC 7.x, but definitely not on older versions which don't even support C++17.
I suppose it builds on Slackware current without mingw because it has gcc-8.3.0? Its kind of unfortunate to not support older compilers when even vulkan-sdk will build with gcc-5.5.0, but its your call.
It doesn't really matter.
If you have compilers that are that old then your drivers are likely equally outdated.
If you have compilers that are that old then your drivers are likely equally outdated.
Mesa (11.2.2) users may be out of luck, but the nvidia drivers (418.56) and vulkan-sdk (1.1.106.0) are recent. Of course obtaining a more modern mesa is far easier than a newer compiler for the average user.
Nothing extracted yet.
I am trying to build
dxvkfrom source onSlackware64-14.2and am encountering build issues.I am building
dxvklike this which works on the more recent developmentalSlackware64-current. Unfortunately it would help a lot if this also worked on the older release so thatdxvkcan be added to slackbuilds.org.System information
Slackware64-14.22.234.01.0.30.49.01.9.0Log files
Build log: dxvk.ninja.log