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

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

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

[webkit-dev] Building WebKit for an iOS device

2017-07-12 Thread Frédéric WANG
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

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

Re: [webkit-dev] Building Webkit on Windows

2016-02-29 Thread Alex Christensen
pple.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 > di

Re: [webkit-dev] Building Webkit on Windows

2016-02-27 Thread Rakesh Sadhu
@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

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

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

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

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

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

[webkit-dev] Building Webkit on Windows

2016-02-24 Thread Rakesh Sadhu
Hello , I am trying to build webkit on Windows . I am following steps from https://webkit.org/building-webkit-on-windows/ However I am unable to find a way to build webkit using MSVS2015 or Cygwin . Can anyone guide here please? regards RSadhu

[webkit-dev] Building Webkit on XCode 5.1

2014-03-11 Thread Radu STAVILA
Hi Webkit devs, After upgrading to Xcode 5.1, Webkit would no longer compile on MacOS. I uploaded a patch herehttps://bugs.webkit.org/show_bug.cgi?id=130087 that fixes the issue. I'm not sure if this is the correct (or complete) fix, since this is an area in which I did not work before, but

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

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,

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

[webkit-dev] Building WebKit with Intel Compiler icc

2011-06-09 Thread cb07098
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

[webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Frederic Gos
Hi Peeps, I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts of ram. I keep getting an out of memory error from link.exe. I've set up a machine for this by following the instruction on http://webkit.org/

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Brent Fulgham
Hi Frederic, On Wed, May 26, 2010 at 5:17 AM, Frederic Gos frederic@gmail.com wrote: I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts of ram. I keep getting an out of memory error from link.exe.

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Ojan Vafai
On Wed, May 26, 2010 at 9:08 AM, Brent Fulgham bfulg...@gmail.com wrote: On Wed, May 26, 2010 at 5:17 AM, Frederic Gos frederic@gmail.com wrote: I'm new to WebKit. I'm trying to build it for the first time under windows and keep getting errors. The linker seems to need absurd amounts

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Darin Adler
On May 26, 2010, at 9:30 AM, Ojan Vafai wrote: Isn't this a development of WebKit question? It’s a “how to build WebKit” question, which is one of the main purposes of webkit-help. See the details on http://webkit.org/contact.html. I thought webkit-help was for web development questions

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Brent Fulgham
Ojan, On Wed, May 26, 2010 at 9:30 AM, Ojan Vafai o...@chromium.org wrote: Frederic, I think the problem you're hitting is a known issue with the Windows release build. Building debug should work (i.e. build-webkit --debug). I already responded to Frederic on webkit-help, but basically the

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Frederic Gos
Sorry guys, I actually wanted to write to the help list. I think I copied the address and forgot to change it. Anyway, thx for feedback. Its most helpfull. Ill try to build on a win764 tommorrow. I suspect it will work. :) thx Frederic On Wed, May 26, 2010 at 6:35 PM, Darin Adler

Re: [webkit-dev] Building WebKit on windows for the first time

2010-05-26 Thread Zoltan Horvath
Hey, first, the list for questions like this is webkit-help. Solution: in sub project settings, turn off incremental linking and setting compile optimizations to O0 will solve your problem. Regards, Zoltan On Wednesday 26 May 2010, at 14:17, Frederic Gos wrote: Hi Peeps, ... the build

[webkit-dev] Building Webkit on Linux

2009-08-11 Thread Jilu Oommen
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

[webkit-dev] Building webkit on Linux platform

2009-08-11 Thread LinuxUserJS
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

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

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

[webkit-dev] Building WebKit with Visual Studio 2008

2009-07-16 Thread Salisbury, Mark
Hello, I have Visual Studio 2008 installed and I'd like to compile WebKit without downgrading to Visual Studio 2005. I've fixed a few problems along the way which I would like to get checked back into trunk at some point. Now I'm getting a link error I can get past: fatal error C1047: The

[webkit-dev] Building WebKit on ARM

2009-06-17 Thread jagadeesh k
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? Thanks jagadeesh

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

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

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

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

[webkit-dev] Building WebKit on OMAP 3

2009-03-18 Thread jagadeesh k
hi,   I want to know the build instructions of WebKitGTK+ port on OMAP 3 series board using Embedded Linux OS. Also i want to know how to configure WebKit, so that it builds on OMAP 3(options to be given in a command line of configure) ? Thanks and Regards Jagadeesh

[webkit-dev] Building WebKit with RVCT

2009-01-02 Thread Javed Rabbani
I would like to know which version of RealView compilation tools (RVCT) supports WebKit fully. A few months back, it was reported on this mailing list that WebKit failed to build with RVCT. However, looking through the latest WebKit code, as in JavaScriptCore/wtf/Platform.h, the support for RVCT

[webkit-dev] building webkit/gtk+ port on windows

2008-12-30 Thread arati
Hi I want to build the webkit/gtk+ port on windows. I want to use cygwin for this. Can anyboby please give me any guidelines for getting started with the build? Thanks in advance. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

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

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

[webkit-dev] Building WebKit on Visual Studio 2005 is failed!

2008-07-17 Thread JungChul Park
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. perl version is v5.10. gpref is properly installed as well. but I have a few error messages. One of messages is ' ' ' #

[webkit-dev] Building WebKit on Visual Studio 2005 is faied.

2008-07-16 Thread JungChul Park
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

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

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.

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

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

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?

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;

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:

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

[webkit-dev] Building Webkit with cygwin failed

2008-05-15 Thread Frederic Beauzor
Hi, I'm actually trying to build webkit on windows XP using cygwin. I followed the instruction on the webkit homepage but when i build i keep getting this error when building webkit: c:\cygwin\home\user\webkit\webcore\webcore.vcproj\cssgrammar.cpp(3418) : error C2220: warning treated as error

[webkit-dev] Building WebKit on windows using Cairo

2008-05-05 Thread Gmail (bahaazaid)
Hi, I want to use WebKit in my application on windows, I think it's much better than Gecko specially in my problem domain. I want to build its Cairo port on windows because I want to use %100 open source code in my project. I followed the instructions in the WebKit wiki

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

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

2008-05-05 Thread Gmail (bahaazaid)
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

[webkit-dev] Building webkit - SVGNames.h not found

2008-04-07 Thread SUHWOO YOO
Hello everyone.. It's my first time to build webkit and I'm lost now. I did the followngs. 1) I downloaded the snapshot of webkit source from live.nightly.webkit.org 2) I downloaded WebKitSupportLibrariy.zip to the root of source tree. 3) I updated source tree with update-webkit script. But

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

RE: [webkit-dev] Building Webkit

2008-04-01 Thread Sijin Joseph
: [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

RE: [webkit-dev] Building Webkit

2008-03-31 Thread Khanna Piyush-A21612
-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

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

RE: [webkit-dev] Building Webkit

2008-03-31 Thread Khanna Piyush-A21612
: 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

Re: [webkit-dev] Building Webkit

2008-03-31 Thread Adam Roben
*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

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

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

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

2008-02-18 Thread Dozier, Bill
- 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

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

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

2008-02-18 Thread Dozier, Bill
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

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

2008-02-18 Thread Dozier, Bill
@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

[webkit-dev] Building WebKit using auto tools

2008-02-17 Thread sval
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-dev] Building webkit

2007-11-26 Thread Piyush Sharma
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

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

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