-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for mingwX86 #85
Comments
Hi. The library doesn't support mingwX86 target at the moment, and we don't have short-term plans to fix this. |
I see that you have target mingwX64, is mingwX86 much different? |
mingwX64 and mingwX86 are Windows 64 bit and Windows 32 bit. I dont know technical differences but my hope is that if mingwX86 support is added then the compiled code should also run on Windows XP |
It is different, to some extent. For example, see https://youtrack.jetbrains.com/issue/KT-36669/Support-mingwX86Test-for-a-Windows-x64-hosts As a result, it is not possible to run unit tests for the library compiled for |
I would vote for publish with warning. Perhaps mark it beta? Maybe theres even an argument that testing on mingwX64 tells you something about mingwX86, too. thanks for considering.... |
Hi, when i try to build mingwX86 version it fails with
The text was updated successfully, but these errors were encountered: