<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>When i was trying to built WebKit on windows 7 using visual studio 2013<br>and building JavaScriptCoreGenerated. I got this following 3 error messages<br><br><u><b>Error&nbsp;&nbsp;&nbsp; 2</b></u>&nbsp;&nbsp;&nbsp; error MSB3073: The command "%SystemDrive%\cygwin\bin\which.exe bash<br>if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%<br>set PLATFORMARCHITECTURE=32<br>nmake /nologo -f WTFGenerated.make" exited with code 2.&nbsp;&nbsp;&nbsp; C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.MakeFile.Targets&nbsp;&nbsp;&nbsp; 38&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; WTFGenerated<br><br><u><b>Error&nbsp;&nbsp;&nbsp; 3</b></u>&nbsp;&nbsp;&nbsp; error MSB3073: The command "REM Do not edit from the Visual Studio IDE! Customize via a WTFPreBuild.cmd file.<br>if not exist "C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd" exit /b<br><br>set CONFIGURATIONBUILDDIR=C:\webkitop\Debug<br>set CONFIGURATIONNAME=Debug<br>set INPUTDIR=<br>set INPUTFILENAME=<br>set INPUTPATH=<br>set INTDIR=C:\webkitop\Debug\obj32\WTF\<br>set OUTDIR=C:\webkitop\Debug\bin32\<br>set PLATFORMARCHITECTURE=32<br>set PLATFORMNAME=Win32<br>set PROJECTDIR=C:\WebKit\Source\WTF\WTF.vcxproj\<br>set PROJECTFILENAME=WTF.vcxproj<br>set PROJECTNAME=WTF<br>set PROJECTPATH=C:\WebKit\Source\WTF\WTF.vcxproj\WTF.vcxproj<br>set SOLUTIONDIR=C:\WebKit\Source\WebKit\WebKit.vcxproj\<br>set SOLUTIONFILENAME=WebKit.sln<br>set SOLUTIONNAME=WebKit<br>set SOLUTIONPATH=C:\WebKit\Source\WebKit\WebKit.vcxproj\WebKit.sln<br>set TARGETDIR=C:\webkitop\Debug\bin32\<br>set TARGETEXT=.dll<br>set TARGETFILENAME=WTF.dll<br>set TARGETPATH=C:\webkitop\Debug\bin32\WTF.dll<br>set DEBUGSUFFIX=<br><br>REM If any of the above variables didn't exist previously and<br>REM were set to an empty string, set will set the errorlevel to 1,<br>REM which will cause the project-specific script to think the build<br>REM has failed. This cmd /c call will clear the errorlevel.<br>cmd /c<br><br>"C:\WebKit\Source\WTF\WTF.vcxproj\WTFPreBuild.cmd"<br><br>:VCEnd" exited with code 1.&nbsp;&nbsp;&nbsp; C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets&nbsp;&nbsp;&nbsp; 122&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp;&nbsp; WTF<br><br><u><b>Error&nbsp;&nbsp;&nbsp; 1</b></u>&nbsp;&nbsp;&nbsp; error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0x1'&nbsp;&nbsp;&nbsp; C:\WebKit\Source\WTF\WTF.vcxproj\NMAKE&nbsp;&nbsp;&nbsp; WTFGenerated<br><br>Can someone help me resolve it.<br>Thanks in advance<br>Baskar CV<br>                                               </div></body>
</html>