Skip to content

Added MinGW support#95

Merged
renatoGarcia merged 1 commit into
renatoGarcia:masterfrom
JoyHak:add-mingw-compiler
Apr 18, 2026
Merged

Added MinGW support#95
renatoGarcia merged 1 commit into
renatoGarcia:masterfrom
JoyHak:add-mingw-compiler

Conversation

@JoyHak
Copy link
Copy Markdown
Contributor

@JoyHak JoyHak commented Mar 8, 2026

No description provided.

@renatoGarcia
Copy link
Copy Markdown
Owner

Hi @JoyHak,

Which MinGW version exactly are you using when you get an error using icecream-cpp?
https://www.msys2.org/docs/environments/

I'm adding MinGW tests to the CI matrix, but at least in the Github runner environment, all tests passed with MinGW (https://github.com/renatoGarcia/icecream-cpp/actions/runs/23103946419)

I would like to have a failing test before commit any fix.

@JoyHak
Copy link
Copy Markdown
Contributor Author

JoyHak commented Mar 30, 2026

Im using CLion 2024.1.5 with MinGW 11.0. Modern Clang 21.1.7 doesn't requires any additions
mingw

@renatoGarcia renatoGarcia merged commit d75b73a into renatoGarcia:master Apr 18, 2026
47 checks passed
@renatoGarcia
Copy link
Copy Markdown
Owner

After some tests, the issue wasn't with MinGW itself, but with msvcrt C library. If we use MinGW with ucrt library all will work fine.
I changed the test to check for msvcrt instead of MinGW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants