[Webkit-unassigned] [Bug 47799] [gtk] clang build fails in X11/Intrinsic.h due to String name conflict

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 11:23:30 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=47799





--- Comment #6 from Martin Robinson <mrobinson at webkit.org>  2011-04-27 11:23:30 PST ---
(In reply to comment #5)
> Moving the gtk2xtbin.h to the top of PluginViewGtk.cpp leads to the plenty of errors like
> 
> ./Source/WebCore/platform/KURL.h:82:44: error: cannot initialize a member subobject of type 'String' (aka 'char *')
>       with an rvalue of type 'WTF::HashTableDeletedValueType'
>     KURL(WTF::HashTableDeletedValueType) : m_string(WTF::HashTableDeletedValue) { }
> 
> 
> WebKit r85060, clang version 3.0 (trunk 130277)

You may need to add "#undef String" right after including gtk2xtbin.h as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list