-
Notifications
You must be signed in to change notification settings - Fork 113
MinGW support #136
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
with
|
Thanks for pointing this out. We don't have plans to add support for MinGW, but I am happy to review patches, and take an additional CI process to maintain it. |
I think I have made it to work with some small changes. PR will be opened soon. |
#137 provides a possible fix |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Currently, the project does not support
MinGW
.With the following changes, it can compile with
MinGW
:CmakeLists.txt
: at about line 74, add a branchAMD64
(quite strange but 'amd64' does not work).pal_windows.h
: add some macrostest/usage.h
The project compiles but all test fails. Is there any plan to improve the support?
The text was updated successfully, but these errors were encountered: