[webkit-dev] cross compiling WebKit for MIPS

2008-08-18 Thread nishit sharma
Hi All, I am facing issue regarding undefined reference to cosf while cross compiling WebKit for MIPS. I searched a lot and find out that this function is not available for MIPS so far Can anybody help me in resolving this issue . Thanks and Regards Nishit

Re: [webkit-dev] cross compiling WebKit for MIPS

2008-08-18 Thread Michael Troß
Hi, Am Montag, den 18.08.2008, 13:05 +0530 schrieb nishit sharma: Hi All, I am facing issue regarding undefined reference to cosf while cross compiling WebKit for MIPS. I searched a lot and find out that this function is not available for MIPS so far Can anybody help me in resolving

Re: [webkit-dev] Build webkit by MSVC2005

2008-08-18 Thread Binish
check if both your Cygwin\bin folder and c:\windows\sytem32 are both in the Visual Studio list of executable files (Tools - Options - VC++ Directories). 2008/8/18 [EMAIL PROTECTED] Hi, I try to build webkit on win32 by MSVC2005. I done these setps followed by webkit.org: 1Install Microsoft

[webkit-dev] How to set a cookie for a url ?

2008-08-18 Thread Andy
Hi, all, I want to set a cookie for a url, the cookie comes from a cookie string, I don't know what the format of the cookie string is supposed to be, should be like this ?? NAME=VALUE; expires=DATE; path=PATH; domain=DOMAIN_NAME , is there any standard to comply with ? I also have another

Re: [webkit-dev] error while cross compiling WebKit

2008-08-18 Thread David Kilzer
Your C++ compiler doesn't know what 'std::wstring' is. Does your C++ library support wide characters? Dave On Mon, 8/18/08, nishit sharma [EMAIL PROTECTED] wrote: Hi All, I am getting this error while cross compiling WebKit for MIPS WebKitTools/DumpRenderTree/DumpRenderTree.h:50:

Re: [webkit-dev] How to set a cookie for a url ?

2008-08-18 Thread Maxime Britto
On Aug 18, 2008, at 2:53 AM, Andy wrote: Hi, all, I want to set a cookie for a url, the cookie comes from a cookie string, I don't know what the format of the cookie string is supposed to be, should be like this ?? NAME=VALUE; expires=DATE; path=PATH; domain=DOMAIN_NAME , is there any

Re: [webkit-dev] Load elimination

2008-08-18 Thread Peter Siket
Sorry! I sent this to the wrong mail list but I still welcome any opinions about it. :) Peter Peter Siket wrote: Hi All! I would like to create a small filter which eliminates unnecessary LIR_ld instructions. It seems that there are several unnecessary loads which can not be simply

[webkit-dev] compiling GTK port

2008-08-18 Thread Chris Teague
I've been unsuccessful in compiling the GTK port recently. I've tried r35788 and r35814 so far, both of them result in the following errors. Has anyone else seen this? Anyone know why the buildbot wouldn't catch this? I've tried building with both of these command lines, both result in the

Re: [webkit-dev] compiling GTK port

2008-08-18 Thread Christian Dywan
Am Mon, 18 Aug 2008 17:19:58 -0700 schrieb Chris Teague [EMAIL PROTECTED]: I've been unsuccessful in compiling the GTK port recently. I've tried r35788 and r35814 so far, both of them result in the following errors. Has anyone else seen this? Anyone know why the buildbot wouldn't catch

[webkit-dev] Problem in Compiling Webkit on Win32

2008-08-18 Thread nandakumar
Hi, I'm working on Compiling Webkit on Win32. I have downloaded the Webkit source from the http://nightly.webkit.org/files/WebKit-SVN-source.tar.bz2. During Compilation (VC 2005) I'm getting the below mentioned error. Please check the same and help me out to resolve this. FYI: 1)