On 8/22/06, Mike Emmel <[EMAIL PROTECTED]> 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
_______________________________________________
webkit-dev mailing list
webkit-dev@opendarwin.org
http://www.opendarwin.org/mailman/listinfo/webkit-dev

Reply via email to