[webkit-dev] Compiling webkit on windows

AmitM amitmanocha78 at yahoo.com
Fri Feb 2 04:18:51 PST 2007


Hello Don,

After full sync to 18972 and applying your patch, I'm getting following
errors - any clues from this?

Thanks!
Amit
------ Build started: Project: JavaScriptCore, Configuration: Debug Win32
------
Constructing generated files...
Copying ICU DLLS...
0 File(s) copied
0 File(s) copied
0 File(s) copied
0 File(s) copied
0 File(s) copied
0 File(s) copied
Compiling...
array_object.cpp
c:\orig_webkit\javascriptcore\kjs\array_object.cpp(27) : fatal error C1083:
Cannot open include file: 'array_object.lut.h': No such file or directory
date_object.cpp
c:\orig_webkit\javascriptcore\kjs\date_object.cpp(24) : fatal error C1083:
Cannot open include file: 'date_object.lut.h': No such file or directory
grammarWrapper.cpp
c:\orig_webkit\javascriptcore\javascriptcore.vcproj\javascriptcore\grammarwrapper.cpp(7)
: fatal error C1083: Cannot open include file: 'grammar.cpp': No such file
or directory
lexer.cpp
c:\orig_webkit\javascriptcore\kjs\lexer.cpp(41) : fatal error C1083: Cannot
open include file: 'grammar.h': No such file or directory
regexp_object.cpp
c:\orig_webkit\javascriptcore\kjs\regexp_object.cpp(25) : fatal error C1083:
Cannot open include file: 'regexp_object.lut.h': No such file or directory
string_object.cpp
c:\orig_webkit\javascriptcore\kjs\string_object.cpp(25) : fatal error C1083:
Cannot open include file: 'string_object.lut.h': No such file or directory
Generating Code...
Build log was saved at
"file://c:\WebKitBuild\JavaScriptCore.intermediate\Debug\JavaScriptCore.intermediate\BuildLog.htm"
JavaScriptCore - 6 error(s), 0 warning(s)
------ Build started: Project: WebKit, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file
'..\..\..\webkitbuild\debug\javascriptcore.lib'
Build log was saved at
"file://c:\WebKitBuild\WebKit.intermediate\Debug\WebKit.intermediate\BuildLog.htm"
WebKit - 1 error(s), 0 warning(s)
------ Build started: Project: Spinneret, Configuration: Debug Win32 ------
Linking...
LINK : fatal error LNK1104: cannot open file
'..\..\..\..\webkitbuild\debug\webkit.lib'
Build log was saved at
"file://c:\WebKitBuild\WebKitTools.intermediate\Debug\Spinneret.intermediate\BuildLog.htm"
Spinneret - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 3 failed, 5 up-to-date, 0 skipped ==========
>
Hi AmitM,

A week or so ago I posted a patch on
http://bugs.webkit.org/show_bug.cgi?id=12327 that should allow WebKit r18972
to build again.  No reviewers have been very interested in taking a look,
however, so it's just sitting and rotting.  I imagine the patch would need
updating to work with the current trunk.

If you're interested, you could try syncing to r18972, ensuring things
build, then updating to trunk, fixing the compile again and posting an
updated patch on that bug.  I don't really have time to do that myself.

I should warn you that even if you get things compiling, there will be major
functionality problems.  A lot of stuff in the Windows port is stubbed out,
and the COM layer is basically completely broken, so Spinneret (the test
shell) will deref garbage when you try to actually navigate to a page.

PK
=
-- 
View this message in context: http://www.nabble.com/Compiling-webkit-on-windows-tf3032372.html#a8766034
Sent from the webkit-dev mailing list archive at Nabble.com.




More information about the webkit-dev mailing list