Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-26 Thread Mikhail Naganov
OK, following setup instructions for the buildbot, I was able to compile the port under Windows. Thanks again, Dimirti! I've updated the Wiki page: https://trac.webkit.org/wiki/Chromium On Thu, Aug 25, 2011 at 20:53, Peter Kasting wrote: > On Thu, Aug 25, 2011 at 10:31 AM, Dimitri Glazkov > wro

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Peter Kasting
On Thu, Aug 25, 2011 at 10:31 AM, Dimitri Glazkov wrote: > FWIW, I use the former exclusively on Mac. > Yes, please regard my comments as only applying to Windows. PK ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailm

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Mikhail Naganov
To make things clear: my only intention for trying to build this port was due to my patch failed to compile in it. I'm not advocating towards using it for regular development. Perhaps, I would get the same compile issue when building Chromium on Windows, but, as I usually avoid using Windows, and h

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Dimitri Glazkov
On Thu, Aug 25, 2011 at 10:21 AM, Peter Kasting wrote: > On Thu, Aug 25, 2011 at 10:07 AM, Mikhail Naganov > wrote: >> >> I'm not sure we are on the same page. I'm talking about Chromium port >> of WebKit, where Chromium checkout is _inside_ WebKit's >> Source/WebKit/chromium, as opposed to when

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Peter Kasting
On Thu, Aug 25, 2011 at 10:07 AM, Mikhail Naganov wrote: > I'm not sure we are on the same page. I'm talking about Chromium port > of WebKit, where Chromium checkout is _inside_ WebKit's > Source/WebKit/chromium, as opposed to when you have full WebKit > checkout inside Chromium's third_party. Y

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Mikhail Naganov
I'm not sure we are on the same page. I'm talking about Chromium port of WebKit, where Chromium checkout is _inside_ WebKit's Source/WebKit/chromium, as opposed to when you have full WebKit checkout inside Chromium's third_party. Not sure the former configuration makes much sense for Chromium devel

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Evan Martin
On Thu, Aug 25, 2011 at 9:24 AM, Peter Kasting wrote: > The way I make this work is to set up a full Chromium checkout with a trunk > (rather than DEPS-controlled) WebKit checkout.  (There are some instructions > for this in the Chromium developer pages.)  Then I can use VS2008 to build > and test

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Peter Kasting
The way I make this work is to set up a full Chromium checkout with a trunk (rather than DEPS-controlled) WebKit checkout. (There are some instructions for this in the Chromium developer pages.) Then I can use VS2008 to build and test whatever I want. And I use Cygwin. I don't know much about t

Re: [webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Dimitri Glazkov
On Thu, Aug 25, 2011 at 6:45 AM, Mikhail Naganov wrote: > Hello Chromium port maintainers, Back at you, Chromium port maintainer! :) > > In order to figure out why my patch was failing to compile on the > Chromium WebKit bot, I went a long way of compiling the port on my > machine. And it was a

[webkit-dev] Building Chromium port of WebKit on Windows

2011-08-25 Thread Mikhail Naganov
Hello Chromium port maintainers, In order to figure out why my patch was failing to compile on the Chromium WebKit bot, I went a long way of compiling the port on my machine. And it was a tough experience! As for the instructions on on how to do the build, I could only refer to this page: http://t