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 10:26:00 -0800
CC: thomas.br...@porabo.ch; bfulg...@apple.com; mmaxfi...@apple.com; 
webkit-dev@lists.webkit.org
To: rakeshsa...@hotmail.com

Rakesh, you are building the AppleWin port of WebKit, which only has 32-bit 
binaries available, but you probably want to use the WinCairo port because the 
license of WebKitSupportLibrary.zip says you’re not allowed to redistribute it. 
 To build the WinCairo port, you will need to run update-webkit --wincairo and 
build-webkit --wincairo --64-bit.
This is not the source of your build failure, though.  It looks like you have 
your gperf executable inside of C:\Program Files… somewhere, and I believe we 
have never had anyone build WebKit with a configuration like this.  I think the 
solution is to put quotes around the %s at the very end of 
Source/WebCore/platform/network/create-http-header-name-table.  There might be 
a few more places where this is needed.  Could you please file a bug a 
bugs.webkit.org with a patch if you get it working?
On Feb 27, 2016, at 2:01 AM, Rakesh Sadhu <rakeshsa...@hotmail.com> wrote:
Hi Thomas, 
Thank for your  answer .
However my build suddenly fails and I notice , its creating 32 bit binaries .
I am attaching a build log file here .

regards
RSadhu

To: achristen...@apple.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 
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 reliable building 
environment, so with my next one I will try without the cygwin installation. 

We use Webkit via COM interface on Windows in our application here, so I build 
rather infrequently, and with a working build, we then can live for some time. 
But for our use we would need 32bit dependencies, and if I understood 
correctly, there are currently only 64bit available. That doesn't matter at the 
moment, but when I am ready for our next build, I would ask again if you don't 
mind.

Thanks for your help!

Thomas

Am 25.02.2016 um 19:17 schrieb 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 
Tools/Scripts/update-webkit-wincairo-libs.  Right now, only the 64-bit 
dependencies are included in that zip, but let me know if you need 32-bit 
dependencies.  They are from https://github.com/peavo/WinCairoRequirements  
Then you should be able to build with Tools/Scripts/build-webkit --wincairo 
--64-bit
We really should update the instructions on webkit.org 
On Feb 25, 2016, at 12:17 AM, Thomas Brodt <thomas.brodt.li...@porabo.ch> 
wrote: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
On Feb 24, 2016, at 9:57 AM, Myles C. Maxfield <mmaxfi...@apple.com> wrote:What 
is the error you are seeing?
On Feb 24, 2016, at 9:26 AM, Rakesh Sadhu <rakeshsa...@hotmail.com> 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 using MSVS2015 or  Cygwin .
Can anyone guide here please?
regards
RSadhu___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
___webkit-dev mailing 
listwebkit-dev@lists.webkit.orghttps://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev



___ webkit-dev mailing list 
webkit-dev@lists.webkit.orghttps://lists.webkit.org/mailman/listinfo/webkit-dev
  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org

Re: [webkit-dev] Building Webkit on Windows

2016-02-29 Thread Alex Christensen
Rakesh, you are building the AppleWin port of WebKit, which only has 32-bit 
binaries available, but you probably want to use the WinCairo port because the 
license of WebKitSupportLibrary.zip says you’re not allowed to redistribute it. 
 To build the WinCairo port, you will need to run update-webkit --wincairo and 
build-webkit --wincairo --64-bit.

This is not the source of your build failure, though.  It looks like you have 
your gperf executable inside of C:\Program Files… somewhere, and I believe we 
have never had anyone build WebKit with a configuration like this.  I think the 
solution is to put quotes around the %s at the very end of 
Source/WebCore/platform/network/create-http-header-name-table.  There might be 
a few more places where this is needed.  Could you please file a bug a 
bugs.webkit.org with a patch if you get it working?

