[webkit-dev] Could not find answer: Build and run Cairo Webkit on XP

Brent Fulgham bfulgham at gmail.com
Fri Jan 20 08:59:20 PST 2012


Hi,

On Fri, Jan 20, 2012 at 7:03 AM, cwienands <cwienands at gmx.net> wrote:
> Great, the WSAPoll problem has been resolved.

Great!

> Unfortunately now one or
> potentially two new issues appeared. The MiniBrowser upon start briefly
> shows the window but then immediately exits with a Dr Watson (Depends
> reports an access violation). WebKit.exe crashes immediately with the error
> message:

That's not surprising to me.
1. MiniBrowser exercises the WebKit2 interface, which the WinCairo
port does not yet support.  There is a partial implementation, but I
have not had time to flesh it out.
2. WebKit.exe is used to launch Safari with the user-built WebKit
framework.  Safari will not run using the WinCairo port of WebKit, as
there are large bits of functionality that require the WebKitInterface
libraries shipped by Apple.

I should probably modify the WinCairo targets to exclude the
WebKit.exe project to avoid confusion here.

MiniBrowser will eventually work, but not until I get time to finish
the implementation. :-(

-Brent


More information about the webkit-dev mailing list