Re: [webkit-dev] Building Webkit on Windows

2016-03-30 Thread Rakesh Sadhu
Hi Alex and all Friends here , Its finally build . I have a question, I wanna contribute and i would like to start with easy and baby steps kinda bugs. Any suggestions ? regards RSadhu Subject: Re: [webkit-dev] Building Webkit on Windows From: achristen...@apple.com Date: Mon, 29 Feb 2016

Re: [webkit-dev] Building Webkit on Windows

2016-02-29 Thread Alex Christensen
pple.com > From: thomas.brodt.li...@porabo.ch > Date: Fri, 26 Feb 2016 09:15:06 +0100 > CC: webkit-dev@lists.webkit.org > Subject: Re: [webkit-dev] Building Webkit on Windows > > Hi Alex > > thank you for your prompt answer. That is good news because in the past I had > di

Re: [webkit-dev] Building Webkit on Windows

2016-02-27 Thread Rakesh Sadhu
@lists.webkit.org Subject: Re: [webkit-dev] Building Webkit on Windows Hi Alex thank you for your prompt answer. That is good news because in the past I had different difficulties in setting up a functional environment with several trial and error steps inbetween, although

Re: [webkit-dev] Building Webkit on Windows

2016-02-26 Thread Thomas Brodt
Hi Alex thank you for your prompt answer. That is good news because in the past I had different difficulties in setting up a functional environment with several trial and error steps inbetween, although I tried to exactly follow the installation guide. I tend to create a virtual machine for a

Re: [webkit-dev] Building Webkit on Windows

2016-02-25 Thread Alex Christensen
That also applies to the WinCairo port. I don’t think you’ll need GNU Make any more now that we use CMake for Windows. You also shouldn’t need to install iTunes to build and run WinCairo. With WinCairo, you will also need the WinCairoDependencies.zip which you can get by running

Re: [webkit-dev] Building Webkit on Windows

2016-02-25 Thread Thomas Brodt
Does this also apply for the WinCairo port? Or does this port still require cygwin? Thomas Am 24.02.2016 um 20:32 schrieb Alex Christensen: Those instructions are out of date. The most up-to-date instructions about building on Windows are http://trac.webkit.org/wiki/WindowsWithoutCygwin

Re: [webkit-dev] Building Webkit on Windows

2016-02-24 Thread Alex Christensen
Those instructions are out of date. The most up-to-date instructions about building on Windows are http://trac.webkit.org/wiki/WindowsWithoutCygwin > On Feb 24, 2016, at 9:57 AM, Myles C. Maxfield wrote: > > What is the error you are seeing? > > On Feb 24, 2016, at 9:26

Re: [webkit-dev] Building Webkit on Windows

2016-02-24 Thread Myles C. Maxfield
What is the error you are seeing? > On Feb 24, 2016, at 9:26 AM, Rakesh Sadhu wrote: > > Hello , > I am trying to build webkit on Windows . > I am following steps from https://webkit.org/building-webkit-on-windows/ > However I am unable to find a way to build webkit

[webkit-dev] Building Webkit on Windows

2016-02-24 Thread Rakesh Sadhu
Hello , I am trying to build webkit on Windows . I am following steps from https://webkit.org/building-webkit-on-windows/ However I am unable to find a way to build webkit using MSVS2015 or Cygwin . Can anyone guide here please? regards RSadhu

[webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Frederic Gos
Hi Peeps, I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts of ram. I keep getting an out of memory error from link.exe. I've set up a machine for this by following the instruction on http://webkit.org/

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Brent Fulgham
Hi Frederic, On Wed, May 26, 2010 at 5:17 AM, Frederic Gos frederic@gmail.com wrote: I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts of ram. I keep getting an out of memory error from link.exe.

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Ojan Vafai
On Wed, May 26, 2010 at 9:08 AM, Brent Fulgham bfulg...@gmail.com wrote: On Wed, May 26, 2010 at 5:17 AM, Frederic Gos frederic@gmail.com wrote: I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Darin Adler
On May 26, 2010, at 9:30 AM, Ojan Vafai wrote: Isn't this a development of WebKit question? It’s a “how to build WebKit” question, which is one of the main purposes of webkit-help. See the details on http://webkit.org/contact.html. I thought webkit-help was for web development questions

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Brent Fulgham
Ojan, On Wed, May 26, 2010 at 9:30 AM, Ojan Vafai o...@chromium.org wrote: Frederic, I think the problem you're hitting is a known issue with the Windows release build. Building debug should work (i.e. build-webkit --debug). I already responded to Frederic on webkit-help, but basically the

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Frederic Gos
Sorry guys, I actually wanted to write to the help list. I think I copied the address and forgot to change it. Anyway, thx for feedback. Its most helpfull. Ill try to build on a win764 tommorrow. I suspect it will work. :) thx Frederic On Wed, May 26, 2010 at 6:35 PM, Darin Adler

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Zoltan Horvath
Hey, first, the list for questions like this is webkit-help. Solution: in sub project settings, turn off incremental linking and setting compile optimizations to O0 will solve your problem. Regards, Zoltan On Wednesday 26 May 2010, at 14:17, Frederic Gos wrote: Hi Peeps, ... the build

[webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
Hi, I want to use WebKit in my application on windows, I think it's much better than Gecko specially in my problem domain. I want to build its Cairo port on windows because I want to use %100 open source code in my project. I followed the instructions in the WebKit wiki

Re: [webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Daniel Zucker
Hi Bahaa, I said earlier that I would update the wiki with updated build instructions, but I haven't yet had time. Sorry. In the meantime, try this: -follow current wiki instructions -manually apply patch in https://bugs.webkit.org/show_bug.cgi?id=18435 -manually apply patch in

Re: [webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
To: Gmail (bahaazaid) Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Building WebKit on windows using Cairo Hi Bahaa, I said earlier that I would update the wiki with updated build instructions, but I haven't yet had time. Sorry. In the meantime, try this: -follow current wiki