Re: [webkit-dev] Error while building webkit on windows

2014-03-10 Thread Baskar CV
.Targets(38,5): error 
MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe bash
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error 
MSB3073: if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error 
MSB3073: set PLATFORMARCHITECTURE=32
11>C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error 
MSB3073: nmake /nologo -f WebCoreGenerated.make" exited with code 2.
== Build: 9 succeeded, 2 failed, 0 up-to-date, 0 skipped ==
It just shows the following error,
Error8error U1077: 'if' : return code '0x1'
C:\cygwin\home\baskar.c\WebKit\Source\WebCore\WebCore.vcxproj\NMAKE
WebCoreGenerated

Error9error MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe 
bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
set PLATFORMARCHITECTURE=32
nmake /nologo -f WebCoreGenerated.make" exited with code 2.C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets385
WebCoreGenerated

Error6error LNK1104: cannot open file 
'C:\cygwin\home\baskar.c\WebKit\WebKitBuild\Debug\bin32\testapi.exe'
C:\cygwin\home\baskar.c\WebKit\Source\JavaScriptCore\JavaScriptCore.vcxproj\testapi\LINK
testapi

I got struck for weeks, googling doesnt turned up good. Can someone please help 
me out of it.
Thanks in advance

Subject: Re: [webkit-dev] Error while building webkit on windows
From: fpi...@apple.com
Date: Wed, 5 Mar 2014 22:32:36 -0800
CC: bfulg...@apple.com; webkit-dev@lists.webkit.org
To: baskar...@hotmail.com


On Mar 5, 2014, at 10:05 PM, Baskar CV  wrote:Hi Brent,
Thanks for the reply.
I just checked with the CSSGrammar.y it seems to be fine for for me.
I checked with cygwin too and found grep, flex, and bison installed

... yes, but do you have gperf?
-Filip

Can someone help me on this?


Thanks in advance
BaskarCV
Subject: Re: [webkit-dev] Error while building webkit on windows
From: bfulg...@apple.com
Date: Wed, 5 Mar 2014 14:21:38 -0800
CC: alex.christen...@flexsim.com; gur.t...@gmail.com; 
webkit-dev@lists.webkit.org
To: baskar...@hotmail.com

Hi,
The problem is with the processing of the CSSGrammar.y file.
On Mar 5, 2014, at 1:52 AM, Baskar CV  wrote:10>  
./CSSGrammar.y:62.1: error: syntax error, unexpected end of file
10>  open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING 
-DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK 
-DENABLE_CSS_FILTERS -DENABLE_CSS_IMAGE_SET -DENABLE_CSS_REGIONS 
-DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION 
-DENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 
-DENABLE_DETAILS_ELEMENT -DENABLE_FILTERS -DENABLE_FULLSCREEN_API 
-DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE 
-DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_MATHML 
-DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_STATISTICS -DENABLE_METER_ELEMENT 
-DENABLE_PAGE_VISIBILITY_API -DENABLE_PROMISES -DENABLE_REQUEST_ANIMATION_FRAME 
-DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT 
-DENABLE_SVG -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_VIDEO 
-DENABLE_VIDEO_TRACK -DENABLE_VIEW_MODE_CSS_MEDIA -DENABLE_WEB_SOCKETS 
-DENABLE_XHR_TIMEOUT -DENABLE_XSLT /webkit/Source/WebCore/css/CSSGrammar.y.in 
failed at /webkit/Source/WebCore/bindings/scripts/preprocessor.pm line 81
10>  ...propagated at /webkit/Source/WebCore/css/makegrammar.pl line 84.
10>  /webkit/Source/WebCore/DerivedSources.make:842: recipe for target 
'CSSGrammar.cpp' failed
10>  make: *** [CSSGrammar.cpp] Error 2
10>  make: *** Waiting for unfinished jobs
10>  CSSPropertyNames.gperf: No keywords in input file!
10>  calling gperf failed: 256 at /webkit/Source/WebCore/css/makeprop.pl line 
306.
10>  /webkit/Source/WebCore/DerivedSources.make:785: recipe for target 
'CSSPropertyNames.h' failed
10>  make: *** [CSSPropertyNames.h] Error 1
Things to check:
1. Is CSSGrammar.y complete? Make sure the checkout didn’t get messed up in 
some fashion.2. Do you have gperf, flex, and bison installed?  You need 
flex/bison to process the grammar file and turn it into the stub implementation.
10>  CSSPropertyNames.gperf: No keywords in input file!

