[webkit-help] error of building webkit with directfb
wenmhappy
wenmhappy at 126.com
Fri Sep 30 19:25:09 PDT 2011
Hi everybody,
I have successfully built (cross-compile) webkit-r59711 with --gtk (x11 default) on embed platform. But now there are errors when i build it with --gtk --with-target=directfb. In that case, webkit will depends on libgdk-x11-2.0.so and libgdk-directfb-2.0.so, they depend respectively on libcairo( with xlib) and libcairo( with directfb). Because of the same name, error is that undefined reference of cairo_xlib_surface_create in libgdk-x11-2.0.so when linking libcairo( with directfb) or undefined reference of cairo_directfb_surface_create in libgdk-directfb-2.0.so when linking libcairo( with xlib). I don`t know why libgdk-x11-2.0.so is still dependency of webkit when building with --with-target=directfb?
How do i resolve it?
Thanks for any help.
Best regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20111001/c4b1a3bb/attachment.html>
More information about the webkit-help
mailing list