Bug 256465
Summary: | Python syntax error making Build failed on cygwin64 | ||
---|---|---|---|
Product: | WebKit | Reporter: | jaybhaskar <jay.bhaskar> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | fujii.hironori, jbedard |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Windows 10 |
jaybhaskar
Python syntax error making Build failed on cygwin64
Following errors occurs
/Source/WebCore/css/process-css-properties.py", line 39
def quote_iterable(iterable, *, mark='"', suffix=''):
^
SyntaxError: invalid syntax
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Are you using Python 2? Do you install Python 3?
jaybhaskar
I am Using python2
jaybhaskar
It looks like, we have to use python3, but the script should be written such as it should work on python2 also.
Fujii Hironori
Right. But, if you install python3, the build script will use it.
jaybhaskar
Thanks