This makes me think that you do NOT have gperf installed. Did you use our 
Cygwin installer package? Or are you using your own local install?
If you are using your own install from the Cygwin website, you should use the 
Setup.exe utility and make sure that flex, bison, and gperf are installed.
Thanks,
-Brent___
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] Error while building webkit on windows

2014-03-05 Thread Baskar CV
Hi Filip,

Yes gpref was there

Subject: Re: [webkit-dev] Error while building webkit on windows
From: fpi...@apple.com
Date: Wed, 5 Mar 2014 22:32:36 -0800
CC: bfulg...@apple.com; webkit-dev@lists.webkit.org
To: baskar...@hotmail.com


On Mar 5, 2014, at 10:05 PM, Baskar CV  wrote:Hi Brent,
Thanks for the reply.
I just checked with the CSSGrammar.y it seems to be fine for for me.
I checked with cygwin too and found grep, flex, and bison installed

... yes, but do you have gperf?
-Filip

Can someone help me on this?


Thanks in advance
BaskarCV
Subject: Re: [webkit-dev] Error while building webkit on windows
From: bfulg...@apple.com
Date: Wed, 5 Mar 2014 14:21:38 -0800
CC: alex.christen...@flexsim.com; gur.t...@gmail.com; 
webkit-dev@lists.webkit.org
To: baskar...@hotmail.com

Hi,
The problem is with the processing of the CSSGrammar.y file.
On Mar 5, 2014, at 1:52 AM, Baskar CV  wrote:10>  
./CSSGrammar.y:62.1: error: syntax error, unexpected end of file
10>  open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING 
-DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK 
-DENABLE_CSS_FILTERS -DENABLE_CSS_IMAGE_SET -DENABLE_CSS_REGIONS 
-DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION 
-DENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 
-DENABLE_DETAILS_ELEMENT -DENABLE_FILTERS -DENABLE_FULLSCREEN_API 
-DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE 
-DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_MATHML 
-DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_STATISTICS -DENABLE_METER_ELEMENT 
-DENABLE_PAGE_VISIBILITY_API -DENABLE_PROMISES -DENABLE_REQUEST_ANIMATION_FRAME 
-DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT 
-DENABLE_SVG -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_VIDEO 
-DENABLE_VIDEO_TRACK -DENABLE_VIEW_MODE_CSS_MEDIA -DENABLE_WEB_SOCKETS 
-DENABLE_XHR_TIMEOUT -DENABLE_XSLT /webkit/Source/WebCore/css/CSSGrammar.y.in 
failed at /webkit/Source/WebCore/bindings/scripts/preprocessor.pm line 81
10>  ...propagated at /webkit/Source/WebCore/css/makegrammar.pl line 84.
10>  /webkit/Source/WebCore/DerivedSources.make:842: recipe for target 
'CSSGrammar.cpp' failed
10>  make: *** [CSSGrammar.cpp] Error 2
10>  make: *** Waiting for unfinished jobs
10>  CSSPropertyNames.gperf: No keywords in input file!
10>  calling gperf failed: 256 at /webkit/Source/WebCore/css/makeprop.pl line 
306.
10>  /webkit/Source/WebCore/DerivedSources.make:785: recipe for target 
'CSSPropertyNames.h' failed
10>  make: *** [CSSPropertyNames.h] Error 1
Things to check:
1. Is CSSGrammar.y complete? Make sure the checkout didn’t get messed up in 
some fashion.2. Do you have gperf, flex, and bison installed?  You need 
flex/bison to process the grammar file and turn it into the stub implementation.
10>  CSSPropertyNames.gperf: No keywords in input file!

This makes me think that you do NOT have gperf installed. Did you use our 
Cygwin installer package? Or are you using your own local install?
If you are using your own install from the Cygwin website, you should use the 
Setup.exe utility and make sure that flex, bison, and gperf are installed.
Thanks,
-Brent___
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] Error while building webkit on windows

2014-03-05 Thread Filip Pizlo

On Mar 5, 2014, at 10:05 PM, Baskar CV  wrote:

> Hi Brent,
> Thanks for the reply.
> I just checked with the CSSGrammar.y it seems to be fine for for me.
> I checked with cygwin too and found grep, flex, and bison installed

... yes, but do you have gperf?

-Filip


> Can someone help me on this?
> 
> 
> Thanks in advance
> BaskarCV
> Subject: Re: [webkit-dev] Error while building webkit on windows
> From: bfulg...@apple.com
> Date: Wed, 5 Mar 2014 14:21:38 -0800
> CC: alex.christen...@flexsim.com; gur.t...@gmail.com; 
> webkit-dev@lists.webkit.org
> To: baskar...@hotmail.com
> 
> Hi,
> 
> The problem is with the processing of the CSSGrammar.y file.
> 
> On Mar 5, 2014, at 1:52 AM, Baskar CV  wrote:
> 
> 10>  ./CSSGrammar.y:62.1: error: syntax error, unexpected end of file
> 10>  open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING 
> -DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK 
> -DENABLE_CSS_FILTERS -DENABLE_CSS_IMAGE_SET -DENABLE_CSS_REGIONS 
> -DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION 
> -DENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 
> -DENABLE_DETAILS_ELEMENT -DENABLE_FILTERS -DENABLE_FULLSCREEN_API 
> -DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE 
> -DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_MATHML 
> -DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_STATISTICS 
> -DENABLE_METER_ELEMENT -DENABLE_PAGE_VISIBILITY_API -DENABLE_PROMISES 
> -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_SHARED_WORKERS 
> -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT -DENABLE_SVG 
> -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_VIDEO 
> -DENABLE_VIDEO_TRACK -DENABLE_VIEW_MODE_CSS_MEDIA -DENABLE_WEB_SOCKETS 
> -DENABLE_XHR_TIMEOUT -DENABLE_XSLT /webkit/Source/WebCore/css/CSSGrammar.y.in 
> failed at /webkit/Source/WebCore/bindings/scripts/preprocessor.pm line 81
> 10>  ...propagated at /webkit/Source/WebCore/css/makegrammar.pl line 84.
> 10>  /webkit/Source/WebCore/DerivedSources.make:842: recipe for target 
> 'CSSGrammar.cpp' failed
> 10>  make: *** [CSSGrammar.cpp] Error 2
> 10>  make: *** Waiting for unfinished jobs
> 10>  CSSPropertyNames.gperf: No keywords in input file!
> 10>  calling gperf failed: 256 at /webkit/Source/WebCore/css/makeprop.pl line 
> 306.
> 10>  /webkit/Source/WebCore/DerivedSources.make:785: recipe for target 
> 'CSSPropertyNames.h' failed
> 10>  make: *** [CSSPropertyNames.h] Error 1
> 
> Things to check:
> 
> 1. Is CSSGrammar.y complete? Make sure the checkout didn’t get messed up in 
> some fashion.
> 2. Do you have gperf, flex, and bison installed?  You need flex/bison to 
> process the grammar file and turn it into the stub implementation.
> 
> 10>  CSSPropertyNames.gperf: No keywords in input file!
> 
> This makes me think that you do NOT have gperf installed. Did you use our 
> Cygwin installer package? Or are you using your own local install?
> 
> If you are using your own install from the Cygwin website, you should use the 
> Setup.exe utility and make sure that flex, bison, and gperf are installed.
> 
> Thanks,
> 
> -Brent
> ___
> 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] Error while building webkit on windows

2014-03-05 Thread Baskar CV
Hi Brent,
Thanks for the reply.
I just checked with the CSSGrammar.y it seems to be fine for for me.
I checked with cygwin too and found grep, flex, and bison installed
Can someone help me on this?


Thanks in advance
BaskarCV
Subject: Re: [webkit-dev] Error while building webkit on windows
From: bfulg...@apple.com
Date: Wed, 5 Mar 2014 14:21:38 -0800
CC: alex.christen...@flexsim.com; gur.t...@gmail.com; 
webkit-dev@lists.webkit.org
To: baskar...@hotmail.com

Hi,
The problem is with the processing of the CSSGrammar.y file.
On Mar 5, 2014, at 1:52 AM, Baskar CV  wrote:10>  
./CSSGrammar.y:62.1: error: syntax error, unexpected end of file
10>  open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING 
-DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK 
-DENABLE_CSS_FILTERS -DENABLE_CSS_IMAGE_SET -DENABLE_CSS_REGIONS 
-DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION 
-DENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 
-DENABLE_DETAILS_ELEMENT -DENABLE_FILTERS -DENABLE_FULLSCREEN_API 
-DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE 
-DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_MATHML 
-DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_STATISTICS -DENABLE_METER_ELEMENT 
-DENABLE_PAGE_VISIBILITY_API -DENABLE_PROMISES -DENABLE_REQUEST_ANIMATION_FRAME 
-DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT 
-DENABLE_SVG -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_VIDEO 
-DENABLE_VIDEO_TRACK -DENABLE_VIEW_MODE_CSS_MEDIA -DENABLE_WEB_SOCKETS 
-DENABLE_XHR_TIMEOUT -DENABLE_XSLT /webkit/Source/WebCore/css/CSSGrammar.y.in 
failed at /webkit/Source/WebCore/bindings/scripts/preprocessor.pm line 81
10>  ...propagated at /webkit/Source/WebCore/css/makegrammar.pl line 84.
10>  /webkit/Source/WebCore/DerivedSources.make:842: recipe for target 
'CSSGrammar.cpp' failed
10>  make: *** [CSSGrammar.cpp] Error 2
10>  make: *** Waiting for unfinished jobs
10>  CSSPropertyNames.gperf: No keywords in input file!
10>  calling gperf failed: 256 at /webkit/Source/WebCore/css/makeprop.pl line 
306.
10>  /webkit/Source/WebCore/DerivedSources.make:785: recipe for target 
'CSSPropertyNames.h' failed
10>  make: *** [CSSPropertyNames.h] Error 1
Things to check:
1. Is CSSGrammar.y complete? Make sure the checkout didn’t get messed up in 
some fashion.2. Do you have gperf, flex, and bison installed?  You need 
flex/bison to process the grammar file and turn it into the stub implementation.
10>  CSSPropertyNames.gperf: No keywords in input file!

This makes me think that you do NOT have gperf installed. Did you use our 
Cygwin installer package? Or are you using your own local install?
If you are using your own install from the Cygwin website, you should use the 
Setup.exe utility and make sure that flex, bison, and gperf are installed.
Thanks,
-Brent___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Brent Fulgham
Hi,

The problem is with the processing of the CSSGrammar.y file.

On Mar 5, 2014, at 1:52 AM, Baskar CV  wrote:

