RESOLVED INVALID 133896
[EFL] WebKit build fails after patches in the range r169750 - r 169960
https://bugs.webkit.org/show_bug.cgi?id=133896
Summary [EFL] WebKit build fails after patches in the range r169750 - r 169960
Praveen Jadhav
Reported 2014-06-13 21:54:51 PDT
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
Csaba Osztrogonác
Comment 1 2014-06-14 01:05:07 PDT
It's strange, don't you use at least GCC 4.7 ?
Csaba Osztrogonác
Comment 2 2014-06-14 01:08:48 PDT
Otherwise the build was broken on the revision you mentioned because of other issues. But r169881 builds fine on the bots.
Praveen Jadhav
Comment 3 2014-06-14 07:18:54 PDT
(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
Comment 4 2014-07-15 05:01:48 PDT
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.
Note You need to log in before you can comment on or make changes to this bug.