> On Feb 27, 2016, at 2:01 AM, Rakesh Sadhu <rakeshsa...@hotmail.com> wrote:
> 
> 
> Hi Thomas, 
> Thank for your  answer .
> However my build suddenly fails and I notice , its creating 32 bit binaries .
> I am attaching a build log file here .
> 
> regards
> RSadhu
> 
> 
> To: achristen...@apple.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 
> 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 reliable 
> building environment, so with my next one I will try without the cygwin 
> installation. 
> 
> We use Webkit via COM interface on Windows in our application here, so I 
> build rather infrequently, and with a working build, we then can live for 
> some time. But for our use we would need 32bit dependencies, and if I 
> understood correctly, there are currently only 64bit available. That doesn't 
> matter at the moment, but when I am ready for our next build, I would ask 
> again if you don't mind.
> 
> Thanks for your help!
> 
> Thomas
> 
> Am 25.02.2016 um 19:17 schrieb 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 
> Tools/Scripts/update-webkit-wincairo-libs.  Right now, only the 64-bit 
> dependencies are included in that zip, but let me know if you need 32-bit 
> dependencies.  They are from  
> <https://github.com/peavo/WinCairoRequirements>https://github.com/peavo/WinCairoRequirements
>  <https://github.com/peavo/WinCairoRequirements>  Then you should be able to 
> build with Tools/Scripts/build-webkit --wincairo --64-bit
> 
> We really should update the instructions on webkit.org <http://webkit.org/> 
> On Feb 25, 2016, at 12:17 AM, Thomas Brodt <thomas.brodt.li...@porabo.ch 
> <mailto:thomas.brodt.li...@porabo.ch>> wrote:
> 
> 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>http://trac.webkit.org/wiki/WindowsWithoutCygwin
>  <http://trac.webkit.org/wiki/WindowsWithoutCygwin>
> 
> On Feb 24, 2016, at 9:57 AM, Myles C. Maxfield <mmaxfi...@apple.com 
> <mailto:mmaxfi...@apple.com>> wrote:
> 
> What is the error you are seeing?
> 
> On Feb 24, 2016, at 9:26 AM, Rakesh Sadhu <rakeshsa...@hotmail.com 
> <mailto:rakeshsa...@hotmail.com>> wrote:
> 
> Hello ,
> I am trying to build webkit on Windows .
> I am following  steps from  
> <https://webkit.org/building-webkit-on-windows/>https://webkit.org/building-webkit-on-windows/
>  <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 mailing list
> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> <https://lists.webkit.org/mailman/listinfo/webkit-dev>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org <mailto:webkit-dev@lists.webkit.org>
&

Re: [webkit-dev] Building Webkit on Windows

2016-02-27 Thread Rakesh Sadhu

Hi Thomas, 
Thank for your  answer .
However my build suddenly fails and I notice , its creating 32 bit binaries .
I am attaching a build log file here .

regards
RSadhu

To: achristen...@apple.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 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 reliable building environment, so with my next
one I will try without the cygwin installation. 



We use Webkit via COM interface on Windows in our application here,
so I build rather infrequently, and with a working build, we then
can live for some time. But for our use we would need 32bit
dependencies, and if I understood correctly, there are currently
only 64bit available. That doesn't matter at the moment, but when I
am ready for our next build, I would ask again if you don't mind.



Thanks for your help!



Thomas



Am 25.02.2016 um 19:17 schrieb 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 Tools/Scripts/update-webkit-wincairo-libs.
   Right now, only the 64-bit dependencies are included in that zip,
  but let me know if you need 32-bit dependencies.  They are from 
https://github.com/peavo/WinCairoRequirements 
  Then you should be able to build with Tools/Scripts/build-webkit
  --wincairo --64-bit
  

  
  We really should update the instructions on webkit.org 


  
On Feb 25, 2016, at 12:17 AM, Thomas Brodt
  <thomas.brodt.li...@porabo.ch>
  wrote:


  
   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
  


  
On Feb 24, 2016, at 9:57 AM, Myles
  C. Maxfield <mmaxfi...@apple.com>

  wrote:


  What
is the error you are seeing?
  

On Feb 24, 2016, at 9:26 AM, Rakesh Sadhu
<rakeshsa...@hotmail.com>

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 using MSVS2015 or  Cygwin .

Can anyone guide here please?

regards

RSadhu
  

  
  
___

  webkit-dev mailing list

  webkit-dev@lists.webkit.org

  
https://lists.webkit.org/mailman/listinfo/webkit-dev


  
  ___
  webkit-dev

mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev
  



  
  

  
  

  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/l

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 
reliable building environment, so with my next one I will try without 
the cygwin installation.


