RESOLVED FIXED 136245
[EFL] Build break using clang
https://bugs.webkit.org/show_bug.cgi?id=136245
Summary [EFL] Build break using clang
Ryuan Choi
Reported 2014-08-26 00:26:43 PDT
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
Attachments
Patch (3.51 KB, patch)
2014-08-26 00:29 PDT, Ryuan Choi
gyuyoung.kim: review+
Ryuan Choi
Comment 1 2014-08-26 00:29:35 PDT
Gyuyoung Kim
Comment 2 2014-08-26 03:22:12 PDT
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.
Ryuan Choi
Comment 3 2014-08-26 03:54:37 PDT
Note You need to log in before you can comment on or make changes to this bug.