On Sunday, September 16, 2012 01:42:37 PM ext Bruno Carvalho wrote: > Hi, > > I'm trying to compile the webkit with qt backend by first time. I'm a > newbie in the project. > I'm having errors in ThreadSpecific.h and StringQt.cpp: > > Source/WTF/wtf/ThreadSpecific.h:216:2: error: #error ThreadSpecific is not > implemented for this platform. > Source/WTF/wtf/qt/StringQt.cpp:36: error: prototype for > ‘WTF::String::String(const QString&)’ does not match any in class > ‘WTF::String’ > ../../../../Source/WTF/wtf/text/WTFString.h:109: error: candidates are: > WTF::String::String(const WTF::String&) > ../../../../Source/WTF/wtf/text/WTFString.h:444: error: > WTF::String::String(WTF::HashTableDeletedValueType) > > I downloaded the latest nightly build version. I already compiled the QT5. > Somebody can help me to fix these problems ?
I have the feeling that you might be using the wrong version of qmake (one of Qt 4 perhaps), by accident. Can you send me the output of calling "qmake -d" in the top-level directory? Simon _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-qt
