-
https://www.msys2.org/docs/windows_support/
I have no intention to ***ever*** drop Windows 7 support. MinGW of some sort is required to static link with Go, which is a requirement for me personally…
-
The enum class AxidUse in enums.h contains a value named 'IGNORE' that conflicts with a define directive in windows API's WinBase.h line 729:
#define IGNORE 0 // Ignore signal
nnzur updated
3 years ago
-
```c
ccache clang -mtune=generic -O2 -pipe -Wall -DCST_NO_SOCKETS -DUNDER_WINDOWS -DWIN32 -D_FORTIFY_SOURCE=0 -D__USE_MINGW_ANSI_STDIO=1 -I../include -c -o find_sts_main.o find_sts_main.c
In f…
-
Building the [WIC Image Viewer Using Direct2D Sample](https://docs.microsoft.com/en-us/windows/win32/wic/-wic-sample-d2d-viewer), converted to C, using MSYS2 mingw-w64 x86_64 packages, tested with mul…
-
Attempting to run drmemory on a hello world program under windows 10 (version 1709, OS Build 16299.125). DrMemory crashes and results in the error below.
Attempting to debug the process, I get to …
-
Given that summon is basically the only toolchain compatible with libopencm3 hard float at the moment, it'd be nice to have a preferred Windows installation method / installer, a la devkitPro.
Questi…
-
### Description / Steps to reproduce the issue
Open UCRT64 shell, pacman -S mingw-w64-ucrt-x86_64-freecad, freecad
### Expected behavior
I expect the freecad window is shown with menu bars, 3D view…
-
I can't run it only on windows-latest
log:
```
Chocolatey v2.2.2
Upgrading the following packages:
mingw
By upgrading, you accept licenses for the packages.
mingw is not installed. Installing..…
-
`yosys-abc.exe` has been crashing with an access violation exit code on windows. It doesn't look like the code has changed (although it's possible the way it's building has changed). Looks like the bi…
-
## Enhancement Request
In both Cygwin and MSYS2, there is support for a "MinGW" ([x86_64/i686]-w64-mingw32-gcc) target which is basically Win32 gcc without a POSIX layer. Adding a winfsp-fuse with …