> 10>  ./CSSGrammar.y:62.1: error: syntax error, unexpected end of file
> 10>  open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING 
> -DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK 
> -DENABLE_CSS_FILTERS -DENABLE_CSS_IMAGE_SET -DENABLE_CSS_REGIONS 
> -DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION 
> -DENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 
> -DENABLE_DETAILS_ELEMENT -DENABLE_FILTERS -DENABLE_FULLSCREEN_API 
> -DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE 
> -DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_MATHML 
> -DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_STATISTICS 
> -DENABLE_METER_ELEMENT -DENABLE_PAGE_VISIBILITY_API -DENABLE_PROMISES 
> -DENABLE_REQUEST_ANIMATION_FRAME -DENABLE_SHARED_WORKERS 
> -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT -DENABLE_SVG 
> -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_VIDEO 
> -DENABLE_VIDEO_TRACK -DENABLE_VIEW_MODE_CSS_MEDIA -DENABLE_WEB_SOCKETS 
> -DENABLE_XHR_TIMEOUT -DENABLE_XSLT /webkit/Source/WebCore/css/CSSGrammar.y.in 
> failed at /webkit/Source/WebCore/bindings/scripts/preprocessor.pm line 81
> 10>  ...propagated at /webkit/Source/WebCore/css/makegrammar.pl line 84.
> 10>  /webkit/Source/WebCore/DerivedSources.make:842: recipe for target 
> 'CSSGrammar.cpp' failed
> 10>  make: *** [CSSGrammar.cpp] Error 2
> 10>  make: *** Waiting for unfinished jobs
> 10>  CSSPropertyNames.gperf: No keywords in input file!
> 10>  calling gperf failed: 256 at /webkit/Source/WebCore/css/makeprop.pl line 
> 306.
> 10>  /webkit/Source/WebCore/DerivedSources.make:785: recipe for target 
> 'CSSPropertyNames.h' failed
> 10>  make: *** [CSSPropertyNames.h] Error 1

Things to check:

1. Is CSSGrammar.y complete? Make sure the checkout didn’t get messed up in 
some fashion.
2. Do you have gperf, flex, and bison installed?  You need flex/bison to 
process the grammar file and turn it into the stub implementation.

> 10>  CSSPropertyNames.gperf: No keywords in input file!

This makes me think that you do NOT have gperf installed. Did you use our 
Cygwin installer package? Or are you using your own local install?

If you are using your own install from the Cygwin website, you should use the 
Setup.exe utility and make sure that flex, bison, and gperf are installed.

Thanks,

-Brent___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Error while building webkit on windows

2014-03-05 Thread Baskar CV



Hi,
Thanks for the reply. 
No i got both the errors rectified. It was due to some mistakes in the 
environmental variable
I have built webkit on C:\WebKit
And set
WEBKIT_LIBRARIES="C:\WebKit\WebKitLibraries\win"
WEBKIT_OUTPUTDIR="C:\WebKitOut"
I am building within visual studio 2013 and i configured it using Debug/Win32
And I'm building it on AppleWin port
But now i got both WTF generated and JavaScriptCoreGenerated built 
successfully, then when i try to built WebCoreGenerated, the built halts. It 
neither fails nor get sucess
The built runs for some time and halts near the below o/p

10>  ./CSSGrammar.y:62.1: error: syntax error, unexpected end of file
10>  open3: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_RENDERING 
-DENABLE_CHANNEL_MESSAGING -DENABLE_CSS_BOX_DECORATION_BREAK 
-DENABLE_CSS_FILTERS -DENABLE_CSS_IMAGE_SET -DENABLE_CSS_REGIONS 
-DENABLE_CSS_SHAPES -DENABLE_CSS_SHAPE_INSIDE -DENABLE_CSS_STICKY_POSITION 
-DENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED 
-DENABLE_DETAILS_ELEMENT -DENABLE_FILTERS -DENABLE_FULLSCREEN_API 
-DENABLE_GEOLOCATION -DENABLE_HIGH_DPI_CANVAS -DENABLE_ICONDATABASE 
-DENABLE_LEGACY_CSS_VENDOR_PREFIXES -DENABLE_MATHML 
-DENABLE_MEDIA_CONTROLS_SCRIPT -DENABLE_MEDIA_STATISTICS -DENABLE_METER_ELEMENT 
-DENABLE_PAGE_VISIBILITY_API -DENABLE_PROMISES -DENABLE_REQUEST_ANIMATION_FRAME 
-DENABLE_SHARED_WORKERS -DENABLE_SQL_DATABASE -DENABLE_SUBPIXEL_LAYOUT 
-DENABLE_SVG -DENABLE_SVG_FONTS -DENABLE_TEMPLATE_ELEMENT -DENABLE_VIDEO 
-DENABLE_VIDEO_TRACK -DENABLE_VIEW_MODE_CSS_MEDIA -DENABLE_WEB_SOCKETS 
-DENABLE_XHR_TIMEOUT -DENABLE_XSLT /webkit/Source/WebCore/css/CSSGrammar.y.in 
failed at /webkit/Source/WebCore/bindings/scripts/preprocessor.pm line 81
10>  ...propagated at /webkit/Source/WebCore/css/makegrammar.pl line 84.
10>  /webkit/Source/WebCore/DerivedSources.make:842: recipe for target 
'CSSGrammar.cpp' failed
10>  make: *** [CSSGrammar.cpp] Error 2
10>  make: *** Waiting for unfinished jobs
10>  CSSPropertyNames.gperf: No keywords in input file!
10>  calling gperf failed: 256 at /webkit/Source/WebCore/css/makeprop.pl line 
306.
10>  /webkit/Source/WebCore/DerivedSources.make:785: recipe for target 
'CSSPropertyNames.h' failed
10>  make: *** [CSSPropertyNames.h] Error 1

I tried for two to three times it exactly halts here. Can someone help me 
resolve it.
Thanks in advance
Baskar CV
Date: Tue, 4 Mar 2014 13:07:58 -0700
Subject: Re: [webkit-dev] Error while building webkit on windows
From: alex.christen...@flexsim.com
To: baskar...@hotmail.com
CC: webkit-dev@lists.webkit.org

I've only built WebKit on Windows from C:\cygwin\webkit.  It looks like you are 
not using a subdirectory of cygwin.  Did you follow the instructions on 
http://www.webkit.org/building/tools.html correctly?  Are the WEBKIT_LIBRARIES 
and WEBKIT_OUTPUTDIR environment variables set correctly?

Were you building from within Visual Studio or from the command line 
build-webkit script?  Which configuration were you using (Debug, 
Debug_WinCairo, Release, Release_WinCairo, Production)?  Were you building the 
WinCairo or the AppleWin port?

Alex Christensen

On Tue, Mar 4, 2014 at 3:26 AM, Baskar CV  wrote:




When i was trying to built WebKit on windows 7 using visual studio 2013
and building JavaScriptCoreGenerated. I got this following 3 error messages

Error2error MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe 
bash

if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
set PLATFORMARCHITECTURE=32
nmake /nologo -f WTFGenerated.make" exited with code 2.C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets385
WTFGenerated


Error3error MSB3073: The command "REM Do not edit from the Visual 
Studio IDE! Customize via a WTFPreBuild.cmd file.
if not exist "C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd" exit /b


set CONFIGURATIONBUILDDIR=C:\webkitop\Debug
set CONFIGURATIONNAME=Debug
set INPUTDIR=
set INPUTFILENAME=
set INPUTPATH=
set INTDIR=C:\webkitop\Debug\obj32\WTF\
set OUTDIR=C:\webkitop\Debug\bin32\

set PLATFORMARCHITECTURE=32
set PLATFORMNAME=Win32
set PROJECTDIR=C:\WebKit\Source\WTF\WTF.vcxproj\
set PROJECTFILENAME=WTF.vcxproj
set PROJECTNAME=WTF
set PROJECTPATH=C:\WebKit\Source\WTF\WTF.vcxproj\WTF.vcxproj

set SOLUTIONDIR=C:\WebKit\Source\WebKit\WebKit.vcxproj\
set SOLUTIONFILENAME=WebKit.sln
set SOLUTIONNAME=WebKit
set SOLUTIONPATH=C:\WebKit\Source\WebKit\WebKit.vcxproj\WebKit.sln
set TARGETDIR=C:\webkitop\Debug\bin32\

set TARGETEXT=.dll
set TARGETFILENAME=WTF.dll
set TARGETPATH=C:\webkitop\Debug\bin32\WTF.dll
set DEBUGSUFFIX=

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,

REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd

Re: [webkit-dev] Error while building webkit on windows

2014-03-04 Thread Alex Christensen
I've only built WebKit on Windows from C:\cygwin\webkit.  It looks like you
are not using a subdirectory of cygwin.  Did you follow the instructions on
http://www.webkit.org/building/tools.html correctly?  Are the
WEBKIT_LIBRARIES and WEBKIT_OUTPUTDIR environment variables set correctly?

Were you building from within Visual Studio or from the command line
build-webkit script?  Which configuration were you using (Debug,
Debug_WinCairo, Release, Release_WinCairo, Production)?  Were you building
the WinCairo or the AppleWin port?

Alex Christensen


On Tue, Mar 4, 2014 at 3:26 AM, Baskar CV  wrote:

> When i was trying to built WebKit on windows 7 using visual studio 2013
> and building JavaScriptCoreGenerated. I got this following 3 error messages
>
> *Error2*error MSB3073: The command
> "%SystemDrive%\cygwin\bin\which.exe bash
> if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
> set PLATFORMARCHITECTURE=32
> nmake /nologo -f WTFGenerated.make" exited with code 2.C:\Program
> Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets
> 385WTFGenerated
>
> *Error3*error MSB3073: The command "REM Do not edit from the
> Visual Studio IDE! Customize via a WTFPreBuild.cmd file.
> if not exist "C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd" exit /b
>
> set CONFIGURATIONBUILDDIR=C:\webkitop\Debug
> set CONFIGURATIONNAME=Debug
> set INPUTDIR=
> set INPUTFILENAME=
> set INPUTPATH=
> set INTDIR=C:\webkitop\Debug\obj32\WTF\
> set OUTDIR=C:\webkitop\Debug\bin32\
> set PLATFORMARCHITECTURE=32
> set PLATFORMNAME=Win32
> set PROJECTDIR=C:\WebKit\Source\WTF\WTF.vcxproj\
> set PROJECTFILENAME=WTF.vcxproj
> set PROJECTNAME=WTF
> set PROJECTPATH=C:\WebKit\Source\WTF\WTF.vcxproj\WTF.vcxproj
> set SOLUTIONDIR=C:\WebKit\Source\WebKit\WebKit.vcxproj\
> set SOLUTIONFILENAME=WebKit.sln
> set SOLUTIONNAME=WebKit
> set SOLUTIONPATH=C:\WebKit\Source\WebKit\WebKit.vcxproj\WebKit.sln
> set TARGETDIR=C:\webkitop\Debug\bin32\
> set TARGETEXT=.dll
> set TARGETFILENAME=WTF.dll
> set TARGETPATH=C:\webkitop\Debug\bin32\WTF.dll
> set DEBUGSUFFIX=
>
> REM If any of the above variables didn't exist previously and
> REM were set to an empty string, set will set the errorlevel to 1,
> REM which will cause the project-specific script to think the build
> REM has failed. This cmd /c call will clear the errorlevel.
> cmd /c
>
> "C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd"
>
> :VCEnd" exited with code 1.C:\Program Files
> (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets122
> 5WTF
>
> *Error1*error U1077: 'C:\cygwin\bin\bash.EXE' : return code
> '0x1'C:\WebKit\Source\WTF\WTF.vcxproj\NMAKEWTFGenerated
>
> Can someone help me resolve it.
> Thanks in advance
> Baskar CV
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>


-- 



Alex Christensen

FlexSim Software Products, Inc.

*1577 North Technology Way | Building A | Suite 2300 | Orem, Utah 84097*

*Voice: 801-224-6914 | Fax: 801-224-6984*

*Email:* al...@flexsim.com 

*URL:* www.flexsim.com





This message may contain confidential information, and is intended

only for the use of the individual(s) to whom it is addressed.

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


Re: [webkit-dev] Error while building webkit on windows

2014-03-04 Thread Baskar CV
Thanks for the reply.
But while building WTFGenerated i have the following error

Error1error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0x1'
C:\WebKit\Source\WTF\WTF.vcxproj\NMAKEWTFGenerated

Error2error MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe 
bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
set PLATFORMARCHITECTURE=32
nmake
 /nologo -f WTFGenerated.make" exited with code 2.C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets
385WTFGenerated

The same error which was reported earlier.
Once again thanks in advane
Baskar.CV

From: gur.t...@gmail.com
Date: Tue, 4 Mar 2014 16:39:00 +0530
Subject: Re: [webkit-dev] Error while building webkit on windows
To: baskar...@hotmail.com

Hi Baskar,
The order would be WTF generated, JSCoreGenerated and then WebcoreGenerated and 
then you can give build solution. Please try with this and let me know.


Thanks and Regards,Gurpreet

On Tue, Mar 4, 2014 at 3:56 PM, Baskar CV  wrote:





When i was trying to built WebKit on windows 7 using visual studio 2013
and building JavaScriptCoreGenerated. I got this following 3 error messages

Error2error MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe 
bash


if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
set PLATFORMARCHITECTURE=32
nmake /nologo -f WTFGenerated.make" exited with code 2.C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets385
WTFGenerated



Error3error MSB3073: The command "REM Do not edit from the Visual 
Studio IDE! Customize via a WTFPreBuild.cmd file.
if not exist "C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd" exit /b



set CONFIGURATIONBUILDDIR=C:\webkitop\Debug
set CONFIGURATIONNAME=Debug
set INPUTDIR=
set INPUTFILENAME=
set INPUTPATH=
set INTDIR=C:\webkitop\Debug\obj32\WTF\
set OUTDIR=C:\webkitop\Debug\bin32\


set PLATFORMARCHITECTURE=32
set PLATFORMNAME=Win32
set PROJECTDIR=C:\WebKit\Source\WTF\WTF.vcxproj\
set PROJECTFILENAME=WTF.vcxproj
set PROJECTNAME=WTF
set PROJECTPATH=C:\WebKit\Source\WTF\WTF.vcxproj\WTF.vcxproj


set SOLUTIONDIR=C:\WebKit\Source\WebKit\WebKit.vcxproj\
set SOLUTIONFILENAME=WebKit.sln
set SOLUTIONNAME=WebKit
set SOLUTIONPATH=C:\WebKit\Source\WebKit\WebKit.vcxproj\WebKit.sln
set TARGETDIR=C:\webkitop\Debug\bin32\


set TARGETEXT=.dll
set TARGETFILENAME=WTF.dll
set TARGETPATH=C:\webkitop\Debug\bin32\WTF.dll
set DEBUGSUFFIX=

REM If any of the above variables didn't exist previously and
REM were set to an empty string, set will set the errorlevel to 1,


REM which will cause the project-specific script to think the build
REM has failed. This cmd /c call will clear the errorlevel.
cmd /c

"C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd"

:VCEnd" exited with code 1.C:\Program Files 
(x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets1225   
 WTF



Error1error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0x1'
C:\WebKit\Source\WTF\WTF.vcxproj\NMAKEWTFGenerated

Can someone help me resolve it.
Thanks in advance


Baskar CV
  

___

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