[Webkit-unassigned] [Bug 63234] line ending strip suggestion in KeywordLookupGenerator.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 23 22:07:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63234





--- Comment #4 from Cameron Wong <hgneng at gmail.com>  2011-06-23 22:07:23 PST ---
> Does making this change alone fix the build for you?

No. Besides adding rstrip() in KeywordLookupGenerator.py, I also added following setting in Cygwin.bat before launching bash. This can fix the issue of failing to run shell scripts before of bad line ending.
    set SHELLOPTS=igncr

Then, I got error of non-ASCII character in:
    Source\WebCore\platform\DefaultLocalizationStrategy.cpp

I changed the non-ASCII string into English. There is another file (forget the filename) that is non-ASCII character, but I could't find with my eye. So I re-saved that file in ASCII-only format.

Now `build-webkit --debug` is successfully finish running although I am trying to figuring out how to `debug-safari`.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list