jdx-gh

Results 7 comments of jdx-gh

There are similar issues in main.cpp in lines 942, 973 and 2588.

I am sure: ``` $ gcc -v Using built-in specs. COLLECT_GCC=C:\Tools\MSYS\mingw64\bin\gcc.exe COLLECT_LTO_WRAPPER=C:/Tools/MSYS/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/lto-wrapper.exe Target: x86_64-w64-mingw32 Configured with: ../gcc-11.2.0/configure --prefix=/mingw64 --with-local-prefix=/mingw64/local --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --with-native-system-header-dir=/mingw64/x86_64-w64-mingw32/include --libexecdir=/mingw64/lib --enable-bootstrap --enable-checking=release --with-arch=x86-64 --with-tune=generic --enable-languages=c,lto,c++,fortran,ada,objc,obj-c++,jit --enable-shared...

The problem has been fixed so I believe the ticket can be closed.

FYI, due to this "innocent issue" tests were ended with "segmentation fault". So now I have kinda strange situation on Windows: the program and tests are build successfully, all tests...

@terrelln I don't know, but both versions of [MinGW-W64](https://sourceforge.net/projects/mingw-w64/files/) (`posix` and `win32` – see [here](https://stackoverflow.com/questions/17242516/mingw-w64-threads-posix-vs-win32) for explanation), probably the most popular flavour, support pthreads. @Cyan4973 The code is compiled and...

Value 0x0600 means Windows Vista and condition variables are supported on Vista (or newer). The positive (side) effect of the code is that zstd can be successfully built e.g. on...