-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Compile error on MSYS2 64 bit #620
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
Comments
Hm interesting! The windows bots have been sporadically failing for a very similar problem. I've been quite curious as to why, and unable to ever replicate it! Is this repository somewhere that I could play around with? Do I need to install any prerequisites to get it working? |
It's here: https://github.com/jhasse/rust-opengl-test You need to edit |
Sadly this is rust-lang/rust#17442, not the error I was looking for :( |
I see. Thanks for looking into this :) |
I'm running latest Rust and Cargo through a MSYS2 mingw64 shell. When trying to compile my program I get this error:
The strange thing is, when I copy the build command and paste it into the shell, it compiles just fine and also the resulting .exe file works. Running with
--verbose
doesn't give any more information. What could cause this?The text was updated successfully, but these errors were encountered: