romulogcerqueira / sonar_simulation-buildconf

Build system of Imaging Sonar Simulator
Apache License 2.0
33 stars 15 forks source link

Why error: ‘f’ was not declared in void Task::processInQtThread(std::function<void()> f) when amake #23

Closed longchengqi131 closed 3 years ago

longchengqi131 commented 4 years ago

When I did amake,"error: ‘f’ was not declared" appeared in function "void Task::processInQtThread(std::function<void()> f)" , which is declared in gui/orogen/qt_base/tasks/Task.cpp. thank you !