Bug 133896
Summary: | [EFL] WebKit build fails after patches in the range r169750 - r 169960 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Praveen Jadhav <praveen.j> |
Component: | WebKit EFL | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | dev_sachin, gyuyoung.kim, lucas.de.marchi, ossy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Praveen Jadhav
I observe following build error after including r169878.
Scanning dependencies of target WTF
[ 0%] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o
cc1plus: error: -Werror=literal-suffix: no option -Wliteral-suffix
make[2]: *** [Source/WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o] Error 1
make[1]: *** [Source/WTF/wtf/CMakeFiles/WTF.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
It's strange, don't you use at least GCC 4.7 ?
Csaba Osztrogonác
Otherwise the build was broken on the revision you mentioned because of other issues. But r169881 builds fine on the bots.
Praveen Jadhav
(In reply to comment #2)
> Otherwise the build was broken on the revision you mentioned because of other issues. But r169881 builds fine on the bots.
I am using GCC 4.7.3, but the issue is still there :(. Not sure why its happening. I will try to fix this locally to continue with my work.
Praveen Jadhav
This error doesn't occur if I remove "-Wno-error=literal-suffix" from WebKitHelpers.cmake. But it appears that no one else is facing the bug issue. Hence closing the bug as INVALID.