RE: [webkit-dev] Building errors for Windows

2008-04-08 Thread Miao Luo
Hello all, Thanks for your help and input! I did seem to put the webkit outside the cygwin directory. Just like Piyush mentioned. I suppose this might create some issues with the package build. Now i'm going to get a new copy from the trunk into home/name/WebKit under Cygwin. Then I try to bu

Re: [webkit-dev] Building errors for Windows

2008-04-08 Thread Brent Fulgham
You are having trouble right from the start: 1> touch "C:\Digia\WebKit\WebKit\WebKitBuild\buildfailed" 1> bash build-generated-files.sh "C:\Digia\WebKit\WebKit\WebKitBuild" "C:\Digia\WebKit\WebKitLibraries\win" 1>Can't open perl script "c:\Program": No such file or directory Are you building usi

RE: [webkit-dev] Building errors for Windows

2008-04-08 Thread Khanna Piyush-A21612
Hi Maio, The best way to check if which utilities the build environment is picking up is by typing the following at the cygwin before build-webkit: $ which The idea is that all the required utilities should be taken from . Also, ensure that cygwin is not installed in the "Program Files" director

Re: [webkit-dev] Building errors for Windows

2008-04-08 Thread Marcus
On Tue, Apr 8, 2008 at 2:43 PM, <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to build WebKit for Windows. After many time of trying, I still > couldn't proceed to compile successfully. So instead of scratching my head > doing nothing, I'd like to ask from the mailing-list for advices. > > I

Re: [webkit-dev] JavaScript Core and bytecode

2008-04-08 Thread Eric Seidel
Not yet. On Tue, Apr 8, 2008 at 8:03 AM, Scott Thompson <[EMAIL PROTECTED]> wrote: > With the recent speed improvements show by JavaScript in the WebKit > builds... has JavaScript Core changed to use a byte code interpreter (as > suggested at the web site http://webkit.org/projects/javascript/ind

[webkit-dev] JavaScript Core and bytecode

2008-04-08 Thread Scott Thompson
With the recent speed improvements show by JavaScript in the WebKit builds... has JavaScript Core changed to use a byte code interpreter (as suggested at the web site http://webkit.org/projects/javascript/index.html)? Scott ___ webkit-dev mailin

RE: [webkit-dev] Building errors for Windows

2008-04-08 Thread mluo
Hello Piyush, Thanks for the reply. I used the latest Cygwin version (I just installed today) that WebKit.org provided, so I assume that everything needed for building the cygwin should be included in the package. Anyway I checked in Cygwin's setup. I did found those utilities you mentioned were

RE: [webkit-dev] Building errors for Windows

2008-04-08 Thread Khanna Piyush-A21612
Hi Miao, Some utilities are not installed in cygwin. Therefore, it is picking up the utilities installed from your windows environment. Some of these utilities are perl, python, bison, make etc. Best Regards, Piyush. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[webkit-dev] Building errors for Windows

2008-04-08 Thread mluo
Hello, I'm trying to build WebKit for Windows. After many time of trying, I still couldn't proceed to compile successfully. So instead of scratching my head doing nothing, I'd like to ask from the mailing-list for advices. I tried to build the source in following steps (based on the instruction f