-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Build failure on Windows caused by UTF-8 characters #25885
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Can you post the exact output of a clean build from |
Using the latest MSVS 2017. Here is the first error of the output. I suppose encoding casue this.
when i change encoding from UTF-8 to ANSI, the file turns into the following one.
And I used Notepad++,only to find that there is no '\n' bewteen line 193 and line 194
So it may be the reason for the error. |
When I said "please be specific" I meant the exact version number. :-) FWIW, we have VS 2017 in our CI's build matrix and it works without a hitch. The problem is almost certainly on your end. |
VS 2017 15.9.6 |
Can you also run |
If you check the first error, you will find it ought to be located in line 199, not 198. |
Version: Github release 11.9.0
In file
.\deps\v8\src\objects\js-collator.cc
, line 193 and 203.There is a comment like
// This is fine.™
.Remove the character
™
, and that will be fine.Otherwise it may cause similar compile error like #25133.
The text was updated successfully, but these errors were encountered: