[webkit-dev] version confusion

2008-07-16 Thread Jack Wootton
Hi, I'm new to WebKit and wanted to download and build the S60WebKit. I found this page http://trac.webkit.org/wiki/S60ConfigureComputer, it states: Note: The S60 3rd Edition Feature Pack 1 is currently incompatible with the S60WebKit codebase. Please ensure you select 3rd Edition (262 MB) and

[webkit-dev] Image decoding and rendering is slow

2008-07-16 Thread aalap shah
Hi, I am trying to display 5 images on a page using webkit. Images are .jpg and I am changing the images on a button click It takes a lot of time to decode and render images. If I use .png images it decodes and renders faster but still not satisfactory. Is there a way by which i can change the

[webkit-dev] Building WebKit on Visual Studio 2005 is faied.

2008-07-16 Thread JungChul Park
Dear all, I've tried to build WebKit on Visual Studio 2005. I have been following the post on WebKit.org and wiki. I have done all required steps. but when I compile the WebKit I get some errors. You can see the error massge on http://novvon.tistory.com/121. Please help me to come out of this

Re: [webkit-dev] Building WebKit on Visual Studio 2005 is faied.

2008-07-16 Thread David Kilzer
Do you have ActiveState Perl installed? If so, the perl command in Cygwin may be picking up ActiveState Perl instead of /usr/bin/perl. You either need to uninstall ActiveState Perl or change your PATH environment variable so that /usr/bin/perl is first. Running which perl or perl --version

[webkit-dev] webkit s60 build errors

2008-07-16 Thread Jack Wootton
Hi, Wondering if someone can help with build errors on webkit-s60: I checkout the latest version of webkit s60 using the following command: svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/S60/trunk S60 I receive the following confirmation: Checked out revision 25254. Following

Re: [webkit-dev] webkit s60 build errors

2008-07-16 Thread Joseph Ligman
Hi Jack, You can always try to build it by using the Symbian build process. http://www.symbian.com/developer/techlib/v8.1adocs/doc_source/n1032a/BuildTools/HowtoBuildProcess.guide.html On the command line in the same directory as the build. bat file 1.) type bldmake bldfiles This will process

Re: [webkit-dev] webkit s60 build errors

2008-07-16 Thread Jack Wootton
I will have a look at that, ty. I tried building the latest stable version and that worked (revision 21772). I was getting version 25254. I'm surprised that the code is still broken, that's quite a lot of version numbers between 21772 and 25254. I'm also confused that WebKit-S60 only builds

[webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Jack Wootton
Hi all, Having successfully built S60 WebKit on the command line (using an older version (21772 )), I decided to try building it in Carbide. I get the following errors: /** Start Errors **/ In file included from .\BLD.INF:50:

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Jack Wootton
To add, the following two files are displaying errors in Carbide: S60\JavaScriptCore\group\bld.inf S60\WebKit\group\bld.inf JavaScriptCore bld.inf both have a problem with the following line: #include domain/osextensions/platform_paths.hrh Presumably it can't find the file. On Wed, Jul 16,

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Zalan Bujtas
#include domain/osextensions/platform_paths.hrh it is #ifdef-ed out in the bld.inf. Carbide does not manage #ifdefs in the build files properly. Zalan. On Wed, Jul 16, 2008 at 12:41 PM, Jack Wootton [EMAIL PROTECTED] wrote: To add, the following two files are displaying errors in Carbide: