Hello,
I'm trying to build WebKit using XP, Cygwin, MS VC++ 2005 Express Edn as
specified the webkit.org with out any luck. Could you please give me some
insight to correct it.
I see the BuildFailed along with the log
<WebKitBuild>\obj\WebKit\Release\BuildLog.htm which i've attached. Here is
the snapshot of the error which i see:

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://E:\Build\obj\WebKit\Release\BuildLog.htm"
WebKit - 1 error(s), 0 warning(s)

Build Log
  

Build started: Project: WebKit, Configuration: Release|Win32

Command Lines
  
Build machine environment variables may not be correct.
Creating temporary file "E:\Build\obj\WebKit\Release\BAT00001423401552.bat" with contents
[
@echo off

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

if exist "E:\Build\buildfailed" grep XXWebKitXX "E:\Build\buildfailed"

if errorlevel 1 exit 1

echo XXWebKitXX > "E:\Build\buildfailed"



touch "E:\Build\tmp.cpp"

cl /analyze /nologo /c "E:\Build\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 "E:\Build\include\_javascript_Core\_javascript_Core"

xcopy /y /d "E:\cygwin\home\Seby\WebKit\WebKitLibraries\win\include\_javascript_Core\_javascript_Core\*" "E:\Build\include\_javascript_Core\_javascript_Core"



bash "E:\cygwin\home\Seby\WebKit\WebKitLibraries\win\tools\scripts\auto-version.sh" "E:\Build\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 "E:\Build\obj\WebKit\Release\BAT00001423401552.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://E:\Build\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