RESOLVED INVALID143465
[Win] Build errors in LocalizedStrings.cpp (newline in constant)
https://bugs.webkit.org/show_bug.cgi?id=143465
Summary [Win] Build errors in LocalizedStrings.cpp (newline in constant)
Sungmann Cho
Reported 2015-04-06 22:05:33 PDT
On Windows, ToT currently breaks at: ..\platform\LocalizedStrings.cpp(250): error C2001: newline in constant ..\platform\LocalizedStrings.cpp(252): error C2001: newline in constant ..\platform\LocalizedStrings.cpp(250): fatal error C1057: unexpected end of file in macro expansion In fact, this issue has already been reported in the past: https://lists.webkit.org/pipermail/webkit-help/2014-January/003705.html
Attachments
Patch (5.13 KB, patch)
2015-04-06 22:40 PDT, Sungmann Cho
achristensen: review-
Sungmann Cho
Comment 1 2015-04-06 22:40:46 PDT
Sungmann Cho
Comment 2 2015-04-09 23:03:10 PDT
+benjamin@webkit.org for review. @Benjamin: I followed your advice described in https://lists.webkit.org/pipermail/webkit-help/2014-January/003705.html. Would you please take a look? Thanks.
Gyuyoung Kim
Comment 3 2015-04-22 01:01:16 PDT
Comment on attachment 250257 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=250257&action=review It seems this patch looks fine for me. However this patch should be reviewed by Mac or Win port reviewer. Benjamin and Alex, could you take a look ? > Source/WebKit/mac/ChangeLog:3 > + [Win] Fix build errors in LocalizedStrings.cpp (newline in constant). It looks this file modifies mac port file. So I wonder if [Win] prefix is correct. Isn't it [Mac] ?
Alex Christensen
Comment 4 2015-04-22 06:35:44 PDT
Comment on attachment 250257 [details] Patch I don't think we should just remove those quotation marks. If we change this, it should probably be to "Look Up \"%@\"" and similar changes elsewhere.
Note You need to log in before you can comment on or make changes to this bug.