Hello
I'm trying to build QT Creator but am getting these errors:
../JavaScriptCore/wtf/RandomNumberSeed.h:32:9: missing binary operator before token "("
There's lots of them, presumably referring to constructs such as
#if HAVE(SYS_TIME_H)
How can I get past this problem?
Andrew