-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
building on Windows: chokes on paths with spaces #18477
Comments
At the least, we should put a warning about this in the installation instructions. |
fhahn
added a commit
to fhahn/rust
that referenced
this issue
Nov 16, 2015
bors
added a commit
that referenced
this issue
Dec 1, 2015
The Rust build scripts do work if the source directory contains spaces. I tried to make it work with spaces. I managed to get the Rust's and LLVM's configure scripts to work with spaces in the path, but I could not figure out how to get the Rust makefiles working. So for now, this PR updates Rust's `configure` to abort if the source path contains spaces. I also added a note about spaces in the source path to the README. I think this should close #18477 for now.
lnicola
added a commit
to lnicola/rust
that referenced
this issue
Nov 12, 2024
minor: Don't try to auto-publish text-edit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the installation instructions, if you happen to try to build rust in a directory with a space in the name
./configure
chokes, claiming not to be able to find your target triple.The text was updated successfully, but these errors were encountered: