Re: [webkit-dev] Reducing the size of libQtWebKit.so

2008-08-12 Thread Saravanan Ponnuswamy
Hi, I tried compiling teh webkit for Qt using ./configure. but i could not.. its asking for GTK+, pango,cairo dependncies which are not required for Qtopia...i think i can do that... let me try anyway thanks for the suggesstion. with regards, saravanan On Mon, Aug 11, 2008 at 5:51 PM, Dominik

Re: [webkit-dev] Reducing the size of libQtWebKit.so

2008-08-12 Thread Dominik Roettsches
Hello Saravanan, I tried compiling teh webkit for Qt using ./configure. but i could not.. its asking for GTK+, pango,cairo dependncies which are not required for Qtopia...i think i can do that... let me try Using the ./configure script is valid for the GTK build. For Qt I think it's a qmake

[webkit-dev] fmodf issue in WebKit

2008-08-12 Thread nishit sharma
Hi All, I am facing undefined reference to fmodf again and again. I have defined same function in MathExtras.h but it failed. Can anybody tell why i am getting this problem. Thanks and Regards Nishit Sharma ___ webkit-dev mailing list

[webkit-dev] Can WindowsCairo port be build ?

2008-08-12 Thread Leo Yang
Hi everybody, I tried to build Cairo port on windows, it seems that there are some problems when build WebKit. Is WindowsCairo port active? How can I get it built ? Thanks! WebArchive.cpp ..\WebArchive.cpp(32) : fatal error C1083: Cannot open include file: 'WebCore/LegacyWebArchive.h': No such

[webkit-dev] Scour invite from Vishwesh Jirgale

2008-08-12 Thread Vishwesh Jirgale
Did you hear about Scour? It is the next gen search engine with Google/Yahoo/MSN results and user comments all on one page. Best of all we get rewarded for using it by collecting points with every search, comment and vote. The points are redeemable for Visa gift cards It's like earning credit card

[webkit-dev] Errors on building with arm compiler

2008-08-12 Thread Tuheen Sinha
Hi, I am trying to build WebKit release version 31916 (sorry for using such an old version :-) ) using arm compiler. The compiler appears to be very strict and as a result, I am getting several errors. If anyone has encountered the following errors or has any suggestions, please let me

[webkit-dev] browser controls

2008-08-12 Thread Jack Wootton
Hi all, Does anyone have any documentation on Browser Control (s), what they are, how they are used? Cheers, Jack ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Errors on building with arm compiler

2008-08-12 Thread Paul Pedriana
It looks like you are compiling with and EDG-based compiler front end. EDG can indeed be more strict than other compilers in some cases. My experience is typically (though not certainly) that when EDG gives you an error like below then it is correct. So you probably have a case of code that in

[webkit-dev] 9 regression tests failing on the buildbot!

2008-08-12 Thread Darin Adler
Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms fast/dom/cssTarget-crash.html Due to a change to handling of anchors in URLs perhaps? fast/dom/defaultView.html Dumping

Re: [webkit-dev] 9 regression tests failing on the buildbot!

2008-08-12 Thread David Kilzer
On Tue, 8/12/08, Darin Adler [EMAIL PROTECTED] wrote: Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms fast/dom/cssTarget-crash.html Due to a change to handling of

Re: [webkit-dev] 9 regression tests failing on the buildbot!

2008-08-12 Thread Maxime Britto
On Aug 12, 2008, at 1:55 PM, David Kilzer wrote: On Tue, 8/12/08, Darin Adler [EMAIL PROTECTED] wrote: Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms fast/dom/cssTarget-crash.html

Re: [webkit-dev] 9 regression tests failing on the buildbot!

2008-08-12 Thread Stephanie Lewis
I tracked down when the failures started -- Stephanie On Aug 12, 2008, at 1:02 PM, Darin Adler wrote: Does anyone know why these tests are failing on Mac OS X? I presume these are recent regressions. There are even more failing on Windows and other platforms fast/dom/cssTarget-crash.html

Re: [webkit-dev] 9 regression tests failing on the buildbot!

2008-08-12 Thread Brady Eidson
On Aug 12, 2008, at 2:58 PM, Stephanie Lewis wrote: webarchive/archive-empty-frame-source.html Missing archive for about:blank subframe. Started failing after http://trac.webkit.org/changeset/35673 This one didn't fail on my machine before I checked in yesterday, and also was a

[webkit-dev] Can anyone recommend a recent stable version?

2008-08-12 Thread Bruce Cresanta
Hello All, I have been working for quite some time on r-35231. In light of some of the failures being reported, can anyone please recommend the last stable version in recent history. I'd like to integrate my work into a later stable version of the code base. Regards, Bruce On Aug

Re: [webkit-dev] Compilation Erro usinf VC 2005 Express Edition

2008-08-12 Thread Binish
Hi Adam, I do set those variables, please find below my paths --- ALLUSERSPROFILE=C:\Documents and

Re: [webkit-dev] Compilation Erro usinf VC 2005 Express Edition

2008-08-12 Thread Adam Roben
Try setting WEBKITOUTPUTDIR to a path beneath E:\Cygwin\home \perforceadmin. That's how most users have things configured. If that fixes things, please file a bug at bugs.webkit.org saying that the build fails when WEBKITOUTPUTDIR is outside the home directory. Thanks! -Adam On Aug 13,

Re: [webkit-dev] Compilation Erro usinf VC 2005 Express Edition

2008-08-12 Thread Sinha Tuheen-A19034
Hi Binish, Another suggestion. Have you installed the Platform SDK for Windows XP SP2 and ensured that you have added the paths for include, library and executables in your VC setup? Regards, Tuheen From: [EMAIL PROTECTED] [mailto:[EMAIL