[webkit-dev] Cairo Build: WebFrame.cpp fails to compile
Brent Fulgham
bfulgham at gmail.com
Mon Jun 15 09:11:53 PDT 2009
Hi,
2009/6/15 Taeyun Kim <zeo at logicplant.com>:
> I'm trying to compile Cairo version of WebKit.
>
> But WebFrame.cpp in WebKit project fails to compile.
There are a series of CoreGraphics-specific calls in this file related
to creating a printing context. I have not put together a patch that
addresses this, so it won't build as-is.
The patch on https://bugs.webkit.org/show_bug.cgi?id=17484 will add
some #if/def guards around this printing code, which should resolve
your issue.
Good luck!
-Brent
More information about the webkit-dev
mailing list