We use Webkit via COM interface on Windows in our application here, so I 
build rather infrequently, and with a working build, we then can live 
for some time. But for our use we would need 32bit dependencies, and if 
I understood correctly, there are currently only 64bit available. That 
doesn't matter at the moment, but when I am ready for our next build, I 
would ask again if you don't mind.


Thanks for your help!

Thomas

Am 25.02.2016 um 19:17 schrieb 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 Tools/Scripts/update-webkit-wincairo-libs.  Right now, only 
the 64-bit dependencies are included in that zip, but let me know if 
you need 32-bit dependencies.  They are from 
https://github.com/peavo/WinCairoRequirements Then you should be able 
to build with Tools/Scripts/build-webkit --wincairo --64-bit


We really should update the instructions on webkit.org 

On Feb 25, 2016, at 12:17 AM, Thomas Brodt 
> 
wrote:


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


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 AM, Rakesh Sadhu  
wrote:



Hello ,
I am trying to build webkit on Windows .
I am following  steps 
fromhttps://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 mailing list
webkit-dev@lists.webkit.org 
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org 
https://lists.webkit.org/mailman/listinfo/webkit-dev




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org 
https://lists.webkit.org/mailman/listinfo/webkit-dev




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 
Tools/Scripts/update-webkit-wincairo-libs.  Right now, only the 64-bit 
dependencies are included in that zip, but let me know if you need 32-bit 
dependencies.  They are from https://github.com/peavo/WinCairoRequirements 
  Then you should be able to 
build with Tools/Scripts/build-webkit --wincairo --64-bit

We really should update the instructions on webkit.org  
> On Feb 25, 2016, at 12:17 AM, Thomas Brodt  
> wrote:
> 
> 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
>>  
>> 
>>> 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 AM, Rakesh Sadhu < 
>>> rakeshsa...@hotmail.com 
>>> > 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 using MSVS2015 or  
 Cygwin .
 Can anyone guide here please?
 regards
 RSadhu
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org 
 https://lists.webkit.org/mailman/listinfo/webkit-dev 
 
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org 
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>>> 
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org 
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> 
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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


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 AM, Rakesh Sadhu > wrote:



Hello ,
I am trying to build webkit on Windows .
I am following  steps fromhttps://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 mailing list
webkit-dev@lists.webkit.org 
https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org 
https://lists.webkit.org/mailman/listinfo/webkit-dev




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 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 using MSVS2015 or  Cygwin .
>> Can anyone guide here please?
>> regards
>> RSadhu
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org 
>> https://lists.webkit.org/mailman/listinfo/webkit-dev 
>> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org 
> https://lists.webkit.org/mailman/listinfo/webkit-dev 
> 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


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 using MSVS2015 or  Cygwin .
> Can anyone guide here please?
> regards
> RSadhu
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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 mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[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/

Here is what ive done so far:

Installed a new machine with Windows XP with 3.5 gb ram and a big big disk.
Installed Visual Studio 2005 with all the SP's and patches mentioned.
Installed the Platform SDK as mentioned.
Installed Cygwin as described.

I've got the source dirwctly from svn with the checkout command as described
and put the source in my home
gygwin directory, So far so good.

I've done a update-webkit first. I found this detail somewhere on the net,
dont remember where. I downloaded
the WebKitSupportLibrary.zip thing and put it in the main dir, etc.

When I run build-webkit, It builds and builds and builds etc, fine, but at
some point i begin to see errors like
$(PRODUCTION), $(DXSDKSIR) etc environment variables not set. (I suspect
this isnt a big problem). The big problem is when
the build reaches linking. It tells med Out of memory (LNK1102) every time.

One thing ive tried, is that I suspected that it maybe was the wrong
link.exe it got to (maybe the one in /cygwin/bin), so I renamed that
to link_back.exe. Still same error. So it finds the visual studio 2005
link.exe fine.

I'm sure this all is just me being a big webkit noob and someone has been
thru this trail before?

Any input would be very helpful ;) thx

brgds
Frederic Gos
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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.

This is a list for discussion of the design and development of WebKit.
 Your help request should be made on webkit-h...@lists.webkit.org.

