<font size=1 face="sans-serif">Hi,</font>
<br>
<br><font size=1 face="sans-serif">I am trying &nbsp;build the WebKit in
Vs2013 with below error. Does anyone have any idea? Tks.</font>
<br>
<br><font size=2 face="Arial"><b>Environment of my PC:</b></font>
<br><font size=2 face="Arial">1. Windows 7 32 bit</font>
<br><font size=2 face="Arial">2. Cygwin installed at C:\cygwin by following
the guide &nbsp;</font><a href=http://www.webkit.org/building/tools.html><font size=2 face="Arial">http://www.webkit.org/building/tools.html</font></a><font size=2 face="Arial">(Except
<b>Step 5(php), Step 6 and Step 7 not </b>installed)</font>
<br><font size=2 face="Arial">3. Set the two environment variables</font>
<br><font size=2 face="Arial">WEBKIT_LIBRARIES = C:\cygwin\home\SESA248199\WebKit\WebKitLibraries\win</font>
<br><font size=2 face="Arial">WEBKIT_OUTPUTDIR = C:\cygwin\home\output</font>
<br><font size=2 face="Arial">4. Run Cygwin, update-webkit, it says WebkitAuxlibararies
are latest, but Python is 2.7.8 not compatible with 2.6.8.(I assume this
should be ok)</font>
<br><font size=2 face="Arial">5. Run Cygwin build-webkit or Open vs2013
open C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj</font>
<br>
<br><font size=1 face="sans-serif">Error &nbsp; &nbsp; &nbsp; &nbsp;112
&nbsp; &nbsp; &nbsp; &nbsp;error MSB3073: The command &quot;REM
Do not edit from the Visual Studio IDE! Customize via a WebKitPreBuild.cmd
file.</font>
<br><font size=1 face="sans-serif">if not exist &quot;C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj\WebKit\WebKitPreBuild.cmd&quot;
exit /b</font>
<br>
<br><font size=1 face="sans-serif">set CONFIGURATIONBUILDDIR=C:\cygwin\home\output\Debug</font>
<br><font size=1 face="sans-serif">set CONFIGURATIONNAME=Debug</font>
<br><font size=1 face="sans-serif">set INPUTDIR=</font>
<br><font size=1 face="sans-serif">set INPUTFILENAME=</font>
<br><font size=1 face="sans-serif">set INPUTPATH=</font>
<br><font size=1 face="sans-serif">set INTDIR=C:\cygwin\home\output\Debug\obj32\WebKit\</font>
<br><font size=1 face="sans-serif">set OUTDIR=C:\cygwin\home\output\Debug\bin32\</font>
<br><font size=1 face="sans-serif">set PLATFORMARCHITECTURE=32</font>
<br><font size=1 face="sans-serif">set PLATFORMNAME=Win32</font>
<br><font size=1 face="sans-serif">set PROJECTDIR=C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj\WebKit\</font>
<br><font size=1 face="sans-serif">set PROJECTFILENAME=WebKit.vcxproj</font>
<br><font size=1 face="sans-serif">set PROJECTNAME=WebKit</font>
<br><font size=1 face="sans-serif">set PROJECTPATH=C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj\WebKit\WebKit.vcxproj</font>
<br><font size=1 face="sans-serif">set SOLUTIONDIR=C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj\</font>
<br><font size=1 face="sans-serif">set SOLUTIONFILENAME=WebKit.sln</font>
<br><font size=1 face="sans-serif">set SOLUTIONNAME=WebKit</font>
<br><font size=1 face="sans-serif">set SOLUTIONPATH=C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj\WebKit.sln</font>
<br><font size=1 face="sans-serif">set TARGETDIR=C:\cygwin\home\output\Debug\bin32\</font>
<br><font size=1 face="sans-serif">set TARGETEXT=.dll</font>
<br><font size=1 face="sans-serif">set TARGETFILENAME=WebKit.dll</font>
<br><font size=1 face="sans-serif">set TARGETPATH=C:\cygwin\home\output\Debug\bin32\WebKit.dll</font>
<br><font size=1 face="sans-serif">set DEBUGSUFFIX=</font>
<br>
<br><font size=1 face="sans-serif">REM If any of the above variables didn't
exist previously and</font>
<br><font size=1 face="sans-serif">REM were set to an empty string, set
will set the errorlevel to 1,</font>
<br><font size=1 face="sans-serif">REM which will cause the project-specific
script to think the build</font>
<br><font size=1 face="sans-serif">REM has failed. This cmd /c call will
clear the errorlevel.</font>
<br><font size=1 face="sans-serif">cmd /c</font>
<br>
<br><font size=1 face="sans-serif">&quot;C:\cygwin\home\SESA248199\WebKit\Source\WebKit\WebKit.vcxproj\WebKit\WebKitPreBuild.cmd&quot;</font>
<br>
<br><font size=1 face="sans-serif">:VCEnd&quot; exited with code 1. &nbsp;
&nbsp; &nbsp; &nbsp;C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppCommon.targets
&nbsp; &nbsp; &nbsp; &nbsp;122 &nbsp; &nbsp; &nbsp; &nbsp;5
&nbsp; &nbsp; &nbsp; &nbsp;WebKit</font>
<br><font size=1 face="sans-serif">Error &nbsp; &nbsp; &nbsp; &nbsp;110
&nbsp; &nbsp; &nbsp; &nbsp;error C1083: Cannot open include file:
'config.h': No such file or directory &nbsp; &nbsp; &nbsp; &nbsp;C:\cygwin\home\output\Debug\obj32\WebKitExportGenerator\DerivedSources\WebKitExportGenerator.cpp
&nbsp; &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp;1
&nbsp; &nbsp; &nbsp; &nbsp;WebKitExportGenerator</font>
<br>
<br><font size=1 face="sans-serif">Regards,</font>
<br><font size=1 face="sans-serif">Gavin</font>