On Fri, Aug 05, 2016 at 03:35:44AM +0200, Enrico Forestieri wrote: > On Thu, Aug 04, 2016 at 04:22:50PM +0100, Guillaume Munch wrote: > > > * If so, are LyX devs ready to officially deny support for mingw + win32 > > threads? > > Note that in this case I will not be able to compile a native Windows > version of LyX (I am not going to install MSVC) and will not be able > to investigate Windows specific bugs.
Anyway, according to this stackoverflow answer: http://stackoverflow.com/questions/17242516/mingw-w64-threads-posix-vs-win32#answer-30390278 using winpthreads actually means that posix threads are being used. So, this is not a matter of mingw+win32 vs mingw+posix threads, but rather that call_once is not supported by mingw. -- Enrico