Time Nick Message 16:32 Beton_ I'm trying to cross compile minetest for windows on Debian 9 using MinGW compiler, but I'm getting errors with missing std:thread and mutex libraries. What can I do with these errors? MinGW doesn't support standard thread and mutex libraries? 16:35 nerzhul Beton_: read the .gitlab-ci.yml file which builds on Debian 9 using mingw 16:35 nerzhul (note: you don't need to compile it yourselve, just go to gitlab minetest pipeline and take your archive for the commit you want) 16:35 nerzhul yourself*