[webkit-dev] Crash when running Linux Gdk version

Mike Emmel mike.emmel at gmail.com
Tue Aug 22 21:47:10 PDT 2006


On 8/22/06, Krzysztof Kowalczyk <kkowalczyk at gmail.com> wrote:
> 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.
>
Sorry I misunderstood.

> 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().
>

All I can sugest is that you build the way I do.
full compile of all sources gtk etc from cvs.
With cairo 1.2.1.
Basically webkit has not even started yet and you are already corrupted.
If your still having problems using my config  I can help.
Thats a very old version of cairo your using and it had a number of bugs.
Lets take this off the list I just wanted to post to apologize since I
misunderstood.

Mike



> -- kjk
>



More information about the webkit-dev mailing list