-
-
Notifications
You must be signed in to change notification settings - Fork 341
Description
Hi, Teran,
I try to build the debugger with following error message:
[ 93%] Building CXX object plugins/ODbgRegisterView/CMakeFiles/ODbgRegisterView.dir/RegisterView.cpp.o
/home/simon/bac/edb-debugger/plugins/ODbgRegisterView/RegisterView.cpp: In member function ‘void ODbgRegisterView::ODBRegView::groupHidden(ODbgRegisterView::RegisterGroup*)’:
/home/simon/bac/edb-debugger/plugins/ODbgRegisterView/RegisterView.cpp:357:104: error: no matching function for call to ‘QMenu::addAction(const char* const&, ODbgRegisterView::ODBRegView::groupHidden(ODbgRegisterView::RegisterGroup*)::<lambda()>)’
hiddenGroupsMenu_->addAction(RegisterGroupTypeNames[groupType], [=] { restoreHiddenGroup(groupType); });
^
my OS system: Ubuntu 16.04 Server version
I had install all the required software.
Any comment about that?