-Brent
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 of ram.
  I keep getting an out of memory error from link.exe.

 This is a list for discussion of the design and development of WebKit.
  Your help request should be made on webkit-h...@lists.webkit.org.


Isn't this a development of WebKit question? I thought webkit-help was for
web development questions (e.g. how do I fix my site in webkit?). This
question seems appropriate to webkit-dev.

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).

Ojan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 (e.g. how do I fix my 
 site in webkit?).

You are mistaken.

-- Darin

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 answer is:

You are most likely building in a 32-bit environment.  The work
arounds for this problem are as follows (choose one of the following):

1.  Build in 64-bit Vista or Windows 7.
2.  I have heard that KB949009
(https://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=18623)
may correct the problem.
3.  Or, you can turn off Whole Program Optimization on the WebCore
project (see Configuration Properties|C/C++|Optimization), and turn
off Link Time Code Generation on the WebKit project (see
Configuration Properties|Linker|Optimization).

The last option will definitely work (I do this for my test box, which
is only 32 bits), though the best long-term choice is to run a 64-bit
OS.

-Brent
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 da...@apple.com wrote:

 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 (e.g. how do I
 fix my site in webkit?).

 You are mistaken.

-- Darin

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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 reaches linking. It tells med Out of memory (LNK1102) every time.
 
 One thing ive tried, is that I suspected that it maybe was the wrong
 link.exe it got to (maybe the one in /cygwin/bin), so I renamed that
 to link_back.exe. Still same error. So it finds the visual studio 2005
 link.exe fine.
 
 I'm sure this all is just me being a big webkit noob and someone has been
 thru this trail before?
 
 Any input would be very helpful ;) thx
 
 brgds
 Frederic Gos
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[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 
http://trac.webkit.org/wiki/BuildingCairoOnWindows but I couldn't build it.
I faced many compilation errors about cURL and others.

Please, can anyone help me to build it?

Thanks
--
Bahaa Zaid
Software Engineer
Arx ICT
http://arxict.com
[EMAIL PROTECTED]
+20 10 298 9129
My Calendar



Bahaa.vcf
Description: Binary data
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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 https://bugs.webkit.org/show_bug.cgi?id=18471

This should work.  However, I haven't had time to look at the code in the
last 1-2 weeks, so it is not confirmed.

Let me know how it goes.

Best,
Dan



On Mon, May 5, 2008 at 9:25 AM, Gmail (bahaazaid) [EMAIL PROTECTED]
wrote:

  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
 http://trac.webkit.org/wiki/BuildingCairoOnWindows but I couldn't build
 it.
 I faced many compilation errors about cURL and others.

 Please, can anyone help me to build it?

 Thanks

 --
 *Bahaa Zaid*
 Software Engineer
 Arx ICT
 http://arxict.com
 [EMAIL PROTECTED]
 +20 10 298 9129
 My Calendarhttp://bahaazaid.calendar.live.com/calendar/Public/index.html

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


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

2008-05-05 Thread Gmail (bahaazaid)
Hi Daniel,

I tried to apply the two patches but they failed. Which revision you succeeded 
to build?

Thanks so much
--
Bahaa Zaid
Software Engineer
Arx ICT
http://arxict.com
[EMAIL PROTECTED]
+20 10 298 9129
My Calendar




From: Daniel Zucker 
Sent: Monday, May 05, 2008 7:34 PM
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 instructions
-manually apply patch in https://bugs.webkit.org/show_bug.cgi?id=18435
-manually apply patch in https://bugs.webkit.org/show_bug.cgi?id=18471

This should work.  However, I haven't had time to look at the code in the last 
1-2 weeks, so it is not confirmed.

Let me know how it goes.

Best,
Dan




On Mon, May 5, 2008 at 9:25 AM, Gmail (bahaazaid) [EMAIL PROTECTED] wrote:

  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 
http://trac.webkit.org/wiki/BuildingCairoOnWindows but I couldn't build it.
  I faced many compilation errors about cURL and others.

  Please, can anyone help me to build it?

  Thanks
  --
  Bahaa Zaid
  Software Engineer
  Arx ICT
  http://arxict.com
  [EMAIL PROTECTED]
  +20 10 298 9129
  My Calendar



  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev