| 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: | Hironori.Fujii, jbedard |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Windows 10 | ||
Are you using Python 2? Do you install Python 3? I am Using python2 It looks like, we have to use python3, but the script should be written such as it should work on python2 also. Right. But, if you install python3, the build script will use it. Thanks |
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