I get this,
 
Build machine environment variables may not be correct.
Creating temporary file 
"C:\cygwin\home\showplace\WebKit\WebKitBuild\obj\WebKit\Release\BAT00000B47763924.bat"
 with contents
[
@echo off

set PATH=%SystemDrive%\cygwin\bin;%PATH%

if exist "C:\cygwin\home\showplace\WebKit\WebKitBuild\buildfailed" grep 
XXWebKitXX "C:\cygwin\home\showplace\WebKit\WebKitBuild\buildfailed"

if errorlevel 1 exit 1

echo XXWebKitXX > "C:\cygwin\home\showplace\WebKit\WebKitBuild\buildfailed"



touch "C:\cygwin\home\showplace\WebKit\WebKitBuild\tmp.cpp"

cl /analyze /nologo /c "C:\cygwin\home\showplace\WebKit\WebKitBuild\tmp.cpp" 
2>&1 | findstr D9040

if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")

if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set 
AnalyzeWithLargeStack="")



mkdir 2>NUL 
"C:\cygwin\home\showplace\WebKit\WebKitBuild\include\JavaScriptCore\JavaScriptCore"

xcopy /y /d 
"C:\cygwin\home\showplace\WebKit\WebKitLibraries\win\include\JavaScriptCore\JavaScriptCore\*"
 
"C:\cygwin\home\showplace\WebKit\WebKitBuild\include\JavaScriptCore\JavaScriptCore"



bash 
"C:\cygwin\home\showplace\WebKit\WebKitLibraries\win\tools\scripts\auto-version.sh"
 "C:\cygwin\home\showplace\WebKit\WebKitBuild\obj\WebKit\Release"



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing 
Pre-Build Event..."

exit 1

:VCEnd
]
Creating command line 
"C:\cygwin\home\showplace\WebKit\WebKitBuild\obj\WebKit\Release\BAT00000B47763924.bat"




Output Window 



 
 
Performing Pre-Build Event...
Project : error PRJ0002 : Error result 1 returned from 
'c:\Windows\system32\cmd.exe'.
Project : warning PRJ0018 : The following environment variables were not found:
$(PRODUCTION)




Results 



 
 
Build log was saved at 
"file://C:\cygwin\home\showplace\WebKit\WebKitBuild\obj\WebKit\Release\BuildLog.htm"
WebKit - 1 error(s), 0 warning(s)
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to