[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