-
Notifications
You must be signed in to change notification settings - Fork 62
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
bzip2-sys build fails on Windows when its path contains non-latin characters #7
Comments
This is quite odd... The bug is probably with |
Did I understand you right, you tried non-latin characters in path and it didn't reproduce? |
Hm yeah I'm not 100% sure if I did the right thing or not, but I ctrl-c + ctrl-v'd the directory name from above (Александр) into a terminal and then ran Perhaps you could provide a program which when run exhibits this behavior? (e.g. programatically creates a directory with an offending character) |
Seems you're doing right things. |
Hm it looks like that file is valid UTF-8, so it may not be precisely what Cargo is choking on. Is there a script that I could run to reproduce this? |
I'm working on it and I'll provide it as soon as it's ready and reproducing consistently. |
Using up-to-date master of
bzip2-rs
withi686
MSVC nightly Rust.When
bzip2-rs
directory is inC:\Users\Александр\
:When I place
bzip2-rs
inC:\
, the build works.The text was updated successfully, but these errors were encountered: