Re: [webkit-dev] WebKit build

2017-07-14 Thread Konstantin Tokarev
14.07.2017, 17:00, "Nagendra K" : > Hi All > > Is it possible to build WebKit without any port? No. > I want to add custom port above that step by step and check. > I saw the build-webkit Script which gives "--only -webkit build" option, but > this is not working. > > Thanks and Regards, > Nag

[webkit-dev] WebKit build

2017-07-14 Thread Nagendra K
Hi All Is it possible to build WebKit without any port? I want to add custom port above that step by step and check. I saw the build-webkit Script which gives "--only -webkit build" option, but this is not working. Thanks and Regards, Nagendra ___ webk

Re: [webkit-dev] WebKit Build

2017-07-06 Thread Nagendra K
Hi All, Sorry for the below question, it was my mistake to comment a line in the cmakelists.txt Thanks and Regards, Nagendra On 6 Jul 2017 18:56, "Nagendra K" wrote: Hi All, I am trying to build WebKit using a custom port which I am adapting currently. I am hit with below issue. I am buildi

[webkit-dev] WebKit Build

2017-07-06 Thread Nagendra K
Hi All, I am trying to build WebKit using a custom port which I am adapting currently. I am hit with below issue. I am building the JavaScriptCore and hit with a error, it expects Bytecodes.h to be generated, but this is not happening. How is this generated? Thanks and Regards, Nagendra

Re: [webkit-dev] WebKit Build dependencies

2017-06-23 Thread Michael Catanzaro
I just found this list: https://trac.webkit.org/wiki/WebKitGTK/Dependencies It looks mostly accurate to me, but slightly outdated. I see it's missing at least libhyphen. There might be more. Michael ___ webkit-dev mailing list webkit-dev@lists.webk

Re: [webkit-dev] WebKit Build dependencies

2017-06-23 Thread Michael Catanzaro
On Thu, Jun 22, 2017 at 6:51 AM, Adrian Perez de Castro wrote: On Thu, 22 Jun 2017 15:41:26 +0530, Nagendra K wrote: To build WebKit alone for a cross platform embedded device, want to know the list of dependencies/packages required to build on host(Ubuntu) and dependencies to run on ho

Re: [webkit-dev] WebKit Build dependencies

2017-06-22 Thread Konstantin Tokarev
22.06.2017, 14:52, "Adrian Perez de Castro" : > On Thu, 22 Jun 2017 15:41:26 +0530, Nagendra K wrote: > >>  To build WebKit alone for a cross platform embedded device, want to know >>  the list of dependencies/packages required to build on host(Ubuntu) and >>  dependencies to run on host other t

Re: [webkit-dev] WebKit Build dependencies

2017-06-22 Thread Adrian Perez de Castro
On Thu, 22 Jun 2017 15:41:26 +0530, Nagendra K wrote: > To build WebKit alone for a cross platform embedded device, want to know > the list of dependencies/packages required to build on host(Ubuntu) and > dependencies to run on host other than toolchain. Request some to help > where to find this

[webkit-dev] WebKit Build dependencies

2017-06-22 Thread Nagendra K
Hi, To build WebKit alone for a cross platform embedded device, want to know the list of dependencies/packages required to build on host(Ubuntu) and dependencies to run on host other than toolchain. Request some to help where to find this information. Thanks and Regards, Nags ___

Re: [webkit-dev] WebKit build failed

2016-12-14 Thread Olmstead, Don
: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] WebKit build failed This is the log. On Wed, Dec 14, 2016 at 4:40 PM, youenn fablet mailto:youe...@gmail.com>> wrote: I guess you tried something like "./Tools/Scripts/build-webkit --release --wincairo" or "perl ./Tools

Re: [webkit-dev] WebKit build failed

2016-12-14 Thread Plamen Dimitrov
This is the log. On Wed, Dec 14, 2016 at 4:40 PM, youenn fablet wrote: > I guess you tried something like "./Tools/Scripts/build-webkit --release > --wincairo" or "perl ./Tools/Scripts/build-webkit --release --wincairo"? > > If so, can you provide the log? > > > Le mer. 14 déc. 2016 à 13:01, Pla

Re: [webkit-dev] WebKit build failed

2016-12-14 Thread youenn fablet
I guess you tried something like "./Tools/Scripts/build-webkit --release --wincairo" or "perl ./Tools/Scripts/build-webkit --release --wincairo"? If so, can you provide the log? Le mer. 14 déc. 2016 à 13:01, Plamen Dimitrov a écrit : > OK. How to build webkit-wincairo correctly? > > On Wed, De

Re: [webkit-dev] WebKit build failed

2016-12-14 Thread Plamen Dimitrov
OK. How to build webkit-wincairo correctly? On Wed, Dec 14, 2016 at 11:40 AM, Konstantin Tokarev wrote: > > > 14.12.2016, 12:22, "Plamen Dimitrov" : > > Hi all, > > > > if WinCairo build is OK why I cann't build it? > > > > I've still cannot generated a lot of files. > > It seems that DerivedSo

Re: [webkit-dev] WebKit build failed

2016-12-14 Thread Konstantin Tokarev
14.12.2016, 12:22, "Plamen Dimitrov" : > Hi all, > > if  WinCairo build is OK why I cann't build it? > > I've still cannot generated a lot of files. > It seems that DerivedSources.make has not been invoked. CMake build does not use DerivedSources.make > How I can generate the files manually?  p

Re: [webkit-dev] WebKit build failed

2016-12-14 Thread Plamen Dimitrov
Hi all, if WinCairo build is OK why I cann't build it? I've still cannot generated a lot of files. It seems that DerivedSources.make has not been invoked. How I can generate the files manually? perl build-webkit --release --wincairo not works for me the error is error C2672: 'std::invoke': no m

Re: [webkit-dev] WebKit build failed

2016-12-12 Thread Alex Christensen
> On Dec 12, 2016, at 4:30 AM, Konstantin Tokarev wrote: > > > > 12.12.2016, 12:25, "Plamen Dimitrov" : >> Hi all, I am trying to build webkit wincairo 1) I've done 2, 3, 4, 5, 6, 7, >> 8, 9,10 and 13 from this list: >> https://webkit.org/webkit-on-windows/#installing-developer-tools 2) I've

Re: [webkit-dev] WebKit build failed

2016-12-12 Thread Konstantin Tokarev
12.12.2016, 18:46, "Plamen Dimitrov" : > Thank you Konstantin. > I've generated an VS 2015 project and found out that a lot of files are > missing. For example: > EventInterfaces.h EventTargetInterfaces.h HTMLNames.h > InternalSettingsGenerated.h JSCryptoKey.h JSCustomElementRegistry.h > JSDoc

Re: [webkit-dev] WebKit build failed

2016-12-12 Thread Plamen Dimitrov
Thank you Konstantin. I've generated an VS 2015 project and found out that a lot of files are missing. For example: EventInterfaces.h EventTargetInterfaces.h HTMLNames.h InternalSettingsGenerated.h JSCryptoKey.h JSCustomElementRegistry.h JSDocument.h JSFontFace.h JSFontFaceSet.h JSIDBCursor.h JSIDB

Re: [webkit-dev] WebKit build failed

2016-12-12 Thread Konstantin Tokarev
12.12.2016, 12:25, "Plamen Dimitrov" : > Hi all, I am trying to build webkit wincairo 1) I've done 2, 3, 4, 5, 6, 7, > 8, 9,10 and 13 from this list: > https://webkit.org/webkit-on-windows/#installing-developer-tools 2) I've > installed Ruby 2.0.0-p648 and DevKit-mingw64 from here: > http://r

[webkit-dev] WebKit build failed

2016-12-12 Thread Plamen Dimitrov
Hi all, I am trying to build webkit wincairo 1) I've done 2, 3, 4, 5, 6, 7, 8, 9,10 and 13 from this list: https://webkit.org/webkit-on-windows/#installing-developer-tools 2) I've installed Ruby 2.0.0-p648 and DevKit-mingw64 from here: http://rubyinstaller.org/downloads/ 3) I've run "update-webkit"

Re: [webkit-dev] webkit build error

2010-05-18 Thread Darin Adler
The mailing list for questions about how to build WebKit is webkit-help, not webkit-dev. Please see . -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webk

[webkit-dev] webkit build error

2010-05-18 Thread jason
hello,all: Execus me,I am so sorry. who can help me? when I build the webkit, there are some error occurs in my project! why? The errors as follows: 10>Linking... 10>LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored 10>msvcprt.lib(MSVCP80.dll) : error LNK2005: "public: sta

Re: [webkit-dev] Webkit Build Error on Windows (Urgent)

2009-07-22 Thread Adam Treat
This thread is not appropriate for webkit-dev. There is a new mailing list - webkit-help - which has been setup for threads of this nature. Please use the other mailing list and keep webkit-dev focused on webkit development. http://lists.webkit.org/mailman/listinfo.cgi/webkit-help Cheers, Ada

Re: [webkit-dev] Webkit Build Error on Windows (Urgent)

2009-07-22 Thread mjbh
Hi Thanx Niilesh. "Cannot find file: \usr\bin\WebKit\WebKit.pro" Error occurred due to qmake not able understand the cygwin style path. I have modified webkitdir.pm to generate windows style path. then I got the below message. bash-3.2$ WebKitTools/Scripts/build-webkit --cairo-win32 --debug un

Re: [webkit-dev] Webkit Build Error on Windows (Urgent)

2009-07-22 Thread Nilesh Patil
Hi >From errors you are getting , seems that you cygwin is not installed/configured correctly. You need to have required dependancies in cygwin shell. Thanks & Regards Niilesh On Wed, Jul 22, 2009 at 2:05 PM, mjbh wrote: > > Hi, >  I have tried to build Webkit using cygwin. I have followed the >

[webkit-dev] Webkit Build Error on Windows (Urgent)

2009-07-22 Thread mjbh
Hi, I have tried to build Webkit using cygwin. I have followed the documentation and post details in the forum. 1. Installed the cygwin. 2. Installed QuickTime SDK 3. Checkout the latest webkit code from trunk (in cgywin) 4. set the ENV variable WEBKITLIBRARIESDIR & WEBKITOUTPUTDIR 5. Ran : WebKi

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
ng Microsoft Visual Studio 2005 x86 tools.   When I search for FindSafari.exe it is not there.   Thanks for all the help.     Regards, Fred  --- On Fri, 5/29/09, Roland Steiner wrote: From: Roland Steiner Subject: Re: [webkit-dev] WebKit-Build To: "F S" Cc: webkit-dev@lists.webkit.org D

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread Roland Steiner
Hi Fred, Could it be that you did the checkout from under the Windows command line rather than from within CygWin? This messes it up, at least that was the cause for a similar issue I encountered. Everything worked fine when I re-did the checkout under CygWin. It's also the first time I see the li

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   Sorry, my previous email was sent at the middle, do not know why.   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: -  Added Environment Variables for INCLUDE, PATH and LIB to Windows environment to match VC++ setting -  R

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: -  Noticed I --- On Fri, 5/29/09, F S wrote: From: F S Subject: WebKit-Build To: webkit-dev@lists.webkit.org Date: Friday, May 29, 2009, 6:23 AM Hello all,   I am

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: -  --- On Fri, 5/29/09, F S wrote: From: F S Subject: WebKit-Build To: webkit-dev@lists.webkit.org Date: Friday, May 29, 2009, 6:23 AM Hello all,   I am new in We

Re: [webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello,   I have made some improvements that I like to share the findings, however it still does not build.   Things I did: - --- On Fri, 5/29/09, F S wrote: From: F S Subject: WebKit-Build To: webkit-dev@lists.webkit.org Date: Friday, May 29, 2009, 6:23 AM Hello all,   I am new in Web

[webkit-dev] WebKit-Build

2009-05-29 Thread F S
Hello all,   I am new in Webkit development and I need your help.   I am trying to build webkit with no success, I have spent quite some time reading google for possible hints and have seen many posts with many people having the same problem (some were posted a year or two ago) but have not seen

[webkit-dev] WebKit build failing (rev.38617)

2008-12-01 Thread haithem rahmani
Hi all, When building the WebKit I have the following error: opening dependency file .deps/DerivedSources/JSCSSMediaRule.Tpo: No such file or directory to fix that I created the directory "DerivedSources/JSCSSMediaRule.Tpo" manually and it's OK. how to modify the build system to fix this ? reg

Re: [webkit-dev] webkit build on 2008

2008-09-01 Thread David Kilzer
On Mon, 9/1/08, Amanda Llewellyn <[EMAIL PROTECTED]> wrote: > Does anyone know if there are any plans to release a build > of WebKit compatible with visual studio 2008? Have you tried compiling WebKit with Visual Studio 2008? Are you running into compiler errors or other build errors? Could yo

[webkit-dev] webkit build on 2008

2008-09-01 Thread Amanda Llewellyn
Hi, Does anyone know if there are any plans to release a build of WebKit compatible with visual studio 2008? thanks This e-mail is confidential and intended solely for the use of the individual(s) to whom it is addressed. Any views or opinions expressed are t

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
On May 13, 2008, at 5:39 PM, Darren VanBuren wrote: On May 13, 2008, at 5:20 PM, Mark Rowe wrote: Looking at build-launcher-app, it will build both Drosera.app and DroseraLauncher.app. Are you sure that build-launcher-app ran to completion without failing? At the end it did say Unabl

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Darren VanBuren
At the end it did say Unable to determine current SVN branch in /Users/onekopaka/WebKit at WebKitTools/BuildSlaveSupport/build-launcher-app line 58. Could that be the problem? If so, how would I resolve it? On May 13, 2008, at 5:20 PM, Mark Rowe wrote: On May 13, 2008, at 5:07 PM, Darren

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
On May 13, 2008, at 5:07 PM, Darren VanBuren wrote: On May 13, 2008, at 5:01 PM, Mark Rowe wrote: On May 13, 2008, at 4:57 PM, Darren VanBuren wrote: I am trying to make a DMG like the Nightlies, I think you need to run build-launcher-app prior to running build- launcher-dmg. That will

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Darren VanBuren
I did, but it just seems to bundle WebKit.app On May 13, 2008, at 5:01 PM, Mark Rowe wrote: On May 13, 2008, at 4:57 PM, Darren VanBuren wrote: I am trying to make a DMG like the Nightlies, I think you need to run build-launcher-app prior to running build- launcher-dmg. That will bundle t

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
On May 13, 2008, at 4:57 PM, Darren VanBuren wrote: I am trying to make a DMG like the Nightlies, I think you need to run build-launcher-app prior to running build- launcher-dmg. That will bundle the frameworks up inside WebKit.app, Drosera.app inside DroseraLauncher.app, etc. - Mark _

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Darren VanBuren
I am trying to make a DMG like the Nightlies, On May 13, 2008, at 4:22 PM, Mark Rowe wrote: Darren, What is it that you're trying to do? You can build + run Drosera by running ./WebKitTools/Scripts/build-drosera and then opening WebKitBuild/Release/Drosera.app. - Mark On May 13, 2008, a

Re: [webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Mark Rowe
Darren, What is it that you're trying to do? You can build + run Drosera by running ./WebKitTools/Scripts/build-drosera and then opening WebKitBuild/Release/Drosera.app. - Mark On May 13, 2008, at 4:10 PM, Darren VanBuren wrote: When I try to run WebKitTools/BuildSlaveSupport/build-launc

[webkit-dev] WebKit build-launcher-dmg error

2008-05-13 Thread Darren VanBuren
When I try to run WebKitTools/BuildSlaveSupport/build-launcher-dmg i get the following errors: Macintosh:WebKit onekopaka$ WebKitTools/BuildSlaveSupport/build- launcher-dmg Removing previous temp source directory (if any)... Making a new temp source directory... Copying WebKit.app to temp sou

Re: [webkit-dev] Webkit build failed, qmake doesn't know -r option?

2008-04-22 Thread Michael Tross
On 22.04.2008 15:17, Kiswono Prayogo wrote: > Hello, can anybody help me to solve this error? thanks in advance.. > > i've check out webkit's svn, > i'm using visual studio 2008 express edition, > installed all needed component/SDKs as seen in the tutorial, > and try to build webkit, but i got thi

[webkit-dev] Webkit build failed, qmake doesn't know -r option?

2008-04-22 Thread Kiswono Prayogo
Hello, can anybody help me to solve this error? thanks in advance.. i've check out webkit's svn, i'm using visual studio 2008 express edition, installed all needed component/SDKs as seen in the tutorial, and try to build webkit, but i got thiss error message: Microsoft Windows XP [Version 5.1.260

[webkit-dev] Webkit build failed, qmake doesn't know -r option?

2008-04-22 Thread Kiswono Prayogo
Hello, can anybody help me to solve this error? thanks in advance.. i've check out webkit's svn, i'm using visual studio 2008 express edition, installed all needed component/SDKs as seen in the tutorial, and try to build webkit, but i got thiss error message: Microsoft Windows XP [Version 5.1.260

Re: [webkit-dev] webkit build with -g option

2008-02-01 Thread Mark Rowe
On 02/02/2008, at 00:42, Srinivas Rao M Hamse wrote: Hi Mark/Oliver That does the same thing as running 'set-webkit-configuration --debug' followed by 'build-webkit', that is it also unsets NDEBUG which leads to assertions and logging code being compiled in. I think the answer to the origina

Re: [webkit-dev] webkit build with -g option

2008-02-01 Thread Oliver Hunt
On Feb 1, 2008, at 5:42 AM, Srinivas Rao M Hamse wrote: Hi Mark/Oliver That does the same thing as running 'set-webkit-configuration --debug' followed by 'build-webkit', that is it also unsets NDEBUG which leads to assertions and logging code being compiled in. I think the answer to the orig

Re: [webkit-dev] webkit build with -g option

2008-02-01 Thread Srinivas Rao M Hamse
Hi Mark/Oliver > That does the same thing as running 'set-webkit-configuration --debug' > followed by 'build-webkit', that is it also unsets NDEBUG which leads > to assertions and logging code being compiled in. I think the answer > to the original question will depend on which port of WebKit (

Re: [webkit-dev] webkit build with -g option

2008-02-01 Thread Mark Rowe
On 02/02/2008, at 00:18, Oliver Dole wrote: Hello, On 2/1/08, Srinivas Rao M Hamse <[EMAIL PROTECTED]> wrote: HI, Has anyone tried compiling webkit using -g option. When i tried the debug build by setting the flag using ./set-webkit-configuration , i get a build with lots of assert and

Re: [webkit-dev] webkit build with -g option

2008-02-01 Thread Oliver Dole
Hello, On 2/1/08, Srinivas Rao M Hamse <[EMAIL PROTECTED]> wrote: > HI, > Has anyone tried compiling webkit using -g option. When i tried the debug > build by setting the flag using > ./set-webkit-configuration , i get a build with lots of assert and log > message which i donot need. > I just wa

[webkit-dev] webkit build with -g option

2008-02-01 Thread Srinivas Rao M Hamse
HI, Has anyone tried compiling webkit using -g option. When i tried the debug build by setting the flag using ./set-webkit-configuration , i get a build with lots of assert and log message which i donot need. I just want a build which is similar to release build but has the debug information in i

Re: [webkit-dev] webkit-build in VS2005 team suite

2007-12-14 Thread Brent Fulgham
On Dec 14, 2007 1:06 AM, 정우철 <[EMAIL PROTECTED]> wrote: > I want to build webkit. But there is some problem. > > I get a current source code by SVN. > > And open ~\WebKit\WebKit\win\WebKit.sln file by VS2005. > > But there's many errors. Then fail to build. > > (ex. Unicode/uchar.h : No such file

[webkit-dev] webkit-build in VS2005 team suite

2007-12-14 Thread 정우철
Hi, all First of all, I sorry about my short English. (I’m a Korean.) I want to build webkit. But there is some problem. I get a current source code by SVN. And open ~\WebKit\WebKit\win\WebKit.sln file by VS2005. But there’s many errors. Then fail to build. (ex. Unicode/uchar.h : No