[webkit-dev] Crash when running Linux Gdk version

Krzysztof Kowalczyk kkowalczyk at gmail.com
Tue Aug 22 21:34:36 PDT 2006


On 8/22/06, Mike Emmel <mike.emmel at gmail.com> wrote:
> I really would not use the builtin cairo sources.
> gdk dynamically links agianst cairo and you have static linked in the
> library also.
> I have no idea what the result of that is.
> If you want to static link then  you need to static link gdk pango etc etc.

I'm not using builtin cairo sources. I've mentioned I link against
libcairo 1.0.4 which is the one that ships by default on Ubuntu. I
even had to remove call cairo_scaled_font_text_extents() which is not
supported in 1.0.4 to build it.

I also had a version that builds against builtin cairo sources earlier
but I had the same crash. But the build I mention is just latest SVN
sources + your patch from
http://bugzilla.opendarwin.org/show_bug.cgi?id=10454 and using fixed
values for the width of "x" and " " instead of using
cairo_scaled_font_text_extents().

-- kjk



More information about the webkit-dev mailing list