[Webkit-unassigned] [Bug 62260] [CMAKE][WK2] Add an option to build webkit2.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 18:41:38 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62260





--- Comment #11 from Ryuan Choi <ryuan.choi at samsung.com>  2011-06-08 18:41:38 PST ---
(In reply to comment #8)
> (In reply to comment #5)
> > > Source/CMakeLists.txt:29
> > > +    SET(DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/DerivedSources")
> > 
> > I don't understand this line. How it related to WK2?
> > 
> I'll check once more.
> When I started, WebKit2 required it.
> Now I'm not sure.
> 
To build InjectedBundleNodeHandle.cpp, DERIVED_SOURCES_DIR is needed.
I think that it looks a bug. however, it's not related with this bug.
I checked WebKit2/Gtk and it was same.
I'll investigate other ports and create different bug if needed.

below is error message without it.

/workspace/webkits/WebKit2/Source/WebKit2/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp:37:31: fatal error: WebCore/HTMLNames.h: No such file or directory
compilation terminated.
make[2]: *** [WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/DOM/InjectedBundleNodeHandle.cpp.o] 오류 1
make[2]: *** 끝나지 않은 작업을 기다리고 있습니다....
/workspace/webkits/WebKit2/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp:48:33: fatal error: WebCore/JSDOMWindow.h: No such file or directory
compilation terminated.
make[2]: *** [WebKit2/CMakeFiles/WebKit2.dir/WebProcess/InjectedBundle/InjectedBundle.cpp.o] 오류 1
make[1]: *** [WebKit2/CMakeFiles/WebKit2.dir/all] 오류 2
make: *** [all] 오류 2

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list