Can you please post the output of gcc -v and i686-w64-mingw32-gcc -v ?
See the Troubleshooting section in the readme.
the output of gcc -v is "gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9)"
but i have gcc-7 installed. but there the command is gcc-7. do i have to symlink this?
the Troubleshooting didn't help.
mingw-gcc 5.4 is not supported, you need 7.0 at least (some 6.x versions may still work). Please note that your native gcc version has nothing to do with your mingw-gcc version.
I'd recommend asking on the Mint forums if there are any remotely up to date packages and why the hell they are shipping a two-year old mingw package with a 2018 release.
Note this also affects Debian Stretch. There's no backports package, and Buster is at least a year out. All other requirements are met.
Native C compiler: ccache cc (gcc 6.3.0 "cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516")
Cross C compiler: /usr/bin/x86_64-w64-mingw32-gcc (gcc 6.3.0)
Native C++ compiler: ccache c++ (gcc 6.3.0 "c++ (Debian 6.3.0-18+deb9u1) 6.3.0 20170516")
Cross C++ compiler: /usr/bin/x86_64-w64-mingw32-g++ (gcc 6.3.0)
If there is no intention of supporting Debian stable, it would be nice to at least add mingw-gcc version requirements information to the README.md to save someone else the time.
DXVK_LOG_LEVELx1 2018-03DXVK_LOG_PATHx1 2018-03
Hello there,
i tried today, and after some trying around i am now total lost.
using linux mint 18.3 with 4.13.0-37 kernel
meson is 0.46.0.dev1
ninja: 1.8.2
wine: wine-3.4
glslang is installed
but when i want to compile i get following error (not just this, the actual error is extreme long, much to long to post. if this doesnt help i will try to add it as log)
thanks in advance for some kind help!