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 <[email protected]> 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 > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

