[webkit-dev] Compiling webkit on windows

Noh Taegil tailblues at mobilus.co.kr
Fri Feb 2 04:53:45 PST 2007


those lut files are built by hash, which is done in pre-build step of  
building JavascriptCore. those are build in "Constructing gerenated  
files..." step.

Look at the project property and try to follow the "build-event - pre- 
build-event - command line" commands. do those command manually, and  
if you try to follow what went wrong, I think you will find what is  
amiss, or wrong in your system configuration.

tailblues at mobilus.co.kr



2007. 02. 02, PM 9:18(GMT+9:00), AmitM wrote:

>
> 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.
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev




More information about the webkit-dev mailing list