[webkit-dev] Newcomer's question:
Bruce Cresanta
bruce at cresanta.com
Thu Aug 21 11:29:35 PDT 2008
Hello:
I'm trying to compile the WebKit vsproj after a clean compile of the
WebKit from the Scripts directory on Windows. I've provided an
error log in which there are errors, including an unresolved
environment variable called PRODUCTION.
Would someone please help me get this to compile?
If it is not meant to be compiled, can someone direct me to where the
output of this project resides?
Thank you,
Bruce
================================================
Build Log Build started: Project: FindSafari, Configuration:
Release|Win32
Command Lines Build machine environment variables may not be
correct.
Build machine environment variables may not be correct.
Creating temporary file "C:\cygwin\home\bruce\CurrentBuild\obj
\FindSafari\Release\RSP0000135161928.rsp" with contents
[
/O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WIN32_WINNT=0x500" /D
"_CRT_SECURE_NO_DEPRECATE" /D "_SCL_SECURE_NO_DEPRECATE" /D
"__PRODUCTION__=0" /D "_HAS_EXCEPTIONS=0" /D "_UNICODE" /D "UNICODE" /
FD /MD /GR- /Fo"C:\cygwin\home\bruce\CurrentBuild\obj\FindSafari
\Release\\" /Fd"C:\cygwin\home\bruce\CurrentBuild\obj\FindSafari
\Release\vc80.pdb" /W4 /WX /c /Zi /TP /wd4018 /wd4068 /wd4099 /wd4100 /
wd4127 /wd4138 /wd4189 /wd4244 /wd4275 /wd4291 /wd4344 /wd4355 /
wd4389 /wd4503 /wd4505 /wd4510 /wd4512 /wd4610 /wd4706 /wd4800 /
wd4951 /wd4952 /wd4996 /wd6011 /wd6031 /wd6211 /wd6246 /wd6255 /
wd6387 /GS
.\FindSafari.cpp
]
Creating command line "cl.exe @C:\cygwin\home\bruce\CurrentBuild\obj
\FindSafari\Release\RSP0000135161928.rsp /nologo /errorReport:prompt"
Creating temporary file "C:\cygwin\home\bruce\CurrentBuild\obj
\FindSafari\Release\BAT0000145161928.bat" with contents
[
@echo off
if not exist "C:\cygwin\home\bruce\CurrentBuild\public\sym" mkdir "C:
\cygwin\home\bruce\CurrentBuild\public\sym"
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from
"Performing Pre-Link Event..."
exit 1
:VCEnd
]
Creating command line "C:\cygwin\home\bruce\CurrentBuild\obj\FindSafari
\Release\BAT0000145161928.bat"
Creating temporary file "C:\cygwin\home\bruce\CurrentBuild\obj
\FindSafari\Release\RSP0000155161928.rsp" with contents
[
/OUT:"C:\cygwin\home\bruce\CurrentBuild\bin\FindSafari.exe" /
INCREMENTAL:NO /LIBPATH:"C:\cygwin\home\bruce\CurrentBuild\lib" /
LIBPATH:"c:\cygwin\home\bruce\WebKit\WebKitLibraries\\lib" /MANIFEST /
MANIFESTFILE:"C:\cygwin\home\bruce\CurrentBuild\obj\FindSafari\Release
\FindSafari.exe.intermediate.manifest" /DEBUG /PDB:"c:\cygwin\home
\bruce\currentbuild\bin\FindSafari.pdb" /PDBSTRIPPED:"C:\cygwin\home
\bruce\CurrentBuild\public\sym\FindSafari.pdb" /SUBSYSTEM:CONSOLE /
OPT:REF /OPT:ICF /OPT:NOWIN98 /IMPLIB:"C:\cygwin\home\bruce
\CurrentBuild\lib\FindSafari.lib" /MACHINE:X86 /SAFESEH /FIXED:NO /
dynamicbase shlwapi.lib advapi32.lib ole32.lib kernel32.lib
"..\..\..\currentbuild\obj\findsafari\release\FindSafari.obj"
]
Creating command line "link.exe @C:\cygwin\home\bruce\CurrentBuild\obj
\FindSafari\Release\RSP0000155161928.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window Compiling...
cl : Command line warning D9042 : invalid value '6011' for '/wd';
assuming '4999'; Code Analysis warnings are not available in this
edition of the compiler
cl : Command line warning D9042 : invalid value '6031' for '/wd';
assuming '4999'; Code Analysis warnings are not available in this
edition of the compiler
cl : Command line warning D9042 : invalid value '6211' for '/wd';
assuming '4999'; Code Analysis warnings are not available in this
edition of the compiler
cl : Command line warning D9042 : invalid value '6246' for '/wd';
assuming '4999'; Code Analysis warnings are not available in this
edition of the compiler
cl : Command line warning D9042 : invalid value '6255' for '/wd';
assuming '4999'; Code Analysis warnings are not available in this
edition of the compiler
cl : Command line warning D9042 : invalid value '6387' for '/wd';
assuming '4999'; Code Analysis warnings are not available in this
edition of the compiler
FindSafari.cpp
Performing Pre-Link Event...
Linking...
link: missing operand after `ÿþ/'
Try `link --help' for more information.
Project : error PRJ0002 : Error result 1 returned from 'c:\cygwin\bin
\link.exe'.
Project : warning PRJ0018 : The following environment variables were
not found:
$(PRODUCTION)
Results Build log was saved at "file://C:\cygwin\home\bruce
\CurrentBuild\obj\FindSafari\Release\BuildLog.htm"
FindSafari - 1 error(s), 6 warning(s)
More information about the webkit-dev
mailing list