Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-15 Thread Amit Gupta
Hello, Thanks a lot !!! Now i can able to run "./build-webkit --debug" script thru cygwin shell, but still its not compiled properly, now i am stucked at this error c:\documents and settings\amit\webkit\javascriptcore\icu\unicode\uc har.h(26) : fatal error C1083: Cannot open include file: 'unic

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-14 Thread Adam Roben
On Jul 12, 2007, at 6:53 AM, Amit Gupta wrote: Hello Now from the script i am getting the error below, $ ./build-webkit Could not find top level webkit directory above source directory using FindBin. I have kept Webkit core at this level C:\Documents and Settings\amit\WebKit In the same

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Oliver Hunt
Okay, when you installed cygwin (using the installer that you got from webkit.org) did you make sure you ran cygwin-downloer.exe (not setup) and told it to "install from local directory"? The *only* hink you should have to manually hit in cygwin setup should have been the install from loca

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Amit Gupta
Hello Now from the script i am getting the error below, $ ./build-webkit Could not find top level webkit directory above source directory using FindBin. I have kept Webkit core at this level C:\Documents and Settings\amit\WebKit In the same folder i have installed WebKitSupportLibrary Please

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Kalle Alm
Amit Gupta wrote: > Yes, I did install perl seprately. Install perl via cygwin instead. -Kalle. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Amit Gupta
Yes, I did install perl seprately. Regards Amit On 7/12/07, Oliver Hunt <[EMAIL PROTECTED]> wrote: Hang on, did you install perl seperately? --Oliver On Jul 12, 2007, at 1:43 AM, Amit Gupta wrote: Hello, I have followed the steps as given in the url, Perl it was installed in the C:\Per

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Oliver Hunt
Hang on, did you install perl seperately? --Oliver On Jul 12, 2007, at 1:43 AM, Amit Gupta wrote: Hello, I have followed the steps as given in the url, Perl it was installed in the C:\Perl , should it be in C:\Cygwin\usr \bin\perl ? Regards Amit On 7/12/07, Oliver Hunt <[EMAIL PROTECTED

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Amit Gupta
Hello, I have followed the steps as given in the url, Perl it was installed in the C:\Perl , should it be in C:\Cygwin\usr\bin\perl ? Regards Amit On 7/12/07, Oliver Hunt <[EMAIL PROTECTED]> wrote: It looks like perl wasn't installed, so it's possible you didn't follow the steps exactly --

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Oliver Hunt
It looks like perl wasn't installed, so it's possible you didn't follow the steps exactly -- unfortunately the setup steps are very finicky. If you used the cygwin installer from http://svn.webkit.org/ repository/webkit/trunk/WebKitTools/CygwinDownloader/cygwin- downloader.zip and followed t

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Amit Gupta
I install it thru WebKit.org, Is something wrong with the CygWin Installation ?? , Should i try to install it again Regards Amit On 7/12/07, Oliver Hunt <[EMAIL PROTECTED]> wrote: Did you install cygwin using the cygwin installer from webkit.org? or did you install it manually? --Oliver

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Oliver Hunt
Did you install cygwin using the cygwin installer from webkit.org? or did you install it manually? --Oliver On 12/07/2007, at 12:27 AM, Amit Gupta wrote: Hello David I tried with the build Script too, got the following error "$ build-webkit --debug bash: ./build-webkit: /usr/bin/perl: bad

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-12 Thread Amit Gupta
Hello David I tried with the build Script too, got the following error "$ build-webkit --debug bash: ./build-webkit: /usr/bin/perl: bad interpreter: No such file or directory" I open the Cygwin Shell , and under the Safari Browser code tree from the script folder running this script, Please co

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-11 Thread Amit Gupta
Hello David I tried to build it with-in Visual Studio 2k5, Now i am trying to build with webkit script Regards Amit On 7/12/07, David Carson <[EMAIL PROTECTED]> wrote: Amit, How are you building it? Are you running the build-webkit script? Davidc On Jul 12, 2007, at 2:24 AM, Amit Gupta

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-11 Thread David Carson
Amit, How are you building it? Are you running the build-webkit script? Davidc On Jul 12, 2007, at 2:24 AM, Amit Gupta wrote: Hello David Please refer the attached file contains error, I am using Visual 2k5 and debug configuration to build it, As an university trainee project i am involve in

Re: [webkit-dev] Getting Compilation error in Windows platform

2007-07-11 Thread David Carson
Amit, Can you post the errors that you are seeing? Davidc On Jul 12, 2007, at 2:03 AM, Amit Gupta wrote: Hello, I need to debug Safari Project in windows Environement, I followed the steps as its given in the webkit.org, Like installed CygWin , updagrated V2k5 with the Service pack 1 Patch

[webkit-dev] Getting Compilation error in Windows platform

2007-07-11 Thread Amit Gupta
Hello, I need to debug Safari Project in windows Environement, I followed the steps as its given in the webkit.org, Like installed CygWin , updagrated V2k5 with the Service pack 1 Patch but its not compiling giving errors , Please correct me if i am doing anything wrong -- Regards Amit..