While building ewebkit via clang, there are some build issues. 1. Too many warnings in system libraries and WebKit code. 2. Build break of UnitTestUtils because of rtti in gtest header 3. undefined reference to `WebCore::Node::renderStyle() const in Source/WebCore/css/ViewportStyleResolver.cpp
Created attachment 237137 [details] Patch
Comment on attachment 237137 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=237137&action=review Please fix my comment. > Source/WebCore/css/ViewportStyleResolver.cpp:37 > +#include "NodeRenderStyle.h" I believe this include won't harmful on other ports. > Source/WebKit2/PlatformEfl.cmake:457 > + -DGTEST_HAS_RTTI=0 GTK port also disabled this macro. > Source/cmake/OptionsEfl.cmake:11 > +# Disable WERROR in clang build because of many warnings. Add FIXME: prefix.
Committed r172954: <http://trac.webkit.org/changeset/172954>