-
Notifications
You must be signed in to change notification settings - Fork 93
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
Issues with spaces in sysroot path (e.g., Windows user accounts containing spaces) #206
Comments
I tried to add double-quotes in #207, but it seems like they are automatically escaped. I don't have time to work on this at the moment, but in case someone want to try: One possible approach would be to pass the rustc flags directly by invoking |
With #221 this should be fixed (escaping using |
What could help though is to write a |
This is still an issue. |
This is a fundamental limitation in cargo: rust-lang/cargo#6139 There's not much we can do about this on the xargo side, I am afraid. |
So, it seems the solution is to switch
|
When using xargo build, the error "Multiple input filenames provided" is returned when the Windows user account contains a space as the folderpath isn't wrapped in double-quotes when passed to rustc --sysroot. In my case C:\Users\Aaron Coad.xargo
On another Windows PC where there is no space within the user account, xargo build works successfully.
The text was updated successfully, but these errors were encountered: