RESOLVED DUPLICATE of bug 113949 114098
[WK2][EFL] --minimal build fails with error: undefined reference to `EwkContextMenu::EwkContextMenu
https://bugs.webkit.org/show_bug.cgi?id=114098
Summary [WK2][EFL] --minimal build fails with error: undefined reference to `EwkConte...
Ed Bartosh
Reported 2013-04-06 13:25:20 PDT
./Tools/Scripts/build-webkit --efl --cmakeargs="-DSHARED_CORE=ON" --minimal fails with this error: ../../lib/libewebkit2.so.0.1.0: undefined reference to `EwkContextMenu::EwkContextMenu(EwkView*, WebKit::WebContextMenuProxyEfl*, WTF::Vector<WebKit::WebContextMenuItemData, 0ul> const&)' ../../lib/libewebkit2.so.0.1.0: undefined reference to `WebKit::WebView::createContextMenuProxy(WebKit::WebPageProxy*)' ../../lib/libewebkit2.so.0.1.0: undefined reference to `non-virtual thunk to WebKit::WebView::createContextMenuProxy(WebKit::WebPageProxy*)' ../../lib/libewebkit2.so.0.1.0: undefined reference to `EwkContextMenu::~EwkContextMenu()' collect2: error: ld returned 1 exit status make[2]: *** [bin/WebProcess] Error 1 make[1]: *** [Source/WebKit2/CMakeFiles/WebProcess.dir/all] Error 2
Attachments
Ed Bartosh
Comment 1 2013-04-07 12:55:19 PDT
It turned out that this error is also fixed by wrapping code in #if ENABLE(CONTEXT_MENUS). Closing this bug as duplicate of #113949. I'll update the patch for #113949 with more fixes. *** This bug has been marked as a duplicate of bug 113949 ***
Note You need to log in before you can comment on or make changes to this bug.