Thanks Andras it works fine. One problem i have is that the webkit builds for x64 (my m/c arch). Is there a way to force qt to build for 32bit? since i would like to experiment with 32bit v8.
Regards, Zaheer On Mon, Jan 10, 2011 at 6:46 PM, Andras Becsi <[email protected]>wrote: > It is. > > > On 01/10/2011 02:12 PM, Zaheer Ahmad wrote: > >> Thanks Andras. I have 4.7 is that OK? >> >> Regards, >> Zaheer >> >> On Mon, Jan 10, 2011 at 6:16 PM, Andras Becsi <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi Zaheer, >> >> it does not have dependency to qtscript-v8, and you can build it >> with Qt 4.7.1, it only has dependency to V8, which you can clone from: >> >> git://github.com/v8/v8.git <http://github.com/v8/v8.git> >> >> >> After building V8 you have to place the include directory to >> >> QTDIR/src/3rdparty/v8 >> >> and the V8 library into >> >> QTDIR/lib >> >> The current trunk should also build now with: >> >> Tools/Scripts/build-webkit --qt --v8 >> >> BR, >> Andras >> >> >> >> On 01/10/2011 12:40 PM, Zaheer Ahmad wrote: >> >> hi Andras, >> This has a dependancy on the qtscript-v8 module. The link >> http://qt.gitorious.org/qt-labs/qtscript-v8 seems to be broken. >> Is there >> a different link to access this or a notes on how to build it from >> a >> standard v8 src. >> >> Thanks, >> Zaheer >> >> On Thu, Dec 30, 2010 at 4:42 AM, Andras Becsi >> <[email protected] <mailto:[email protected]> >> <mailto:[email protected] <mailto:[email protected]>>> >> wrote: >> >> Hi, >> >> http://trac.webkit.org/changeset/74353 should work on Linux. >> Unfortunatelly, as far as I know, noone is working on the >> Mac build >> of trunk, so I suppose it won't work there. >> >> BR, >> Andras >> >> 2010-12-29 19:25 keltezéssel, Eugene Ostroukhov írta: >> >> Is there some revision you could suggest to try this? >> >> I tried it over the last weekend and it seems like it >> can't be >> compiled >> on Mac (PluginViewMac.mm is referencing JavaScript >> Core). Did >> anybody >> try to build it on Mac? >> >> Best regards, >> Eugene >> >> On Wed, Dec 29, 2010 at 2:38 AM, Andras Becsi >> <[email protected] <mailto:[email protected]> >> <mailto:[email protected] <mailto:[email protected]>> >> <mailto:[email protected] <mailto:[email protected]> >> <mailto:[email protected] <mailto:[email protected]>>>> >> >> wrote: >> >> Hi, >> >> building QtWebKit with V8 is highly experimental, and >> usually broken >> on trunk. In a few weeks this should change as we >> set up a >> buildbot >> for this configuration. >> >> BR, >> Andras >> >> 2010-12-28 23:33 keltezéssel, Oliver Buchtala írta: >> >> Hi, >> >> i tried to compile the current webkit trunk using >> build-webkit --qt --v8 >> >> Obviously, the current configuration is not >> up-to-date >> as the >> generated >> Makefile in WebCore is not working, >> e.g., must add -DWTF_CHANGES and >> V8CustomEventListener >> has been >> renamed >> to V8EventListener. >> >> Now, I wonder if this binding is actually >> supported and >> if yes >> why the >> make process is in this state. Are you using a >> different >> build >> chain? >> >> Bye, >> Oliver >> >> _______________________________________________ >> webkit-qt mailing list >> [email protected] <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>> >> <mailto:[email protected] >> <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>>> >> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt >> >> >> _______________________________________________ >> webkit-qt mailing list >> [email protected] <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>> >> <mailto:[email protected] >> <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>>> >> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt >> >> >> >> _______________________________________________ >> webkit-qt mailing list >> [email protected] <mailto:[email protected]> >> <mailto:[email protected] >> <mailto:[email protected]>> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt >> >> >> >> >> >
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
