On Tue, Dec 13, 2011 at 8:54 AM, Joe Yu <[email protected]> wrote: > Hi Simon, > > I actually tried the trunk, but got new build problem, for example: > > ../../../../Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp:166:34: > error: ‘class v8::Function’ has no member named ‘GetScriptColumnNumber’ > ../../../../Source/WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp:170:56: > error: ‘class v8::Function’ has no member named ‘GetScriptId’ > > These two symbols for Function methods are not defined in the my > qt5/qtbase/src/3rdparty/v8/include/v8.h. I think it is asking for a quite > newer version of V8 at google's trunk, but there is no way to easily upgrade > the qt5/qtbase conceived V8 to the new version, as a number of modifications > are needed to fit into their QML. > > Another interesting thing is the revision r102596 I was building is proved to > pass building by WebKit's buildbot: > > http://build.webkit.org/builders/Qt%20Linux%20Release/builds/40903 > > What environment did they base on? and what configuration were they using > (whether they enabled --V8)?
No, we build with JSC. > > Thanks, > Joe > > > -----Original Message----- > From: Simon Hausmann [mailto:[email protected]] > Sent: 2011年12月13日 PM 05:59 > To: [email protected] > Cc: Joe Yu > Subject: Re: [webkit-qt] Build errors > > On Tuesday, December 13, 2011 03:13:51 PM ext Joe Yu wrote: >> Hi, >> >> I tried to build qtwebkit with qt5, but it always failed with >> incompatible with the latest Qt5, I tried to fixed a lot of build >> errors (see attached) and finally get them resovled and gets a >> successful build with V8 and >> WebKit2 disabled. > >> When I began to enable V8, the following error appears >> >> ../../../Source/WebCore/bindings/v8/ScriptDebugServer.cpp:36:34: >> fatal >> error: DebuggerScriptSource.h: No such file or directory > >> But I search my source tree but couldn’t find file DebuggerScriptSource.h! >> >> >> I began to doubt I'm using a wrong branch, is there anybody can help? > > Yeah, it looks like you're using the wrong branch of WebKit. You should try > WebKit trunk instead of the Qt port's release branch :) > > > Simon > >> My environment is: >> Qtwebkit branch: git://gitorious.org/webkit/gtwebkit -b >> qtwebkit-2.2 > Qt5: git://gitorious.org/qt/qt5.git -b master >> >> Joe Yu >> >> >> >> -- IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose the >> contents to any other person, use it for any purpose, or store or copy the >> information in any medium. Thank you. > > > > -- IMPORTANT NOTICE: The contents of this email and any attachments are > confidential and may also be privileged. If you are not the intended > recipient, please notify the sender immediately and do not disclose the > contents to any other person, use it for any purpose, or store or copy the > information in any medium. Thank you. > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt -- Alexis Menard (darktears) Software Engineer INdT Recife Brazil _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
