RESOLVED WONTFIX 115112
Build fix: WebKit2/WKView.h should not be included in WebKit2_C.h
https://bugs.webkit.org/show_bug.cgi?id=115112
Summary Build fix: WebKit2/WKView.h should not be included in WebKit2_C.h
Adenilson Cavalcanti Silva
Reported 2013-04-24 09:13:23 PDT
Current trunk compilation will fail in Linux 64bits with: //---------------------------------------------------------------------------------------------- [ 6%] Building CXX object Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/Tests/WTF/IntegerToStringConversion.cpp.o Building CXX object Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/Tests/WTF/HashMap.cpp.o In file included from /home/adenilson/apps/webkit/Webkit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0, from /home/adenilson/apps/webkit/Webkit/Tools/TestWebKitAPI/config.h:72, from /home/adenilson/apps/webkit/Webkit/Tools/TestWebKitAPI/TestsController.cpp:26: /home/adenilson/apps/webkit/Webkit/Source/WebKit2/UIProcess/API/C/WebKit2_C.h:65:28: fatal error: WebKit2/WKView.h: No such file or directory compilation terminated. In file included from /home/adenilson/apps/webkit/Webkit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0, from /home/adenilson/apps/webkit/Webkit/Tools/TestWebKitAPI/config.h:72, from /home/adenilson/apps/webkit/Webkit/Tools/TestWebKitAPI/Tests/WTF/AtomicString.cpp:26: /home/adenilson/apps/webkit/Webkit/Source/WebKit2/UIProcess/API/C/WebKit2_C.h:65:28: fatal error: WebKit2/WKView.h: No such file or directory compilation terminated. //----------------------------------------------------------------------------------------------
Attachments
Build++ (1.50 KB, patch)
2013-04-24 09:19 PDT, Adenilson Cavalcanti Silva
darin: review-
eflews.bot: commit-queue-
Adenilson Cavalcanti Silva
Comment 1 2013-04-24 09:19:37 PDT
EFL EWS Bot
Comment 2 2013-04-24 09:23:31 PDT
Comment on attachment 199494 [details] Build++ Attachment 199494 [details] did not pass efl-wk2-ews (efl-wk2): Output: http://webkit-queues.appspot.com/results/168248
Adenilson Cavalcanti Silva
Comment 3 2013-04-24 09:55:40 PDT
I see that this regression was introduced in changeset: http://trac.webkit.org/changeset/147776 My patch will make compilation pass from 6% but it will get stuck at 89%, with: //------------------------------------------------------------------- [ 89%] Building CXX object Source/WebKit2/CMakeFiles/ewebkit2.dir/UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.cpp.o In file included from /home/adenilson/apps/webkit/Webkit/Source/WebKit2/UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.cpp:33:0: /home/adenilson/apps/webkit/Webkit/Source/WebKit2/UIProcess/CoordinatedGraphics/WKCoordinatedSceneAPICast.h:31:40: fatal error: WebKit2/WKCoordinatedScene.h: No such file or directory compilation terminated. make[2]: *** [Source/WebKit2/CMakeFiles/ewebkit2.dir/UIProcess/API/CoordinatedGraphics/WKCoordinatedScene.cpp.o] Error 1 //------------------------------------------------------------------- My suggestion would be to rollback the 147776 changeset and get it fixed first.
Darin Adler
Comment 4 2013-05-13 18:11:06 PDT
Comment on attachment 199494 [details] Build++ review- because the EFL bot says this doesn’t compile
Note You need to log in before you can comment on or make changes to this bug.