<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Do you happen to have ActiveState Perl installed and in your PATH? The build will fail if non-Cygwin Perl is used.</div><div><br></div><div>-Brent</div><div><br>Sent from my iPad</div><div><br>On Mar 7, 2014, at 8:20 AM, Megan Thomas &lt;<a href="mailto:m.thomas121381@gmail.com">m.thomas121381@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">I'm attempting to build WebKit (r165172) in VS2013 Express on a Windows 7 Professional x64 machine, and am getting the following error:<div><br></div><div><div>if exist "%ConfigurationBuildDir%\buildfailed" grep XXWebCoreGeneratedXX "%ConfigurationBuildDir%\buildfailed"</div>
<div>15&gt; &nbsp;<span class="" style="white-space:pre">        </span>if errorlevel 1 exit 1</div><div>15&gt; &nbsp;<span class="" style="white-space:pre">        </span>echo XXWebCoreGeneratedXX &gt; "%ConfigurationBuildDir%\buildfailed"</div>
<div>15&gt; &nbsp;<span class="" style="white-space:pre">        </span>bash build-generated-files.sh "%ConfigurationBuildDir%" "%WebKit_Libraries%" windows "%PlatformArchitecture%"</div><div>15&gt; &nbsp;perl -I /home/MEGAN~1.THO/WEBKIT~1/Source/WebCore/bindings/scripts /home/MEGAN~1.THO/WEBKIT~1/Source/WebCore/css/<a href="http://makegrammar.pl">makegrammar.pl</a> --extraDefines " &nbsp; &nbsp;ENABLE_3D_RENDERING &nbsp; &nbsp;ENABLE_CHANNEL_MESSAGING &nbsp; &nbsp;ENABLE_CSS_BOX_DECORATION_BREAK &nbsp; &nbsp;ENABLE_CSS_FILTERS &nbsp; &nbsp;ENABLE_CSS_IMAGE_SET &nbsp; &nbsp;ENABLE_CSS_REGIONS &nbsp; &nbsp;ENABLE_CSS_SHAPES &nbsp; &nbsp;ENABLE_CSS_SHAPE_INSIDE &nbsp; &nbsp;ENABLE_CSS_STICKY_POSITION &nbsp; &nbsp;ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED &nbsp; &nbsp;ENABLE_DETAILS_ELEMENT &nbsp; &nbsp;ENABLE_FILTERS &nbsp; &nbsp;ENABLE_FULLSCREEN_API &nbsp; &nbsp;ENABLE_GEOLOCATION &nbsp; &nbsp;ENABLE_HIGH_DPI_CANVAS &nbsp; &nbsp;ENABLE_ICONDATABASE &nbsp; &nbsp;ENABLE_LEGACY_CSS_VENDOR_PREFIXES &nbsp; &nbsp;ENABLE_MATHML &nbsp; &nbsp;ENABLE_MEDIA_CONTROLS_SCRIPT &nbsp; &nbsp;ENABLE_MEDIA_STATISTICS &nbsp; &nbsp;ENABLE_METER_ELEMENT &nbsp; &nbsp;ENABLE_PAGE_VISIBILITY_API &nbsp; &nbsp;ENABLE_PROMISES &nbsp; &nbsp;ENABLE_REQUEST_ANIMATION_FRAME &nbsp; &nbsp;ENABLE_SHARED_WORKERS &nbsp; &nbsp;ENABLE_SQL_DATABASE &nbsp; &nbsp;ENABLE_SUBPIXEL_LAYOUT &nbsp; &nbsp;ENABLE_SVG &nbsp; &nbsp;ENABLE_SVG_FONTS &nbsp; &nbsp;ENABLE_TEMPLATE_ELEMENT &nbsp; &nbsp;ENABLE_VIDEO &nbsp; &nbsp;ENABLE_VIDEO_TRACK &nbsp; &nbsp;ENABLE_VIEW_MODE_CSS_MEDIA &nbsp; &nbsp;ENABLE_WEB_SOCKETS &nbsp; &nbsp;ENABLE_XHR_TIMEOUT &nbsp; &nbsp;ENABLE_XSLT" --outputDir . --bison "bison" --symbolsPrefix cssyy /home/MEGAN~1.THO/WEBKIT~1/Source/WebCore/css/<a href="http://CSSGrammar.y.in">CSSGrammar.y.in</a></div>
<div>15&gt; &nbsp;Died at /home/MEGAN~1.THO/WEBKIT~1/Source/WebCore/css/<a href="http://makegrammar.pl">makegrammar.pl</a> line 85.</div><div>15&gt; &nbsp;make: *** [CSSGrammar.cpp] Error 2</div><div>15&gt; &nbsp;/home/MEGAN~1.THO/WEBKIT~1/Source/WebCore/DerivedSources.make:842: recipe for target 'CSSGrammar.cpp' failed</div>
<div>15&gt;NMAKE : fatal error U1077: 'bash' : return code '0x1'</div></div><div><br></div><div>I'm also getting the following error in several different projects:</div><div><br></div><div><div>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe bash</div>
<div>15&gt;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%</div><div>15&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets(38,5): error MSB3073: set PLATFORMARCHITECTURE=32</div>
<div>15&gt;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.</div><div>16&gt;------ Build started: Project: WebCore, Configuration: Debug Win32 ------</div>
<div>16&gt; &nbsp;/usr/bin/bash</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: The command "REM Do not edit from the Visual Studio IDE! Customize via a WebCorePreBuild.cmd file.</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: if not exist "C:\cygwin\home\megan.thomas\WebKit-r165172\Source\WebCore\WebCore.vcxproj\WebCorePreBuild.cmd" exit /b</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073:&nbsp;</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set CONFIGURATIONBUILDDIR=C:\cygwin\home\megan.thomas\WebKit-r165172\WebKitBuild\Debug</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set CONFIGURATIONNAME=Debug</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set INPUTDIR=</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set INPUTFILENAME=</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set INPUTPATH=</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set INTDIR=C:\cygwin\home\megan.thomas\WebKit-r165172\WebKitBuild\Debug\obj32\WebCore\</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set OUTDIR=C:\cygwin\home\megan.thomas\WebKit-r165172\WebKitBuild\Debug\lib32\</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set PLATFORMARCHITECTURE=32</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set PLATFORMNAME=Win32</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set PROJECTDIR=C:\cygwin\home\megan.thomas\WebKit-r165172\Source\WebCore\WebCore.vcxproj\</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set PROJECTFILENAME=WebCore.vcxproj</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set PROJECTNAME=WebCore</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set PROJECTPATH=C:\cygwin\home\megan.thomas\WebKit-r165172\Source\WebCore\WebCore.vcxproj\WebCore.vcxproj</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set SOLUTIONDIR=C:\cygwin\home\megan.thomas\WebKit-r165172\Source\WebKit\WebKit.vcxproj\</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set SOLUTIONFILENAME=WebKit.sln</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set SOLUTIONNAME=WebKit</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set SOLUTIONPATH=C:\cygwin\home\megan.thomas\WebKit-r165172\Source\WebKit\WebKit.vcxproj\WebKit.sln</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set TARGETDIR=C:\cygwin\home\megan.thomas\WebKit-r165172\WebKitBuild\Debug\lib32\</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set TARGETEXT=.lib</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set TARGETFILENAME=WebCore.lib</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set TARGETPATH=C:\cygwin\home\megan.thomas\WebKit-r165172\WebKitBuild\Debug\lib32\WebCore.lib</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: set DEBUGSUFFIX=</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073:&nbsp;</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: REM If any of the above variables didn't exist previously and</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: REM were set to an empty string, set will set the errorlevel to 1,</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: REM which will cause the project-specific script to think the build</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: REM has failed. This cmd /c call will clear the errorlevel.</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: cmd /c</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073:&nbsp;</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: "C:\cygwin\home\megan.thomas\WebKit-r165172\Source\WebCore\WebCore.vcxproj\WebCorePreBuild.cmd"</div>
<div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073:&nbsp;</div><div>16&gt;C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets(122,5): error MSB3073: :VCEnd" exited with code 1.</div>
</div><div><br></div><div>Does anyone have any idea what could be causing these errors? Googling hasn't turned up anything useful and I'm struggling to know how to proceed from here.</div><div><br></div><div>Thanks.&nbsp;</div>
</div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>webkit-help mailing list</span><br><span><a href="mailto:webkit-help@lists.webkit.org">webkit-help@lists.webkit.org</a></span><br><span><a href="https://lists.webkit.org/mailman/listinfo/webkit-help">https://lists.webkit.org/mailman/listinfo/webkit-help</a></span><br></div></blockquote></body></html>