[webkit-dev] Error building Webkit Gtk on MacOSX

Zhe Su james.su at gmail.com
Sat May 9 07:58:45 PDT 2009


Just worked around this issue by modifying Intrinsic.h. webkit was built
successfully and GtkLauncher loaded www.google.com successfully. But it then
crashed with following error:

dyld: lazy symbol binding failed: Symbol not found:
__ZN7WebCore15PurgeableBuffer6createEPKcm
  Referenced from: /opt/local/lib/libwebkit-1.0.2.dylib
  Expected in: dynamic lookup

dyld: Symbol not found: __ZN7WebCore15PurgeableBuffer6createEPKcm
  Referenced from: /opt/local/lib/libwebkit-1.0.2.dylib
  Expected in: dynamic lookup

Regards
James Su

On Sat, May 9, 2009 at 8:51 PM, Holger Freyther <zecke at selfish.org> wrote:

> On Saturday 09 May 2009 13:58:34 Zhe Su wrote:
>
> > './'`WebCore/plugins/gtk/PluginViewGtk.cpp
> > /opt/local/include/X11/Intrinsic.h:158: error: conflicting declaration
> > ‘typedef char Boolean’
> >
> /System/Library/Frameworks/CoreServices.framework/Headers/../Frameworks/Car
> >bonCore.framework/Headers/MacTypes.h:279: error: ‘Boolean’ has a previous
> > declaration as ‘typedef unsigned char Boolean’
> > make[1]: *** [WebCore/plugins/gtk/libWebCore_la-PluginViewGtk.lo] Error 1
> > make: *** [all] Error 2
>
> Yeah, I saw that too but didn't come around making a proper patch. The
> thing
> is that something should be included with PLATFORM(MAC) but not
> PLATFORM(DARWIN) (or such).
>
> Please see http://webkit.org/coding/contributing.html on how to contribute
> a
> patch.
>
>
> thanks
>        z.
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090509/4aff6993/attachment.html>


More information about the webkit-dev mailing list