Hi Moon, I ever meet the same issue as you. My environment is Win 7 32 English with default English language. To pass compile, I just replace the string with others. Not sure any problem.
..\platform\LocalizedStrings.cpp(248): error C2001: newline in constant Regards, Gavin Moon <lzl1246...@163.com> Sent by: webkit-help-boun...@lists.webkit.org 2014/01/13 16:06 To webkit-help@lists.webkit.org, cc Subject [webkit-help] Errors in LocalizedStrings.cpp: newline in constant Hi there, With gcc installed and some other minor problems fixed, I've managed to build WebKit-r161524 (2014-01-09 02:29:27 GMT) on 10 January. I posted my build experience on http://blog.csdn.net/lzl124631x/article/details/18098361. (I also posted my question on stackoverflow but it turned out to be a tumbleweed.) I still have one more question. I met the same error message as one year earlier when I built WebKit for the first time. The error message and my solution are as below. Error Message: ..\platform\LocalizedStrings.cpp(248): error C2001: newline in constant Or ..\platform\LocalizedStrings.cpp(250): error C2001: newline in constant Solution: Open Source/WebCore/platform/LocalizedString.cpp, search "Look Up", delete the DOUBLE-BYTE double quotation marks around “%@” and “ <selection>”. This problem is caused by the double-byte double quotation marks around %@ and <selection>. I just deleted the marks and the error was gone. However, I don't think this is a "real" error otherwise the WebKit team must have noticed it and had it fixed. Maybe this problem is cause by the default character encoding method of my environment (My system locale is Chinese) but I'm not sure about that. Could anyone give me some hints on why I met this problem and how to fix it in the right way? Thanks! Best Regards, Moon ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. ______________________________________________________________________ _______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-help