WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Ryuan Choi
Comment 1
2014-08-26 00:29:35 PDT
Created
attachment 237137
[details]
Patch
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
Committed
r172954
: <
http://trac.webkit.org/changeset/172954
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug