When i was trying to built WebKit on windows 7 using visual studio 2013
and building JavaScriptCoreGenerated. I got this following 3 error messages
Error 2 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 38 5
WTFGenerated
Error 3 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.targets 122 5
WTF
Error 1 error U1077: 'C:\cygwin\bin\bash.EXE' : return code '0x1'
C:\WebKit\Source\WTF\WTF.vcxproj\NMAKE WTFGenerated
Can someone help me resolve it.
Thanks in advance
Baskar CV
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev