Re: [webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Frédéric WANG
Le 12/07/2017 à 19:19, Alex Christensen a écrit :
> WebKit can be built and run on the iOS simulator by anyone with the
> public iOS SDK.  I
> use https://webkit.org/blog/3457/building-webkit-for-ios-simulator/ when
> I forget how to do this.
>
> I guess WebKit can be built for device, but I’m pretty sure WebKit
> cannot be put as the system framework on an iOS device without
> Apple-internal tools.  With a lot of work you might be able to
> statically link everything into a custom app for local debugging, but
> I’m pretty sure such an app would be rejected by the App Store based
> on section 2.5.6
> of https://developer.apple.com/app-store/review/guidelines/
>
Yes, I'm already using the simulator for running tests and testing local
ios builds. I was just wondering whether it was possible to produce and
install a local build for development and testing purpose on a device.
Apparently from your reply and Michael's this seems quite unlikely with
the public iOS SDK :-( I guess it would be nice to mention this
limitation on https://webkit.org/building-webkit/

Thanks.

-- 
Frédéric Wang




signature.asc
Description: OpenPGP digital signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Michael Saboff
I’ll add a little to Alex’s comments.

I doubt you could build all of WebKit with the public iOS SDK.  You certainly 
can’t sign JavaScriptCore to use JIT memory.  Even if could build WebKit and 
statically linked your code with what you built, there will likely be some 
mismatch between the WebKit you built and the System frameworks that WebKit 
links against, such as UIKit, that will cause your app to crash on startup.

- Michael

> On Jul 12, 2017, at 10:19 AM, Alex Christensen  wrote:
> 
> WebKit can be built and run on the iOS simulator by anyone with the public 
> iOS SDK.  I use 
> https://webkit.org/blog/3457/building-webkit-for-ios-simulator/ 
>  when I 
> forget how to do this.
> 
> I guess WebKit can be built for device, but I’m pretty sure WebKit cannot be 
> put as the system framework on an iOS device without Apple-internal tools.  
> With a lot of work you might be able to statically link everything into a 
> custom app for local debugging, but I’m pretty sure such an app would be 
> rejected by the App Store based on section 2.5.6 of 
> https://developer.apple.com/app-store/review/guidelines/ 
> 
> 
>> On Jul 12, 2017, at 8:31 AM, Frédéric WANG > > wrote:
>> 
>> Hello,
>> 
>> For development and testing purpose, I was wondering if there is a way
>> to produce a build of WebKit/Safari-mobile and to install it on a device
>> (instead of using the iOS simulator)? And is there any specific
>> requirement like having an Apple developer license and a registered device?
>> 
>> I know that we have a builder [1] and I just noticed the "--ios-device"
>> parameter for the build-webkit script but I can't find any information
>> on the official documentation [2] or on the WebKit wiki. I also tried
>> searching this mailing list about the topic but could not find any
>> relevant thread.
>> 
>> Thanks,
>> 
>> Frédéric
>> 
>> [1] https://build.webkit.org/builders/Apple%20iOS%2010%20Release%20(Build) 
>> 
>> [2] https://webkit.org/building-webkit/ 
>> 
>> 
>> ___
>> 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 for an iOS device

2017-07-12 Thread Alex Christensen
WebKit can be built and run on the iOS simulator by anyone with the public iOS 
SDK.  I use https://webkit.org/blog/3457/building-webkit-for-ios-simulator/ 
 when I forget 
how to do this.

I guess WebKit can be built for device, but I’m pretty sure WebKit cannot be 
put as the system framework on an iOS device without Apple-internal tools.  
With a lot of work you might be able to statically link everything into a 
custom app for local debugging, but I’m pretty sure such an app would be 
rejected by the App Store based on section 2.5.6 of 
https://developer.apple.com/app-store/review/guidelines/ 


> On Jul 12, 2017, at 8:31 AM, Frédéric WANG  wrote:
> 
> Hello,
> 
> For development and testing purpose, I was wondering if there is a way
> to produce a build of WebKit/Safari-mobile and to install it on a device
> (instead of using the iOS simulator)? And is there any specific
> requirement like having an Apple developer license and a registered device?
> 
> I know that we have a builder [1] and I just noticed the "--ios-device"
> parameter for the build-webkit script but I can't find any information
> on the official documentation [2] or on the WebKit wiki. I also tried
> searching this mailing list about the topic but could not find any
> relevant thread.
> 
> Thanks,
> 
> Frédéric
> 
> [1] https://build.webkit.org/builders/Apple%20iOS%2010%20Release%20(Build)
> [2] https://webkit.org/building-webkit/
> 
> 
> ___
> 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-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


Re: [webkit-dev] Building WebKit with Intel Compiler icc

2011-06-13 Thread Alexis Menard
2 months ago or something I managed to build trunk with ICC without
any issue. You just have to disable JIT.

On Sat, Jun 11, 2011 at 5:33 PM, Konstantin Tokarev annu...@yandex.ru wrote:


 11.06.2011, 21:36, cb07...@qmul.ac.uk:
 Do you have any pointers? Are there some flags or specific ways to specify 
 which compiler to use for the whole build system (the build scripts) or 
 should I be trying to use Intel Compiler to build each part separately?

 Any help will be greatly appreciated!


 IIRC I just used proper icc mkspec (see -platform option of configure and 
 mkspecs/ directory in Qt sources)

 Also (FYI), configure respects CC and CXX variables


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




-- 
Alexis Menard
Software Engineer
INdT Recife Brazil
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Building WebKit with Intel Compiler icc

2011-06-11 Thread cb07098
Do you have any pointers? Are there some flags or specific ways to specify
which compiler to use for the whole build system (the build scripts) or
should I be trying to use Intel Compiler to build each part separately?

Any help will be greatly appreciated!

Ivan

On Fri, Jun 10, 2011 at 2:36 AM, Konstantin Tokarev annu...@yandex.ruwrote:



 09.06.2011, 23:05, cb07...@qmul.ac.uk:
  Hello,
  I don't know if this is the right forum to ask this question. If it isn't
 I'd appreciate any pointers to where I should be asking this:
 
  I would like to build WebKit with Intel Compiler (ICC) and was wondering
 if this has been already done or if anyone has pointers on what would be the
 easiest way to do it.
 
  Thanks in advance for any help you can provide me with,

 Once I've successfully built Qt 4.6.3 with included QtWebKit version using
 icc 11 for x86_64. But 32-bit version failed to compile.

 Situation may be quite different now.


 --
 Regards,
 Konstantin

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


Re: [webkit-dev] Building WebKit with Intel Compiler icc

2011-06-10 Thread Konstantin Tokarev


09.06.2011, 23:05, cb07...@qmul.ac.uk:
 Hello,
 I don't know if this is the right forum to ask this question. If it isn't I'd 
 appreciate any pointers to where I should be asking this:

 I would like to build WebKit with Intel Compiler (ICC) and was wondering if 
 this has been already done or if anyone has pointers on what would be the 
 easiest way to do it.

 Thanks in advance for any help you can provide me with,

Once I've successfully built Qt 4.6.3 with included QtWebKit version using icc 
11 for x86_64. But 32-bit version failed to compile.

Situation may be quite different now.


-- 
Regards,
Konstantin
___
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


Re: [webkit-dev] Building Webkit on Linux

2009-08-11 Thread Tor Arne Vestbø

On 8/11/09 12:30 PM, Jilu Oommen wrote:

Hi,
I am trying to build webkit on Linux using gcc (GCC) 4.3.0 20080428 (Red
Hat 4.3.0-8). Currently I am getting stuck on linking error: ar:
DerivedSources/.libs/JSCSSCharsetRule.o: No such file or directory
Can you please let me know a solution at the earliest. Or Please suggest
the latest version of webkit source that will work fine on Linux.
thanks in advance, Jil


Please use webkit-h...@lists.webkit.org for these type of questions.

Tor Arne

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


Re: [webkit-dev] Building Webkit on Linux

2009-08-11 Thread Holger Freyther
On Tuesday 11 August 2009 12:30:25 Jilu Oommen wrote:
 Hi,

sending the same mail twice to the wrong mailinglist is not very helpful. You 
can see here[1] to pick the right mailinglist. If you search for support you 
will need to provide enough information to allow people to actually help you..

The minimum is at least:
- What version of WebKit do you have?
- What version do your dependencies have?
- Is the same revision building on the buildbots?
- What are you trying to do (the command you used to configure and 
build)?

z.

[1] http://webkit.org/contact.html

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


Re: [webkit-dev] Building WebKit on ARM

2009-06-17 Thread Zoltan Herczeg
Hi,

 1.Want to know the build instructions for building WebKit on OMAP 3530?

WebKit is written in c++, so you don't need to do anything special for
your CPU. Just run WebKitTools/Scripts/build-webkit

 2.Does the WebKit source need to be changed(makefile) so that it builds
 for OMAP 3530?

If you plan to use a cross-compiler, the answer is yes. However, you can
use a scratchbox environment to avoid these modifications:
http://freedesktop.org/wiki/Software/sbox2

Zoltan


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


Re: [webkit-dev] Building WebKit on ARM

2009-06-17 Thread Holger Freyther
On Wednesday 17 June 2009 15:50:32 jagadeesh k wrote:
 Hi,

 I want to built WebKit on OMAP 3530(ARM cortex A8)with Open embedded
 Linux distribution. 1.Want to know the build instructions for building
 WebKit on OMAP 3530?

 2.Does the WebKit source need to be changed(makefile) so that it builds for
 OMAP 3530?

No,

koen from Angstrom/OpenEmbedded is maintaining the build recipe. All you need 
would be something like bitbake webkitgtk and you will get a webkit with the 
Armv7 JIT enabled for your OMAP3.

I think it would be best if you ask further questions in an OpenEmbedded 
channel.

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


Re: [webkit-dev] Building WebKit GTK+

2009-06-16 Thread jagadeesh k
Hi,

Thanks Gustavo.Your solution worked.

Jagadeesh

 


From: jagadeesh k jagadees...@yahoo.com
To: webkit-dev@lists.webkit.org
Sent: Monday, June 15, 2009 6:34:02 PM
Subject: Building WebKit GTK+


Hi,

    I downloaded WebKit GTK+ port for building it on Linux cent OS.After 
downloading I extracted components from downloaded tar file.But in extracted 
directory there is no autogen.sh file,for building webkit i need that file.Let 
me know how to build webkit GTK+?

FYI:I referred the following link for building.

http://www.webkitgtk.org/?page=contribute 


Thanks and regards
Jagadeesh


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


Re: [webkit-dev] Building WebKit GTK+

2009-06-15 Thread Gustavo Noronha
Hey,

On Mon, 2009-06-15 at 06:04 -0700, jagadeesh k wrote:
 
 I downloaded WebKit GTK+ port for building it on Linux cent
 OS.After downloading I extracted components from downloaded tar
 file.But in extracted directory there is no autogen.sh file,for
 building webkit i need that file.Let me know how to build webkit GTK+?

autogen.sh is only available if you fetch WebKitGTK+ from the subversion
repository, or the git mirror. When using tarballs, you will find the
configure script, that should be enough for building.

See you,

-- 
Gustavo Noronha g...@gnome.org
GNOME contributor

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


Re: [webkit-dev] Building WebKit WX port for Windows

2008-09-03 Thread Kevin Ollivier

Hi Javed,

On Sep 3, 2008, at 2:12 PM, Javed Rabbani wrote:



  Hello everyone,

  I am trying to build WebKit WX port on Windows. The build process  
stops with a fatal error U1077 in cl.exe of Visual Studio 2005. The  
error code is 0xc135. Can anyone suggest possible cause of this  
behavior? I would appreciate if someone can guide me with proper way  
to build wx port on Windows using MSVC 2005. The WX Widgets version  
is 2.8.6. Even if someone has already built the port I would  
appreciate if the generated DLL/LIB can be shared so that I may  
continue with code debug. Thanks.


Could you provide more details about where compilation stopped and  
what the exact error message you received was?


Thanks,

Kevin



  Regards,
  Javed Rabbani
___
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 Visual Studio 2005 is failed!

2008-07-18 Thread Paul Pedriana
This doesn't seem to be something that's specific to Visual Studio 2005, 
though it could be something specific to Windows.

The error is of course coming from the following line:

if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 
'Duplicate value!'; exit 1; fi

That line is saying that it thinks there are two identical lines within 
the CSSValueKeywords.in file, which would be a bad thing. I suggest that 
you manually verify that CSSValueKeywords has no duplicated lines. If 
there are duplicated lines then I would think the file is broken. If 
there are no duplicated lines then I would suggest running each step of 
the above line one by one and see which one is responsible for the result.

Paul




 Dear all,

 I am building the WebKit on Visual Studio 2005.

 I used the latest source by 'update-webkit' script. I installed the 
 cygwin with cygwin-downloader on webkit.org http://webkit.org.

 perl version is v5.10. gpref is properly installed as well.

 but I have a few error messages.

 One of messages is
 '
 '
 '
 # Lower case all the values, as CSS values are case-insensitive
 perl -ne 'print lc' 
 /home/JC47~1.PAR/WebKit/WebCore/css/CSSValueKeywords.in 
 /home/JC47~1.PAR/WebKit/WebCore/css/SVGCSSValueKeywords.in  
 CSSValueKeywords.in
 gperf -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 
 /home/JC47~1.PAR/WebKit/WebCore/platform/ColorData.gperf  ColorData.c
 if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 
 'Duplicate value!'; exit 1; fi
 gperf -CEot -L ANSI-C -k * -N findDoctypeEntry -F 
 ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards 
 /home/JC47~1.PAR/WebKit/WebCore/html/DocTypeStrings.gperf  
 DocTypeStrings.cpp
 Duplicate value!
 make: *** [CSSValueKeywords.h] Error 1
 make: *** Waiting for unfinished jobs
 make: Nothing to be done for `all'.
 '
 '
 '

 'CSSValueKeywords.h' is not generated. Have you seen this message before?

 Thanks in advance. :)

 JC Park.

 

 ___
 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 Visual Studio 2005 is faied.

2008-07-16 Thread David Kilzer
Do you have ActiveState Perl installed?  If so, the perl command in Cygwin 
may be picking up ActiveState Perl instead of /usr/bin/perl.  You either need 
to uninstall ActiveState Perl or change your PATH environment variable so that 
/usr/bin/perl is first.

Running which perl or perl --version from Cygwin may give you more 
information as well.

Dave


On Wed, 7/16/08, JungChul Park [EMAIL PROTECTED] wrote:

 Dear all,
 
 I've tried to build WebKit on Visual Studio 2005.
 
 I have been following the post on WebKit.org and wiki. I
 have done all
 required steps.
 
 but when I compile the WebKit I get some errors.
 
 You can see the error massge on
 http://novvon.tistory.com/121.
 
 Please help me to come out of this situation.
 
 Thank a lot in
 advance!___
 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 with cygwin failed

2008-06-30 Thread tyl

Thanks for your reply!
I had changed the order of the VC++ directory in the path list, it works.
But another two errors occur, please help.

My english is very poor, if there has some impolite or wrong word, please
forgive me. 

Here is the ImageDiff and testapi's Build Log.

---
Build Log  
Build started: Project: ImageDiff, Configuration: Debug|Win32

 Command Lines  
Build machine environment variables may not be correct.
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1B32602216.bat
with contents
[
@echo off

set PATH=%SystemDrive%\cygwin\bin;%PATH%

if exist C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed grep
XXImageDiffXX C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed

if errorlevel 1 exit 1

echo XXImageDiffXX  C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from Performing
Pre-Build Event...

exit 1

:VCEnd
]
Creating command line
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1B32602216.bat
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1C32602216.rsp
with contents
[
/OUT:C:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.exe
/INCREMENTAL /LIBPATH:C:\cygwin\home\teng\WebKit\WebKitBuild\lib
/LIBPATH:C:\cygwin\home\teng\WebKit\WebKitLibraries\win\lib /MANIFEST
/MANIFESTFILE:C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.intermediate.manifest
/DEBUG /PDB:c:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.pdb
/SUBSYSTEM:CONSOLE
/IMPLIB:C:\cygwin\home\teng\WebKit\WebKitBuild\lib\ImageDiff_debug.lib
/MACHINE:X86  /SAFESEH /FIXED:NO /dynamicbase CoreGraphics.lib
CoreFoundation.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib

..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiffCG.obj

..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest.res
]
Creating command line link.exe
@C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1C32602216.rsp
/NOLOGO /ERRORREPORT:QUEUE
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1D32602216.rsp
with contents
[
/out:..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest
/notify_update /manifest

..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.intermediate.manifest
]
Creating command line mt.exe
@C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1D32602216.rsp
/nologo
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1E32602216.bat
with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% 
..\..\..\WebKitBuild\obj\ImageDiff\Debug\mt.dep
]
Creating command line
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1E32602216.bat
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\TMP1F32602216.tmp
with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */
..\\..\\..\\WebKitBuild\\obj\\ImageDiff\\Debug\\ImageDiff_debug.exe.embed.manifest
]
Creating command line rc.exe
/fo..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest.res
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\TMP1F32602216.tmp
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP2032602216.rsp
with contents
[
/OUT:C:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.exe
/INCREMENTAL /LIBPATH:C:\cygwin\home\teng\WebKit\WebKitBuild\lib
/LIBPATH:C:\cygwin\home\teng\WebKit\WebKitLibraries\win\lib /MANIFEST
/MANIFESTFILE:C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.intermediate.manifest
/DEBUG /PDB:c:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.pdb
/SUBSYSTEM:CONSOLE
/IMPLIB:C:\cygwin\home\teng\WebKit\WebKitBuild\lib\ImageDiff_debug.lib
/MACHINE:X86  /SAFESEH /FIXED:NO /dynamicbase CoreGraphics.lib
CoreFoundation.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib

..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiffCG.obj

..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest.res
]
Creating command line link.exe
@C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP2032602216.rsp
/NOLOGO /ERRORREPORT:QUEUE
Build machine environment variables may not be correct.
Build machine environment variables may not be correct.
Creating temporary file
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT2132602216.bat
with contents
[
@echo off

if exist C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed del
C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed



mkdir 2NUL 

Re: [webkit-dev] Building Webkit with cygwin failed

2008-06-30 Thread Paul Pedriana




Well I see this output:

     File not found - CoreFoundation.dll
     0 File(s) copied

Which is caused by this command:

     xcopy /y /d
"C:\cygwin\home\teng\WebKit\WebKitLibraries\win\bin\CoreFoundation.dll"
"C:\cygwin\home\teng\WebKit\WebKitBuild\bin"

Does the CoreFoundation.dll file exist in the xcopy source location? I
can't recall how that .dll file and its siblings get to be in that
directory, but in the meantime I think you could manually place them
there.

Paul





  Thanks for your reply!
I had changed the order of the VC++ directory in the path list, it works.
But another two errors occur, please help.

My english is very poor, if there has some impolite or wrong word, please
forgive me. 

Here is the ImageDiff and testapi's Build Log.

---
Build Log  
Build started: Project: ImageDiff, Configuration: Debug|Win32

 Command Lines  
Build machine environment variables may not be correct.
Creating temporary file
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1B32602216.bat"
with contents
[
@echo off

set PATH=%SystemDrive%\cygwin\bin;%PATH%

if exist "C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed" grep
XXImageDiffXX "C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed"

if errorlevel 1 exit 1

echo XXImageDiffXX  "C:\cygwin\home\teng\WebKit\WebKitBuild\buildfailed"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing
Pre-Build Event..."

exit 1

:VCEnd
]
Creating command line
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1B32602216.bat"
Creating temporary file
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1C32602216.rsp"
with contents
[
/OUT:"C:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.exe"
/INCREMENTAL /LIBPATH:"C:\cygwin\home\teng\WebKit\WebKitBuild\lib"
/LIBPATH:"C:\cygwin\home\teng\WebKit\WebKitLibraries\win\lib" /MANIFEST
/MANIFESTFILE:"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.intermediate.manifest"
/DEBUG /PDB:"c:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.pdb"
/SUBSYSTEM:CONSOLE
/IMPLIB:"C:\cygwin\home\teng\WebKit\WebKitBuild\lib\ImageDiff_debug.lib"
/MACHINE:X86  /SAFESEH /FIXED:NO /dynamicbase CoreGraphics.lib
CoreFoundation.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib

"..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiffCG.obj"

"..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest.res"
]
Creating command line "link.exe
@C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1C32602216.rsp
/NOLOGO /ERRORREPORT:QUEUE"
Creating temporary file
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1D32602216.rsp"
with contents
[
/out:..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest
/notify_update /manifest

..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.intermediate.manifest
]
Creating command line "mt.exe
@C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP1D32602216.rsp
/nologo"
Creating temporary file
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1E32602216.bat"
with contents
[
@echo Manifest resource last updated at %TIME% on %DATE% 
..\..\..\WebKitBuild\obj\ImageDiff\Debug\mt.dep
]
Creating command line
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\BAT1E32602216.bat"
Creating temporary file
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\TMP1F32602216.tmp"
with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */
"..\\..\\..\\WebKitBuild\\obj\\ImageDiff\\Debug\\ImageDiff_debug.exe.embed.manifest"
]
Creating command line "rc.exe
/fo"..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.embed.manifest.res"
C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\TMP1F32602216.tmp"
Creating temporary file
"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\RSP2032602216.rsp"
with contents
[
/OUT:"C:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.exe"
/INCREMENTAL /LIBPATH:"C:\cygwin\home\teng\WebKit\WebKitBuild\lib"
/LIBPATH:"C:\cygwin\home\teng\WebKit\WebKitLibraries\win\lib" /MANIFEST
/MANIFESTFILE:"C:\cygwin\home\teng\WebKit\WebKitBuild\obj\ImageDiff\Debug\ImageDiff_debug.exe.intermediate.manifest"
/DEBUG /PDB:"c:\cygwin\home\teng\WebKit\WebKitBuild\bin\ImageDiff_debug.pdb"
/SUBSYSTEM:CONSOLE
/IMPLIB:"C:\cygwin\home\teng\WebKit\WebKitBuild\lib\ImageDiff_debug.lib"
/MACHINE:X86  /SAFESEH /FIXED:NO /dynamicbase CoreGraphics.lib
CoreFoundation.lib kernel32.lib user32.lib gdi32.lib winspool.lib
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
odbc32.lib odbccp32.lib

"..\..\..\WebKitBuild\obj\ImageDiff\Debug\ImageDiffCG.obj"


Re: [webkit-dev] Building Webkit with cygwin failed

2008-06-30 Thread Brent Fulgham
On Mon, Jun 30, 2008 at 12:13 PM, Paul Pedriana [EMAIL PROTECTED] wrote:

 Does the CoreFoundation.dll file exist in the xcopy source location? I can't
 recall how that .dll file and its siblings get to be in that directory, but
 in the meantime I think you could manually place them there.


As Paul pointed out, you are missing libraries needed to build.  Did
you read the instructions on
http://webkit.org/building/checkout.html; for getting the sources?
If you ran the update-webkit script from Cygwin, it should have
downloaded the various DLL's needed to build.

Make sure that the WebKitTools/Scripts directory is in your path, and
that you are using the build-webkit and other commands.  These set
up the paths needed to build properly.

Please read http://trac.webkit.org/wiki/BuildingOnWindows; as well,
to see if you forgot to set any environment variables.

Good luck!

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


Re: [webkit-dev] Building Webkit with cygwin failed

2008-06-30 Thread tyl

I had checked out the WebKit source tree, and executed the update-webkit
script successfully.But there isn't a 'bin' folder in my
'WebKit\WebKitLibraries\win\' directory, there are only 'includes', 'lib'
and 'tools' folders.

Did i miss something? or it should be created in the building process?

Thank you.




Paul Pedriana-3 wrote:
 
 
 
 
   
 
 
 Well I see this output: 
 
     gt;gt; File not found - CoreFoundation.dll 
     gt;gt; 0 File(s) copied 
 
 Which is caused by this command: 
 
     gt;gt; xcopy /y /d
 C:\cygwin\home\teng\WebKit\WebKitLibraries\win\bin\CoreFoundation.dll
 C:\cygwin\home\teng\WebKit\WebKitBuild\bin 
 
 Does the CoreFoundation.dll file exist in the xcopy source location? I
 can't recall how that .dll file and its siblings get to be in that
 directory, but in the meantime I think you could manually place them
 there. 
 
 Paul 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 

-- 
View this message in context: 
http://www.nabble.com/Building-Webkit-with-cygwin-failed-tp18189797p18207681.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] Building Webkit with cygwin failed

2008-06-30 Thread tyl

Thanks for your reply!

I had checked out the WebKit source tree, and executed the update-webkit
script successfully.But there still doesn't have a 'bin' folder in my
'WebKit\WebKitLibraries\win\' directory, and i think i didn't miss anything
wrote in the http://webkit.org/building/checkout.html; and
http://trac.webkit.org/wiki/BuildingOnWindows; instructions.

My question is where is the 'bin' folder's contents come from?
Be Downloaded from the server or be copied from the safari's install
directory. 




Brent Fulgham-2 wrote:
 
 On Mon, Jun 30, 2008 at 12:13 PM, Paul Pedriana [EMAIL PROTECTED]
 wrote:
 
 Does the CoreFoundation.dll file exist in the xcopy source location? I
 can't
 recall how that .dll file and its siblings get to be in that directory,
 but
 in the meantime I think you could manually place them there.

 
 As Paul pointed out, you are missing libraries needed to build.  Did
 you read the instructions on
 http://webkit.org/building/checkout.html; for getting the sources?
 If you ran the update-webkit script from Cygwin, it should have
 downloaded the various DLL's needed to build.
 
 Make sure that the WebKitTools/Scripts directory is in your path, and
 that you are using the build-webkit and other commands.  These set
 up the paths needed to build properly.
 
 Please read http://trac.webkit.org/wiki/BuildingOnWindows; as well,
 to see if you forgot to set any environment variables.
 
 Good luck!
 
 -Brent
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 

-- 
View this message in context: 
http://www.nabble.com/Building-Webkit-with-cygwin-failed-tp18189797p18208053.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] Building Webkit with cygwin failed

2008-05-18 Thread Adam Roben

On May 15, 2008, at 3:40 AM, Frederic Beauzor wrote:

c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\cssgrammar.cpp(3418) : error C2220: warning treated as error - no  
'executable' file generated
c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\cssgrammar.cpp(3418) : warning C4701: potentially uninitialized  
local variable 'cssyylval' used
c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\xpathgrammar.cpp(2043) : warning C4702: unreachable code
c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\xpathgrammar.cpp(2085) : warning C4701: potentially uninitialized  
local variable 'xpathyylval' used


We may need to disable warning 4701 for XPathGrammar.cpp and  
CSSGrammar.cpp. Could you please file a bug at https:// 
bugs.webkit.org/? Please include the revision of the WebKit sources  
you were trying to build (`svn info` will tell you this) and the  
version of Visual Studio/Visual C++ Express you were using. Thanks!


-Adam

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


Re: [webkit-dev] Building Webkit with cygwin failed

2008-05-18 Thread Adam Roben

On May 18, 2008, at 11:04 PM, Adam Roben wrote:


On May 15, 2008, at 3:40 AM, Frederic Beauzor wrote:

c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\cssgrammar.cpp(3418) : error C2220: warning treated as error - no  
'executable' file generated
c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\cssgrammar.cpp(3418) : warning C4701: potentially uninitialized  
local variable 'cssyylval' used
c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\xpathgrammar.cpp(2043) : warning C4702: unreachable code
c:\cygwin\home\user\webkit\webcore\webcore.vcproj 
\xpathgrammar.cpp(2085) : warning C4701: potentially uninitialized  
local variable 'xpathyylval' used


We may need to disable warning 4701 for XPathGrammar.cpp and  
CSSGrammar.cpp. Could you please file a bug at https://bugs.webkit.org/ 
? Please include the revision of the WebKit sources you were trying  
to build (`svn info` will tell you this) and the version of Visual  
Studio/Visual C++ Express you were using. Thanks!


Apparently this bug has already been fixed in r33497. Try updating  
your sources with `svn update` and building again.


-Adam

___
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 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


RE: [webkit-dev] Building Webkit

2008-04-01 Thread Khanna Piyush-A21612
Adam/Sijin - Thanks for your inputs...some further progress, but still
some further errors.

Attached is the log file...

 From your build log it looks like you're facing an issue that I faced
earlier this week with the line endings.
 Take a look at the build-generated-files.sh files in the windows
specific project folders, some of them are using CRLF line endings, if
your cygwin 
 environment is setup to use unix line endings, then you'll get the
errors below. Change the line endings in these files to be unix
compatible i.e. LF  and then the build-generated-files.sh script
should run properly.
1-- Build started: Project: JavaScriptCoreGenerated, Configuration: 
Release Win32 --
2-- Build started: Project: WTF, Configuration: Debug Win32 --
2Performing Pre-Build Event...
1Performing Makefile project actions
1 xcopy /y/d/e/i ..\..\..\WebKitLibraries\win\tools 
C:\cygwin\home\a21612\WebKit\WebKitLibraries\win\tools
1Cannot perform a cyclic copy
10 File(s) copied
1 set PATH=%PATH%;%SystemDrive%\cygwin\bin
1 touch C:\cygwin\home\a21612\WebKit\WebKitBuild\buildfailed
1 bash build-generated-files.sh C:\cygwin\home\a21612\WebKit\WebKitBuild 
C:\cygwin\home\a21612\WebKit\WebKitLibraries\win
1Can't find c:\Program on PATH.
1NMAKE : fatal error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0x1'
1Stop.
1Project : error PRJ0019: A tool returned an error code from Performing 
Makefile project actions
1Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\JavaScriptCoreGenerated\Release\BuildLog.htm
1JavaScriptCoreGenerated - 2 error(s), 0 warning(s)
2Compiling...
3-- Build started: Project: JavaScriptCore, Configuration: Debug Win32 
--
3Performing Pre-Build Event...
3Project : error PRJ0002 : Error result 1 returned from 
'C:\WINDOWS\system32\cmd.exe'.
3Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\JavaScriptCore\Debug\BuildLog.htm
3JavaScriptCore - 1 error(s), 0 warning(s)
2CollatorDefault.cpp
4-- Build started: Project: WebCoreGenerated, Configuration: Release Win32 
--
4Performing Makefile project actions
4Project : error PRJ0002 : Error result 1 returned from 
'C:\WINDOWS\system32\cmd.exe'.
4Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\WebCoreGenerated\Release\BuildLog.htm
4WebCoreGenerated - 1 error(s), 0 warning(s)
2c:\cygwin\home\a21612\WebKit\JavaScriptCore\wtf/unicode/icu/UnicodeIcu.h(28) 
: fatal error C1083: Cannot open include file: 'unicode/uchar.h': No such file 
or directory
2CollatorICU.cpp
2c:\cygwin\home\a21612\WebKit\JavaScriptCore\wtf/unicode/icu/UnicodeIcu.h(28) 
: fatal error C1083: Cannot open include file: 'unicode/uchar.h': No such file 
or directory
2FastMalloc.cpp
2..\..\wtf\FastMalloc.cpp(81) : fatal error C1083: Cannot open include file: 
'pthread.h': No such file or directory
2TCSystemAlloc.cpp
5-- Build started: Project: FindSafari, Configuration: Release Win32 --
5Performing Pre-Link Event...
5Linking...
5link: missing operand after `ÿþ/'
5Try `link --help' for more information.
5Project : error PRJ0002 : Error result 1 returned from 
'C:\cygwin\bin\link.exe'.
5Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\FindSafari\Release\BuildLog.htm
5FindSafari - 1 error(s), 0 warning(s)
2c:\cygwin\home\a21612\webkit\javascriptcore\wtf\TCSpinLock.h(40) : fatal 
error C1083: Cannot open include file: 'sched.h': No such file or directory
2UTF8.cpp
2c:\cygwin\home\a21612\WebKit\JavaScriptCore\wtf/unicode/icu/UnicodeIcu.h(28) 
: fatal error C1083: Cannot open include file: 'unicode/uchar.h': No such file 
or directory
2Generating Code...
2Project : warning PRJ0018 : The following environment variables were not 
found:
2$(PRODUCTION)
2Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\WTF\Debug\BuildLog.htm
2WTF - 5 error(s), 0 warning(s)
6-- Build started: Project: QTMovieWin, Configuration: Debug Win32 --
6Performing Pre-Build Event...
6Compiling...
6QTMovieWin.cpp
6c:\cygwin\home\a21612\WebKit\WebCore\ForwardingHeaders\wtf/Platform.h(1) : 
fatal error C1083: Cannot open include file: 'JavaScriptCore/Platform.h': No 
such file or directory
6QTMovieWinTimer.cpp
6c:\cygwin\home\a21612\WebKit\WebCore\ForwardingHeaders\wtf/Platform.h(1) : 
fatal error C1083: Cannot open include file: 'JavaScriptCore/Platform.h': No 
such file or directory
6Generating Code...
6Project : warning PRJ0018 : The following environment variables were not 
found:
6$(PRODUCTION)
6Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\QTMovieWin\Debug\BuildLog.htm
6QTMovieWin - 2 error(s), 0 warning(s)
7-- Build started: Project: WebCore, Configuration: Debug_Cairo Win32 
--
7Performing Pre-Build Event...
7Project : error PRJ0002 : Error result 1 returned from 
'C:\WINDOWS\system32\cmd.exe'.
7Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\WebCore\Debug_Cairo\BuildLog.htm
7WebCore - 1 

RE: [webkit-dev] Building Webkit

2008-04-01 Thread Sijin Joseph
You may want to put in some debugging statements in build-generated-files.sh to 
see where it is failing.

From: Khanna Piyush-A21612 [EMAIL PROTECTED]
Sent: Tuesday, April 01, 2008 8:15 AM
To: Sijin Joseph
Cc: webkit-dev@lists.webkit.org
Subject: RE: [webkit-dev] Building Webkit

Adam/Sijin - Thanks for your inputs...some further progress, but still
some further errors.

Attached is the log file...

 From your build log it looks like you're facing an issue that I faced
earlier this week with the line endings.
 Take a look at the build-generated-files.sh files in the windows
specific project folders, some of them are using CRLF line endings, if
your cygwin
 environment is setup to use unix line endings, then you'll get the
errors below. Change the line endings in these files to be unix
compatible i.e. LF  and then the build-generated-files.sh script
should run properly.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


RE: [webkit-dev] Building Webkit

2008-03-31 Thread Khanna Piyush-A21612
An update...
 
After setting the WebKitLibrariesDir  WebKitOutputDir environment
variables using Control Panel, the
C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj
project opened successfully
 
However, that seems to have very few files (i.e. not the entire webkit).
Also building the same returned error (which again mentions some
uninitialized environment variables). Attached is the log output.
 
Any further clues?
 
Thanks!
 
Best Regards,
Piyush.
 
 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Khanna
Piyush-A21612
Sent: Monday, March 31, 2008 4:33 PM
To: Brent Fulgham
Cc: webkit-dev@lists.webkit.org
Subject: RE: [webkit-dev] Building Webkit


Hi Brent/Ankush,
 
Thanks for your inputs...
 
Yes, I'm running the commands from Cygwin shell itself.
 
Even if I set the environment variables (using both Control Panel +
export utility in Cygwin), I get the same error:

 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ export WebKitLibrariesDir=~a21612/WebKit/WebKitLibraries/win
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ echo $WebKitLibrariesDir
/home/a21612/WebKit/WebKitLibraries/win
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ export WebKitOutputDir=~a21612/WebKit/WebKitBuild
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ echo $WebKitOutputDir
/home/a21612/WebKit/WebKitBuild
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ perl WebKit/WebKitTools/Scripts/build-webkit
Unsupported platform, can't determine built library locations.
at C:/cygwin/home
/a21612/WebKit/WebKitTools/Scripts/webkitdirs.pm line 367.

[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ export
WebKitOutputDir=C:/cygwin/home/a21612/WebKit/WebKitBuild
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ export
WebKitLibrariesDir=C:/cygwin/home/a21612/WebKit/WebKitLibraries/win
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ echo $WebKitOutputDir
C:/cygwin/home/a21612/WebKit/WebKitBuild
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ echo $WebKitLibrariesDir
C:/cygwin/home/a21612/WebKit/WebKitLibraries/win
 
[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  /home/a21612
$ perl WebKit/WebKitTools/Scripts/build-webkit
Unsupported platform, can't determine built library locations.
at C:/cygwin/home
/a21612/WebKit/WebKitTools/Scripts/webkitdirs.pm line 367.


Are there any other paths to set as environment variables? Does anyone
have a list?
 
Thanks in advance.
 
Best Regards,
Piyush.
 



From: Brent Fulgham [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 28, 2008 9:39 PM
To: Khanna Piyush-A21612
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building Webkit


Hi, 

Are you running the build-webkit and other commands from your Cygwin
shell?  The directions don't seem to explicitly state that this is
necessary, but it is!

Set the environment variables in the Control Panel | System Properties
utility.  Click on the 'Advanced' tab, select the Environment
Variables button, and add the variables to the User variables for
a21612 window:

WebKitLibrariesDir  |  {Path to WebKit}\WebKitLibraries\win
WebKitOutputDir|  {Path to WebKit}\WebKitBuild


-Brent


ÿþ<html>

<head>

<META HTTP-EQUIV="Content-Type" content="text/html; charset=utf-16">

</head>

<body>

<pre>

<table width=100% bgcolor=#CFCFE5><tr> <td> <font face=arial size=+3>

Build Log

</font></table><table width=* cellspacing=0 cellpadding=0><tr><td width=0 bgcolor=#EDEDF5>&nbsp;</td><td width=0 bgcolor=#FFFFFF>&nbsp;</td><td width=*><pre>

<h3>Build started: Project: WinLauncher, Configuration: Debug|Win32</h3>

</pre></table><table width=100% bgcolor=#DFDFE5><tr><td><font face=arial size=+2>

Command Lines

</font></table><table width=* cellspacing=0 cellpadding=0><tr>

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben

Khanna Piyush-A21612 wrote:

An update...
 
After setting the WebKitLibrariesDir  WebKitOutputDir environment 
variables using Control Panel, 
the C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj project 
opened successfully
 
However, that seems to have very few files (i.e. not the entire webkit).


You should instead be building WebKit.sln (located at 
WebKit/WebKit/win/WebKit.vcproj/WebKit.sln).


Also building the same returned error (which again mentions some 
uninitialized environment variables). Attached is the log output.


The warning about $(PRODUCTION) is expected and should not cause a 
problem. Your build log complains that WebKit.h is missing, but that's 
because you haven't build WebKit yet. To do so, build WebKit.sln as 
mentioned above.


-Adam

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


RE: [webkit-dev] Building Webkit

2008-03-31 Thread Khanna Piyush-A21612
Hi Adam,
 
Thanks :) 
Some further progress...
 
Building WebKit/WebKit/win/WebKit.vcproj/WebKit.sln is also returning
errors :(
Attached is the build log.
 
Cause?
 
Thanks once again!
 
Best Regards,
Piyush.
 
 



From: Adam Roben [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 31, 2008 7:29 PM
To: Khanna Piyush-A21612
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building Webkit


Khanna Piyush-A21612 wrote: 

An update...
 
After setting the WebKitLibrariesDir  WebKitOutputDir
environment variables using Control Panel, the
C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj
project opened successfully
 
However, that seems to have very few files (i.e. not the entire
webkit).


You should instead be building WebKit.sln (located at
WebKit/WebKit/win/WebKit.vcproj/WebKit.sln).



Also building the same returned error (which again mentions some
uninitialized environment variables). Attached is the log output.


The warning about $(PRODUCTION) is expected and should not cause a
problem. Your build log complains that WebKit.h is missing, but that's
because you haven't build WebKit yet. To do so, build WebKit.sln as
mentioned above.

-Adam


1-- Build started: Project: JavaScriptCoreGenerated, Configuration: 
Release Win32 --
2-- Build started: Project: WTF, Configuration: Debug Win32 --
1Performing Makefile project actions
2Performing Pre-Build Event...
1 xcopy /y/d/e/i ..\..\..\WebKitLibraries\win\tools 
C:\cygwin\home\a21612\WebKit\WebKitLibraries\win\tools
1Cannot perform a cyclic copy
10 File(s) copied
1 set PATH=%PATH%;%SystemDrive%\cygwin\bin
1 touch C:\cygwin\home\a21612\WebKit\WebKitBuild\buildfailed
1 bash build-generated-files.sh C:\cygwin\home\a21612\WebKit\WebKitBuild 
C:\cygwin\home\a21612\WebKit\WebKitLibraries\win
1build-generated-files.sh: line 2: $'\r': command not found
1build-generated-files.sh: ../../../WebKitTools/Scripts/num-cpus: 
/usr/bin/perl: bad interpreter: No such file or directory
1build-generated-files.sh: line 4: $'\r': command not found
1realpath: No such file or directory
1cygpath: cannot create short name of 
1build-generated-files.sh: line 11: export: `XSRCROOT': not a valid identifier
1build-generated-files.sh: line 13: $'\r': command not found
1build-generated-files.sh: line 15: export: `XDSTROOT': not a valid identifier
1cygpath: cannot create short name of C:\cygwin\home\a21612\WebKit\WebKitBuild
1build-generated-files.sh: line 20: export: `XDSTROOT': not a valid identifier
1build-generated-files.sh: line 21: $'\r': command not found
1build-generated-files.sh: line 23: export: `SDKROOT': not a valid identifier
1cygpath: cannot create short name of 
C:\cygwin\home\a21612\WebKit\WebKitLibraries\win
1build-generated-files.sh: line 28: export: `SDKROOT': not a valid identifier
1build-generated-files.sh: line 29: $'\r': command not found
1build-generated-files.sh: line 31: $'\r': command not found
1mkdir: cannot create directory `\r\r': No such file or directory
1build-generated-files.sh: line 33: cd: /obj/JavaScriptCore/DerivedSources: No 
such file or directory
1build-generated-files.sh: line 34: $'\r': command not found
1Can't open perl script c:\Program: No such file or directory
1build-generated-files.sh: line 37: exit: 1: numeric argument required
1NMAKE : fatal error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0xff'
1Stop.
1Project : error PRJ0019: A tool returned an error code from Performing 
Makefile project actions
2Compiling...
1Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\JavaScriptCoreGenerated\Release\BuildLog.htm
1JavaScriptCoreGenerated - 2 error(s), 0 warning(s)
3-- Build started: Project: JavaScriptCore, Configuration: Debug Win32 
--
3Performing Pre-Build Event...
3Project : error PRJ0002 : Error result 1 returned from 
'C:\WINDOWS\system32\cmd.exe'.
3Project : warning PRJ0018 : The following environment variables were not 
found:
3$(PRODUCTION)
3Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\JavaScriptCore\Debug\BuildLog.htm
3JavaScriptCore - 1 error(s), 0 warning(s)
4-- Build started: Project: WebCoreGenerated, Configuration: Release Win32 
--
4Performing Makefile project actions
4Project : error PRJ0002 : Error result 1 returned from 
'C:\WINDOWS\system32\cmd.exe'.
4Build log was saved at 
file://C:\cygwin\home\a21612\WebKit\WebKitBuild\obj\WebCoreGenerated\Release\BuildLog.htm
4WebCoreGenerated - 1 error(s), 0 warning(s)
2CollatorDefault.cpp
2c:\cygwin\home\a21612\WebKit\JavaScriptCore\wtf/unicode/icu/UnicodeIcu.h(28) 
: fatal error C1083: Cannot open include file: 'unicode/uchar.h': No such file 
or directory
2CollatorICU.cpp
2c:\cygwin\home\a21612\WebKit\JavaScriptCore\wtf/unicode/icu/UnicodeIcu.h(28) 
: fatal error C1083: Cannot open include file: 'unicode/uchar.h': No such file 
or directory
2FastMalloc.cpp
2..\..\wtf\FastMalloc.cpp(81

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben

Khanna Piyush-A21612 wrote:

Hi Adam,
 
Thanks :)

Some further progress...
 
Building WebKit/WebKit/win/WebKit.vcproj/WebKit.sln is also returning 
errors :(

Attached is the build log.
 
Cause?


My guess is that you're having line ending issues. Two possible causes 
of this:


1) You used a non-Cygwin version of Subversion (e.g., TortoiseSVN) to 
checkout the WebKit source code
2) You used the Cygwin version of Subversion to checkout the WebKit 
source code, but have Cygwin configured to use Windows-style line endings


-Adam




*From:* Adam Roben [mailto:[EMAIL PROTECTED]
*Sent:* Monday, March 31, 2008 7:29 PM
*To:* Khanna Piyush-A21612
*Cc:* webkit-dev@lists.webkit.org
*Subject:* Re: [webkit-dev] Building Webkit

Khanna Piyush-A21612 wrote:

An update...
 
After setting the WebKitLibrariesDir  WebKitOutputDir environment 
variables using Control Panel, 
the C:\cygwin\home\a21612\WebKit\WebKitTools\WinLauncher\WinLauncher.vcproj project 
opened successfully
 
However, that seems to have very few files (i.e. not the entire webkit).


You should instead be building WebKit.sln (located at 
WebKit/WebKit/win/WebKit.vcproj/WebKit.sln).


Also building the same returned error (which again mentions some 
uninitialized environment variables). Attached is the log output.


The warning about $(PRODUCTION) is expected and should not cause a 
problem. Your build log complains that WebKit.h is missing, but that's 
because you haven't build WebKit yet. To do so, build WebKit.sln as 
mentioned above.


-Adam



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


RE: [webkit-dev] Building Webkit

2008-03-31 Thread Sijin Joseph
From your build log it looks like you're facing an issue that I faced earlier 
this week with the line endings.
Take a look at the build-generated-files.sh files in the windows specific 
project folders, some of them are using CRLF line endings, if your cygwin 
environment is setup to use unix line endings, then you'll get the errors 
below. Change the line endings in these files to be unix compatible i.e. LF and 
then the build-generated-files.sh script should run properly.

Also there was another issue in 
C:\cygwin\home\sijin\webkit\WebKitLibraries\win\tools\scripts\PRODUCTIONVERSION 
where the version number has a newline after it which was again breaking the 
build, that is hopefully fixed, if not then you can just delete the newline 
after the version 3.1.1 and you should be set.

Regards,
Sijin

1build-generated-files.sh: line 2: $'\r': command not found
1build-generated-files.sh: ../../../WebKitTools/Scripts/num-cpus: 
/usr/bin/perl: bad interpreter: No such file or directory
1build-generated-files.sh: line 4: $'\r': command not found
1realpath: No such file or directory
1cygpath: cannot create short name of
1build-generated-files.sh: line 11: export: `XSRCROOT': not a valid identifier
1build-generated-files.sh: line 13: $'\r': command not found
1build-generated-files.sh: line 15: export: `XDSTROOT': not a valid identifier
1cygpath: cannot create short name of C:\cygwin\home\a21612\WebKit\WebKitBuild
1build-generated-files.sh: line 20: export: `XDSTROOT': not a valid identifier
1build-generated-files.sh: line 21: $'\r': command not found
1build-generated-files.sh: line 23: export: `SDKROOT': not a valid identifier
1cygpath: cannot create short name of 
C:\cygwin\home\a21612\WebKit\WebKitLibraries\win
1build-generated-files.sh: line 28: export: `SDKROOT': not a valid identifier
1build-generated-files.sh: line 29: $'\r': command not found
1build-generated-files.sh: line 31: $'\r': command not found
1mkdir: cannot create directory `\r\r': No such file or directory
1build-generated-files.sh: line 33: cd: /obj/JavaScriptCore/DerivedSources: No 
such file or directory
1build-generated-files.sh: line 34: $'\r': command not found
1Can't open perl script c:\Program: No such file or directory
1build-generated-files.sh: line 37: exit: 1: numeric argument required
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Building Webkit

2008-03-28 Thread Brent Fulgham
Hi,
Are you running the build-webkit and other commands from your Cygwin shell?
 The directions don't seem to explicitly state that this is necessary, but
it is!

Set the environment variables in the Control Panel | System Properties
utility.  Click on the 'Advanced' tab, select the Environment Variables
button, and add the variables to the User variables for a21612 window:

WebKitLibrariesDir  |  {Path to WebKit}\WebKitLibraries\win
WebKitOutputDir|  {Path to WebKit}\WebKitBuild


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


Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Dozier, Bill
That's funny, it's just the opposite for me.

I'm trying to build on RHEL3 Linux (gcc 4.2.2). After running autogen, I run 
make and it starts complaining about not finding xcode:

$ make
make[1]: Entering directory `/workplace2/build/WebKit/JavaScriptCore'
( xcodebuild -target All `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print 
XcodeOptionString()'`  | grep -v setenv  exit ${PIPESTATUS[0]} )
/bin/sh: line 1: xcodebuild: command not found
make[1]: *** [all] Error 1
make[1]: Leaving directory `/workplace2/build/WebKit/JavaScriptCore'
make: *** [all] Error 2

So, I'm using the old, to-be-deprecated-soon qmake method and plodding along, 
installing everything that's missing. I'm up to this point:

rm: cannot remove `/workplace2/build/WebKit/WebKitBuild/Debug/WebCore': Is a 
directory
Calling 'qmake CONFIG+=gtk-port CONFIG-=qt -r 
OUTPUT_DIR=/workplace2/build/WebKit/WebKitBuild/Debug 
/workplace2/build/WebKit/WebKit.pro CONFIG-=release CONFIG+=debug' in 
/workplace2/build/WebKit/WebKitBuild/Debug
Reading /workplace2/build/WebKit/WebCore/WebCore.pro 
[/workplace2/build/WebKit/WebKitBuild/Debug//WebCore]Reading 
/workplace2/build/WebKit/JavaScriptCore/kjs/testkjs.pro 
[/workplace2/build/WebKit/WebKitBuild/Debug//JavaScriptCore/kjs]
Reading /workplace2/build/WebKit/WebKitTools/GtkLauncher/GtkLauncher.pro 
[/workplace2/build/WebKit/WebKitBuild/Debug//WebKitTools/GtkLauncher]
Reading 
/workplace2/build/WebKit/WebKitTools/DumpRenderTree/gtk/DumpRenderTree.pro 
[/workplace2/build/WebKit/WebKitBuild/Debug//WebKitTools/DumpRenderTree/gtk]
cd WebCore/  make -f Makefile
make[1]: Entering directory `/workplace2/build/WebKit/WebKitBuild/Debug/WebCore'
perl /workplace2/build/WebKit/JavaScriptCore/pcre/dftables tmp/chartables.c
Can't locate object method new via package File::Temp at 
/workplace2/build/WebKit/JavaScriptCore/pcre/dftables line 236.
make[1]: *** [tmp/chartables.c] Error 255
make[1]: Leaving directory `/workplace2/build/WebKit/WebKitBuild/Debug/WebCore'
make: *** [sub-WebCore-make_default-ordered] Error 2

...and still working on it.

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:webkit-dev-
 [EMAIL PROTECTED] On Behalf Of sval
 Sent: Sunday, February 17, 2008 7:19 AM
 To: webkit-dev@lists.webkit.org
 Subject: [webkit-dev] Building WebKit using auto tools


 Hi all I have build WebKit using auto tools using the following
 commands

 $ ./autogen.sh --prefix=/path/to/install/directory
 $ make
 $ ./Programs/GtkLauncher
 $ make install

 Running GtkLauncher works fine.=)

 How different is this from building WebKit using

 WebKit/WebKitTools/Scripts/build-webkit --gtk because trying to build
 this
 gives me Errors.:-((

 Any understanding in this regard will be of great Help...


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


Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Brent Fulgham
Hi Bill,

On Feb 18, 2008 10:21 AM, Dozier, Bill [EMAIL PROTECTED] wrote:

 That's funny, it's just the opposite for me.

 I'm trying to build on RHEL3 Linux (gcc 4.2.2). After running autogen, I
 run make and it starts complaining about not finding xcode:

 $ make
 make[1]: Entering directory `/workplace2/build/WebKit/JavaScriptCore'
 ( xcodebuild -target All `perl -I../WebKitTools/Scripts -Mwebkitdirs -e
 'print XcodeOptionString()'`  | grep -v setenv  exit ${PIPESTATUS[0]} )
 /bin/sh: line 1: xcodebuild: command not found
 make[1]: *** [all] Error 1
 make[1]: Leaving directory `/workplace2/build/WebKit/JavaScriptCore'
 make: *** [all] Error 2


I have this problem as well; the Apple build environment has several
Makefiles that trigger xcodebuild commands that are causing your trouble.

Try building with:

 make -f GNUmakefile

and see if that works any better for you.

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


Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Dozier, Bill
Hi Brent,

Thanks for the quick response! I've got no GNUmakefile.

After running autogen:

$ ls GNUmakefile*
GNUmakefile.am  GNUmakefile.in
$

Apparently, my problem with the qmake thing was my ancient perl...continuing 
down that road until the auto tools thing works.

Thanks,
Bill

From: Brent Fulgham [mailto:[EMAIL PROTECTED]
Sent: Monday, February 18, 2008 11:12 AM
To: Dozier, Bill
Cc: sval; webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building WebKit using auto tools

Hi Bill,
On Feb 18, 2008 10:21 AM, Dozier, Bill [EMAIL PROTECTED]mailto:[EMAIL 
PROTECTED] wrote:
That's funny, it's just the opposite for me.

I'm trying to build on RHEL3 Linux (gcc 4.2.2). After running autogen, I run 
make and it starts complaining about not finding xcode:

$ make
make[1]: Entering directory `/workplace2/build/WebKit/JavaScriptCore'
( xcodebuild -target All `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print 
XcodeOptionString()'`  | grep -v setenv  exit ${PIPESTATUS[0]} )
/bin/sh: line 1: xcodebuild: command not found
make[1]: *** [all] Error 1
make[1]: Leaving directory `/workplace2/build/WebKit/JavaScriptCore'
make: *** [all] Error 2

I have this problem as well; the Apple build environment has several Makefiles 
that trigger xcodebuild commands that are causing your trouble.

Try building with:

 make -f GNUmakefile

and see if that works any better for you.

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


Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Dozier, Bill
No GNUmakefile because of very ancient versions of automake and libtool (hey, I 
said it was RHEL3!).  Updating and trying again...

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dozier, Bill
Sent: Monday, February 18, 2008 11:17 AM
To: Brent Fulgham
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building WebKit using auto tools

Hi Brent,

Thanks for the quick response! I've got no GNUmakefile.

After running autogen:

$ ls GNUmakefile*
GNUmakefile.am  GNUmakefile.in
$

Apparently, my problem with the qmake thing was my ancient perl...continuing 
down that road until the auto tools thing works.

Thanks,
Bill

From: Brent Fulgham [mailto:[EMAIL PROTECTED]
Sent: Monday, February 18, 2008 11:12 AM
To: Dozier, Bill
Cc: sval; webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Building WebKit using auto tools

Hi Bill,
On Feb 18, 2008 10:21 AM, Dozier, Bill [EMAIL PROTECTED]mailto:[EMAIL 
PROTECTED] wrote:
That's funny, it's just the opposite for me.

I'm trying to build on RHEL3 Linux (gcc 4.2.2). After running autogen, I run 
make and it starts complaining about not finding xcode:

$ make
make[1]: Entering directory `/workplace2/build/WebKit/JavaScriptCore'
( xcodebuild -target All `perl -I../WebKitTools/Scripts -Mwebkitdirs -e 'print 
XcodeOptionString()'`  | grep -v setenv  exit ${PIPESTATUS[0]} )
/bin/sh: line 1: xcodebuild: command not found
make[1]: *** [all] Error 1
make[1]: Leaving directory `/workplace2/build/WebKit/JavaScriptCore'
make: *** [all] Error 2

I have this problem as well; the Apple build environment has several Makefiles 
that trigger xcodebuild commands that are causing your trouble.

Try building with:

 make -f GNUmakefile

and see if that works any better for you.

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


Re: [webkit-dev] Building webkit

2007-11-26 Thread Justin Haygood
Are you in the WebKit source directory (the one containing 
JavaScriptCore, WebCore, and yet another WebKit directory). If not, cd 
into that directory first, and then try rerunning that script again.


Piyush Sharma wrote:

Hi All,
 
I am trying to build Webkit Qt on Linux by using command 
*WebKit/WebKitTools/Scripts/build -webkit --**qt*

 but i am getting the error
* Cannot find file: \WebKit.pro.
Failed to setup build environment using qmake*!
 
Cud any one help me out...
 
Thanks  Regards

Piyush
 



___
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

2007-11-26 Thread Piyush Sharma
Tx...
I did the same ...

now i am getting the error *Qt/Linux builds JavaScriptCore/WebCore/WebKitQt
in one shot! Only call it for 'WebKit'*

Actually  i have run the same source code on window and it is working
fine
i have doubt in *scripting *where something missing to build webkit...

pls check the attached sci pt is correct or not for linux building.

I have one more doubt wether i have download the correct version of linux
webkit to build.

Thanks  Regards
Piyush


On 11/27/07, Justin Haygood [EMAIL PROTECTED] wrote:

 Are you in the WebKit source directory (the one containing JavaScriptCore,
 WebCore, and yet another WebKit directory). If not, cd into that directory
 first, and then try rerunning that script again.

 Piyush Sharma wrote:

  Hi All,

 I am trying to build Webkit Qt on Linux by using command *WebKit/WebKit
 Tools/Scripts/build -webkit --* *qt*
  but i am getting the error
 * Cannot find file: \WebKit.pro.
 Failed to setup build environment using qmake*!

 Cud any one help me out...

 Thanks  Regards
 Piyush


 --

 ___
 webkit-dev mailing [EMAIL 
 PROTECTED]://lists.webkit.org/mailman/listinfo/webkit-dev


#!/usr/bin/perl -w

# Copyright (C) 2005, 2006 Apple Computer, Inc.  All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1.  Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer. 
# 2.  Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution. 
# 3.  Neither the name of Apple Computer, Inc. (Apple) nor the names of
# its contributors may be used to endorse or promote products derived
# from this software without specific prior written permission. 
#
# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS AS IS AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Simplified build script for Web Kit Open Source Project.

use strict;
use File::Basename;
use File::Spec;
use FindBin;
use Getopt::Long qw(:config pass_through);
use lib $FindBin::Bin;
use webkitdirs;
use POSIX;

my $originalWorkingDirectory = getcwd();

my $svgSupport = 1;
my $svgExperimentalSupport = 0;
my $xpathSupport = 1;
my $xsltSupport = 1;
my $coverageSupport = 0;
my $colorSupport = 1; # Default: colorize make output

GetOptions('svg!' = \$svgSupport,
   'svg-experimental!' = \$svgExperimentalSupport,
   'xpath!' = \$xpathSupport,
   'xslt!' = \$xsltSupport,
   'coverage!' = \$coverageSupport,
   'color!' = \$colorSupport);

checkRequiredSystemConfig();
setConfiguration();
chdirWebKit();

my $productDir = productDir();
my @options = XcodeOptions();
my @overrideFeatureDefinesOption = ();

push @overrideFeatureDefinesOption, ENABLE_SVG if $svgSupport;
push @overrideFeatureDefinesOption, ENABLE_SVG_EXPERIMENTAL_FEATURES if 
$svgExperimentalSupport;
push @overrideFeatureDefinesOption, ENABLE_XPATH if $xpathSupport;
push @overrideFeatureDefinesOption, ENABLE_XSLT if $xsltSupport;
my $overrideFeatureDefinesString = FEATURE_DEFINES= . join( , 
@overrideFeatureDefinesOption);

my @coverageSupportOption = ();
if ($coverageSupport) {
push @coverageSupportOption, GCC_GENERATE_TEST_COVERAGE_FILES=YES;
push @coverageSupportOption, GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES;
push @coverageSupportOption, EXTRA_LINK= -ftest-coverage -fprofile-arcs;
push @coverageSupportOption, OTHER_CFLAGS= -MD;
push @coverageSupportOption, OTHER_LDFLAGS= -ftest-coverage -fprofile-arcs 
-framework AppKit;
}

# Check that all the project directories are there.
my @projects = (JavaScriptCore, JavaScriptGlue, WebCore, WebKit);
my @otherDirs = (WebKitLibraries);
for my $dir (@projects, @otherDirs) {
if (! -d $dir) {
die Error: No $dir directory found. Please do a fresh checkout.\n;
}
}

if (isOSX()) {
# Copy library and header from WebKitLibraries to a findable place in the 
product directory.
my $srcLib = WebKitLibraries/libWebKitSystemInterface.a;
my $lib = $productDir/libWebKitSystemInterface.a;