Skip to content

Fix compilation with mingw and use that to generate windows binaries#23

Merged
edo9300 merged 4 commits into
masterfrom
mingw
Apr 18, 2026
Merged

Fix compilation with mingw and use that to generate windows binaries#23
edo9300 merged 4 commits into
masterfrom
mingw

Conversation

@edo9300

@edo9300 edo9300 commented Aug 10, 2025

Copy link
Copy Markdown
Collaborator

Fixes compilation using mingw by removing the dependency on boost::filesystem and using std's one directly (boost's implementation is stil somewhat bugged under windows).
The ci build for windows will now use mingw instead of relying on visual studio/vcpkg

@edo9300

edo9300 commented Aug 10, 2025

Copy link
Copy Markdown
Collaborator Author

Boost filesystem was removed in favor of std's because it still lacks support for wchar with mingw boostorg/filesystem#181

@edo9300 edo9300 force-pushed the mingw branch 2 times, most recently from 78801aa to 6c0bc04 Compare August 11, 2025 12:03
@edo9300 edo9300 force-pushed the mingw branch 2 times, most recently from a01b54a to b92c6d1 Compare August 15, 2025 10:33
@edo9300 edo9300 merged commit b978347 into master Apr 18, 2026
2 checks passed
@edo9300 edo9300 deleted the mingw branch April 18, 2026 13:48
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.

1 participant