-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Labels
WindowsWindows platform is affectedWindows platform is affected
Description
Describe the bug
This project doesn't build on Windows/MinGW
To Reproduce
Build as normal:
git clone
mkdir build && cd build
cmake ..
/cmake -G 'MinGW Makefiles' ..
ninja
/make -j$(nproc)
- Results when building with MSYS2 UCRT64 GCC here
- Results when enabling big objects and disabling tests here
- Results when building with MSYS2 CLANG64 Clang here
- Results when using same flags as on UCRT64 here
In between all these 4 runs, I clean out the build directory.
Expected behavior
Build on Windows/MinGW, as it does on Linux and Windows/Cygwin
Additional context
Tested using MSYS2 UCRT64, CLANG64, and MSYS environments, using their respective mingw-*
and Cygwin GCC/Clang, CMake, Make, and Ninja packages
Metadata
Metadata
Assignees
Labels
WindowsWindows platform is affectedWindows platform is affected