-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Unable to compile rustc_binaryen on Windows 10 with x86_64-pc-windows-msvc toolchain #46214
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
Hi could you run again with |
Sure:
|
Is |
Yes it does, I have version 3.9.2. |
Does |
I don't have any
Ah it seems the |
@zilbus Thank you! Could you also check Also just a guess — will it work if you change the Visual Studio locale from French to English? |
There isn't any I tried changing the locale to English, and the compilation still doesn't work, but I have a clearer message this time: I'll try to compile rust from For informations, some log files: |
Sounds like a duplicate of #46113 if it works |
It works (in English and in French :)), so you're right it's a duplicate. Should we write somewhere in the documentation the maximum length for the prefix in Windows ? (Or is it already written and I missed it?) |
It is not written anywhere AFAIK. I think we should add a paragraph to https://github.com/rust-lang/rust#msvc saying
until we get rid of binaryen. |
Update MSVC compilation instructions regarding path length on Windows Fix rust-lang#46214
Update MSVC compilation instructions regarding path length on Windows Fix rust-lang#46214
The compilation of rust fails in
rustc_binaryen
when compiling on Windows 10 with x86_64-pc-windows-msvc toolchain (Visual Studio 2017). I tried compiling from a fresh git clone but got the same error.I was able to compile rust using a MinGW64 toolchain.
Compilation log with RUST_BACKTRACE=1:
I don't know what other details I could give so if you need some additionnal informations just ask :)
The text was updated successfully, but these errors were encountered: