-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Build fails on Windows/MSYS2 #28843
Comments
GCC is |
Sounds like you are trying to build it from "MSYS2 Shell" and not "MinGW-w64 Win64 Shell" |
Yes, I'm building from the MSYS2 shell. Will try the mingw shell now. On 5 October 2015 at 14:54, Vadim Petrochenkov [email protected]
Dmitri Nesteruk |
Here is the output I'm getting
|
Are you actually building inside your Dropbox folder? If so it's likely that googledrivesync.exe is interfering files as the build process is attempting to modify them. Antivirus software can also do this. |
No, that's definitely not it - I tried taking the files out of the folder. Also, |
Yeah, I needed more caffeine when I wrote |
I'm trying to build rust with 64bit MSYS2 on Windows10 with the steps described in README.MD (installing a separate MinGW GCC 4.9 based toolchain). However MinGW cannot be installed right now, since the installer fails to download repositories.txt (this bug reappers from time to time, the last instance is here: https://sourceforge.net/p/mingw-w64/bugs/528/) Is there any way to get around it? Maybe using the mingw-get utility which works? Which packages should i choose in mingw-get to get the same environment? Or what about using Cygwin which is known to have a more stable installer? I'm using it's derivate called Babun daily in my work and I'm really satisfied with it. (Just as a side note, I've tried downloading compiler suites from http://www.drangon.org/mingw/ but I'm getting various errors with that way too, and I'm not so experienced with GNU toolset compiling to know exactly if it's not my error. Also i like to stay with the GNU way since i would like to build rust in the end with |
Build instructions for Windows were rewritten several times and the old build system is removed. |
Your Windows build instructions are out of date. First of all, the set of commands doesn't install GCC, so that has to be done separately. But even after that, there are plenty of issues that prevent compilation.
Please verify compilation on Windows and update the build instructions accordingly.
The text was updated successfully, but these errors were encountered: