-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fails to build in a directory that has a parent directory with spaces in the name #30
Comments
Gah, whitespaces in paths, what a beautiful legacy we inherit from the past. I'm using standard Apparently it's quite difficult to come up with an elegant solution. I tried to escape the space, or quote it, all are not working. I think we may need to fix cmake-rs for this. |
The root cause of the problem appears to be: |
The fix is available starting in v2023.8. This repository needs to update their sources to get it. |
#155 updates to C++ shaderc v2025.1. Closing. |
Initially reported here: https://www.reddit.com/r/rust/comments/9ye5s8/vulkano_fails_to_compile_after_implementing/
Doing
cargo run --release
in the directory/home/rubic/dir with space oh no/shaderc-rs
Results in this compile error.
This is the important line:
usr/bin/ar: /home/rubic/dir: No such file or directory
The path given to ar should be escaped.
The text was updated successfully, but these errors were encountered: