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
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