-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix compilation with mingw #6
Comments
I had a quick look into the issue:
The error line number is not super useful because there is seems to be some quote missed somewhere else. I'm suspecting, windows path style vs linux path styles. Cannot really say at the moment. @boris-kolpackov To me this seems like a bug in
Edit:
|
Update:
I'm still having other issues with |
Update 2:
I locally edited upstream code to use The app itself is not running via |
I am pretty sure this is GCC bug #84583. It only manifests itself when compiling natively on Windows which I believe is why you don't see the same issue when cross-compiling from Fedora. I think in this light (and due to other issues), it's perfectly reasonable to postpone MinGW support for |
The buildfiles currently contain code for building with mingw, but the build fails for some reason. Investigate on the root cause and fix the compilation.
The text was updated successfully, but these errors were encountered: