Hi, I faced a similar problem too. I believe you are building the mainline webkit (the one from webkit.org) I referred to qtwebkit for the fix. It seems the fix is to compile the #else path, ie the non-Qt5 path. In qtwebkit, the #if path itself wasn't there...
HTH Ganesh.S On Sun, Sep 16, 2012 at 11:37 PM, Bruno Carvalho < [email protected]> 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 ? > > Thanks, > > BR > > -- > Bruno Carvalho > > > > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo/webkit-help > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-help
