-
-
Notifications
You must be signed in to change notification settings - Fork 13
[WIN] Preprocessing fails on paths with unicode characters #2
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
Error from here: http://clang.llvm.org/doxygen/Tooling_8cpp_source.html which applies here https://github.com/arduino/arduino-preprocessor/blob/master/main.cpp#L290 |
Does only affect Windows, Linux and Mac are unaffected as far as I have tested. The patch could be quite complicated, requiring to recompile the whole clang project |
facchinm
added a commit
to facchinm/arduino-builder
that referenced
this issue
Oct 13, 2017
facchinm
added a commit
to facchinm/arduino-builder
that referenced
this issue
Jan 10, 2018
cmaglie
pushed a commit
to cmaglie/arduino-builder
that referenced
this issue
Jan 10, 2018
facchinm
added a commit
to facchinm/arduino-builder
that referenced
this issue
Jan 10, 2018
cmaglie
pushed a commit
to cmaglie/arduino-builder
that referenced
this issue
Jan 10, 2018
cmaglie
pushed a commit
to cmaglie/arduino-builder
that referenced
this issue
Jan 11, 2018
Closing as "fixed" by arduino/arduino-builder@7de76a9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As reported by @gril002 on arduino/Arduino#6816 , the preprocessor fails if launched from a path containing unicode characters.
The error message is
This call doesn't fails
This does
The builder seems to mangle the path in strange ways but gcc is unaffected so I believe the bug is not there.
Unable to reproduce on Linux, testing on Mac later today
The text was updated successfully, but these errors were encountered: