Bug 115126

Summary: [EFL] Fix build error after r148963.
Product: WebKit Reporter: Byungwoo Lee <bw80.lee>
Component: WebKit EFLAssignee: Byungwoo Lee <bw80.lee>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Byungwoo Lee 2013-04-24 14:18:39 PDT
forwarding header for WKView.h is not created after r148963.
(Need clean build to see the build error)
Comment 1 Byungwoo Lee 2013-04-24 14:22:56 PDT
Created attachment 199515 [details]
Patch
Comment 2 Byungwoo Lee 2013-04-24 14:35:53 PDT
This is the build error

[  4%] Building CXX object Tools/TestWebKitAPI/CMakeFiles/test_wtf.dir/Tests/WTF/Functional.cpp.o
In file included from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/config.h:72,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/Tests/WTF/CString.cpp:26:
/home/byungwoo/Workspace/git/git.webkit.org/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/byungwoo/Workspace/git/git.webkit.org/WebKit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/config.h:72,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/efl/main.cpp:27:
/home/byungwoo/Workspace/git/git.webkit.org/WebKit/Source/WebKit2/UIProcess/API/C/WebKit2_C.h:65:28: fatal error: WebKit2/WKView.h: No such file or directory
In file included from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/config.h:72,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/TestsController.cpp:26:
/home/byungwoo/Workspace/git/git.webkit.org/WebKit/Source/WebKit2/UIProcess/API/C/WebKit2_C.h:65:28: fatal error: WebKit2/WKView.h: No such file or directoryIn file included from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/config.h:72,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/Tests/WTF/CheckedArithmeticOperations.cpp:26:
/home/byungwoo/Workspace/git/git.webkit.org/WebKit/Source/WebKit2/UIProcess/API/C/WebKit2_C.h:65:28: fatal error: WebKit2/WKView.h: No such file or directory
In file included from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/WebKitBuild/Debug/DerivedSources/WebKit2/include/WebKit2/WebKit2_C.h:1:0,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/config.h:72,
                 from /home/byungwoo/Workspace/git/git.webkit.org/WebKit/Tools/TestWebKitAPI/Tests/WTF/AtomicString.cpp:26:
/home/byungwoo/Workspace/git/git.webkit.org/WebKit/Source/WebKit2/UIProcess/API/C/WebKit2_C.h:65:28: fatal error: WebKit2/WKView.h: No such file or directory
Comment 3 Laszlo Gombos 2013-04-24 14:49:35 PDT
Comment on attachment 199515 [details]
Patch

ok.
Comment 4 WebKit Commit Bot 2013-04-24 15:49:07 PDT
Comment on attachment 199515 [details]
Patch

Clearing flags on attachment: 199515

Committed r149073: <http://trac.webkit.org/changeset/149073>
Comment 5 WebKit Commit Bot 2013-04-24 15:49:09 PDT
All reviewed patches have been landed.  Closing bug.