[webkit-dev] Successful Webkit Build on Windows but Error Running
Webkit
Steve Falkenburg
sfalken at apple.com
Fri Mar 14 10:51:19 PDT 2008
We don't support VC++ Express 2008 at this point. 2005 is still
available for download, and can be installed alongside 2008. There's
a link to the 2005 download at: http://webkit.org/building/tools.html
2008 doesn't work at the moment since we haven't converted all of the
dependent DLLs to 2008. That conversion is necessary since 2008 uses
a newer version of the C runtime library.
(Before someone asks, yes, we could load both versions into memory,
but some of the dependent DLLs are missing manifests, and can't locate
the 2005 C runtime lib themselves.)
-steve
On Mar 14, 2008, at 10:32 AM, Tiger Code wrote:
>
> Hi All,
>
> I am and experienced Java developer and new to Windows programming
> (VC++). I have installed Cygwin and VC++ 2008 Express Edition.
>
> I have checked out Webkit source
>
> I converted WebKit project to VC++ Visual Studio 9.0 project
>
>
> I have compiled Webkit successfully.
>
> However when I run :
>
> ~/webkit-src/WebKit/WebKitTools/Scripts/run-safari
>
> I get the following Output and Error Message in Windows Dialog Box:
>
>
> Output:
>
> $ WebKitTools/Scripts/run-safari
> 0 File(s) copied
> 0 File(s) copied
> 0 File(s) copied
>
>
> Error Message in Windows Dialog Box:
>
> Safari cannot open a browser window and may be missing important
> resources. Try installing Safari again.
>
>
> Safari installation is fine and use it well. Why is this happening
> and how can I get around this problem?
>
> Thanks,
> TC
> _______________________________________________
> 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