Created
March 4, 2014 21:08
-
-
Save Fiona-J-W/9355664 to your computer and use it in GitHub Desktop.
Errors when building cvvisual with Qt4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 1%] Automoc for target UnitTests | |
[ 1%] Built target UnitTests_automoc | |
[ 1%] Automoc for target cvvisual | |
[ 1%] Built target cvvisual_automoc | |
[ 2%] Building CXX object CMakeFiles/cvvisual.dir/src/qtutil/zoomableimage.cpp.o | |
In file included from /usr/include/qt4/QtGui/qscrollbar.h:46:0, | |
from /usr/include/qt4/QtGui/QScrollBar:1, | |
from /home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:6: | |
/usr/include/qt4/QtGui/qabstractslider.h: In constructor 'cvv::qtutil::ZoomableImage::ZoomableImage(const cv::Mat&, QWidget*)': | |
/usr/include/qt4/QtGui/qabstractslider.h:126:10: error: 'void QAbstractSlider::valueChanged(int)' is protected | |
void valueChanged(int value); | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:195:18: error: within this context | |
&QScrollBar::valueChanged, this, | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:196:33: error: no matching function for call to 'cvv::qtutil::ZoomableImage::connect(QScrollBar*, void (QAbstractSlider::*)(int), cvv::qtutil::ZoomableImage* const, void (cvv::qtutil::ZoomableImage::*)())' | |
&ZoomableImage::viewScrolled); | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:196:33: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/src/qtutil/zoomableimage.hpp:4, | |
from /home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:1: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (QAbstractSlider::*)(int)' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (QAbstractSlider::*)(int)' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (QAbstractSlider::*)(int)' to 'const char*' | |
In file included from /usr/include/qt4/QtGui/qscrollbar.h:46:0, | |
from /usr/include/qt4/QtGui/QScrollBar:1, | |
from /home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:6: | |
/usr/include/qt4/QtGui/qabstractslider.h:126:10: error: 'void QAbstractSlider::valueChanged(int)' is protected | |
void valueChanged(int value); | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:198:18: error: within this context | |
&QScrollBar::valueChanged, this, | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:199:33: error: no matching function for call to 'cvv::qtutil::ZoomableImage::connect(QScrollBar*, void (QAbstractSlider::*)(int), cvv::qtutil::ZoomableImage* const, void (cvv::qtutil::ZoomableImage::*)())' | |
&ZoomableImage::viewScrolled); | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:199:33: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/src/qtutil/zoomableimage.hpp:4, | |
from /home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:1: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (QAbstractSlider::*)(int)' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (QAbstractSlider::*)(int)' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (QAbstractSlider::*)(int)' to 'const char*' | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp: In member function 'virtual void cvv::qtutil::ZoomableImage::wheelEvent(QWheelEvent*)': | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:323:16: error: 'class QWheelEvent' has no member named 'angleDelta' | |
((event->angleDelta().x()) + (event->angleDelta().y())) * f; | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/zoomableimage.cpp:323:44: error: 'class QWheelEvent' has no member named 'angleDelta' | |
((event->angleDelta().x()) + (event->angleDelta().y())) * f; | |
^ | |
CMakeFiles/cvvisual.dir/build.make:195: recipe for target 'CMakeFiles/cvvisual.dir/src/qtutil/zoomableimage.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/qtutil/zoomableimage.cpp.o] Error 1 | |
[ 2%] Building CXX object CMakeFiles/cvvisual.dir/src/gui/overview_group_subtable.cpp.o | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp: In member function 'void cvv::gui::OverviewGroupSubtable::initUI()': | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp:50:20: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
horizontalHeader->setSectionResizeMode(QHeaderView::ResizeToContents); | |
^ | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp: In member function 'void cvv::gui::OverviewGroupSubtable::updateUI()': | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp:120:10: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
header->setSectionResizeMode(0, QHeaderView::ResizeToContents); | |
^ | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp:123:11: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
header->setSectionResizeMode(i, QHeaderView::ResizeToContents); | |
^ | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp:127:11: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
header->setSectionResizeMode(i, QHeaderView::Stretch); | |
^ | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp:129:10: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
header->setSectionResizeMode(maxImages + 4, | |
^ | |
/home/florian/Studium/PSE/code/src/gui/overview_group_subtable.cpp:131:10: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
header->setSectionResizeMode(maxImages + 5, | |
^ | |
CMakeFiles/cvvisual.dir/build.make:287: recipe for target 'CMakeFiles/cvvisual.dir/src/gui/overview_group_subtable.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/gui/overview_group_subtable.cpp.o] Error 1 | |
[ 3%] Building CXX object CMakeFiles/cvvisual.dir/src/gui/rawview_group_subtable.cpp.o | |
/home/florian/Studium/PSE/code/src/gui/rawview_group_subtable.cpp: In constructor 'cvv::gui::RawviewGroupSubtable::RawviewGroupSubtable(cvv::gui::RawviewTable*, cvv::stfl::ElementGroup<cvv::gui::RawviewTableRow>)': | |
/home/florian/Studium/PSE/code/src/gui/rawview_group_subtable.cpp:39:20: error: 'class QHeaderView' has no member named 'setSectionResizeMode' | |
horizontalHeader->setSectionResizeMode(QHeaderView::Stretch); | |
^ | |
In file included from /home/florian/Studium/PSE/code/src/gui/rawview_group_subtable.cpp:20:0: | |
/home/florian/Studium/PSE/code/src/gui/../view/rawview.hpp: In member function 'void cvv::gui::RawviewGroupSubtable::customMenuAction(QAction*)': | |
/home/florian/Studium/PSE/code/src/gui/../view/rawview.hpp:113:7: error: 'void cvv::view::Rawview::keyPointsSelected(const std::__debug::vector<cv::KeyPoint>&)' is protected | |
void keyPointsSelected(const std::vector<cv::KeyPoint> &keyPoints); | |
^ | |
/home/florian/Studium/PSE/code/src/gui/rawview_group_subtable.cpp:180:18: error: within this context | |
keyPoints); | |
^ | |
In file included from /home/florian/Studium/PSE/code/src/gui/rawview_group_subtable.cpp:20:0: | |
/home/florian/Studium/PSE/code/src/gui/../view/rawview.hpp:106:7: error: 'void cvv::view::Rawview::matchesSelected(const std::__debug::vector<cv::DMatch>&)' is protected | |
void matchesSelected(const std::vector<cv::DMatch> &matches); | |
^ | |
/home/florian/Studium/PSE/code/src/gui/rawview_group_subtable.cpp:189:49: error: within this context | |
parent->getParent()->matchesSelected(matches); | |
^ | |
CMakeFiles/cvvisual.dir/build.make:333: recipe for target 'CMakeFiles/cvvisual.dir/src/gui/rawview_group_subtable.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/gui/rawview_group_subtable.cpp.o] Error 1 | |
[ 3%] Building CXX object CMakeFiles/cvvisual.dir/src/impl/init.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/impl/../qtutil/filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/impl/init.cpp:6: | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::FilterView; Args = {const cvv::impl::FilterCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/src/impl/../gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/src/impl/../gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/src/impl/../gui/filter_call_tab.hpp:39:22: required from here | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/src/impl/../qtutil/filterselectorwidget.hpp:9, | |
from /home/florian/Studium/PSE/code/src/impl/init.cpp:6: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
In file included from /home/florian/Studium/PSE/code/src/impl/../qtutil/filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/impl/init.cpp:6: | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::MatchView; Args = {const cvv::impl::MatchCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/src/impl/../gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/src/impl/../gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/src/impl/../gui/match_call_tab.hpp:41:8: required from here | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/impl/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/src/impl/../qtutil/filterselectorwidget.hpp:9, | |
from /home/florian/Studium/PSE/code/src/impl/init.cpp:6: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
CMakeFiles/cvvisual.dir/build.make:632: recipe for target 'CMakeFiles/cvvisual.dir/src/impl/init.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/impl/init.cpp.o] Error 1 | |
[ 4%] Building CXX object CMakeFiles/cvvisual.dir/src/view/dual_filter_view.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/view/../qtutil/filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/view/../qtutil/autofilterwidget.hpp:16, | |
from /home/florian/Studium/PSE/code/src/view/dual_filter_view.cpp:17: | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::qtutil::FilterFunctionWidget<2ul, 1ul>; Args = {QWidget*}]': | |
/home/florian/Studium/PSE/code/src/view/../qtutil/filterselectorwidget.hpp:66:4: required from 'cvv::qtutil::FilterSelectorWidget<In, Out>::FilterSelectorWidget(QWidget*) [with long unsigned int In = 2ul; long unsigned int Out = 1ul]' | |
/home/florian/Studium/PSE/code/src/view/../qtutil/autofilterwidget.hpp:258:29: required from 'cvv::qtutil::AutoFilterWidget<In, Out>::AutoFilterWidget(QWidget*) [with long unsigned int In = 2ul; long unsigned int Out = 1ul]' | |
/home/florian/Studium/PSE/code/src/view/../qtutil/../util/util.hpp:32:62: required from 'std::unique_ptr<T> cvv::util::make_unique(Args&& ...) [with T = cvv::qtutil::AutoFilterWidget<2ul, 1ul>; Args = {cvv::view::DualFilterView* const}]' | |
/home/florian/Studium/PSE/code/src/view/dual_filter_view.cpp:43:60: required from here | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtCore/qcoreapplication.h:45:0, | |
from /usr/include/qt4/QtGui/qapplication.h:45, | |
from /usr/include/qt4/QtGui/QApplication:1, | |
from /home/florian/Studium/PSE/code/src/view/dual_filter_view.cpp:9: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
CMakeFiles/cvvisual.dir/build.make:793: recipe for target 'CMakeFiles/cvvisual.dir/src/view/dual_filter_view.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/view/dual_filter_view.cpp.o] Error 1 | |
[ 4%] Building CXX object CMakeFiles/cvvisual.dir/src/view/singlefilterview.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/view/../qtutil/filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/view/../qtutil/autofilterwidget.hpp:16, | |
from /home/florian/Studium/PSE/code/src/view/singlefilterview.cpp:9: | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::qtutil::FilterFunctionWidget<1ul, 1ul>; Args = {QWidget*}]': | |
/home/florian/Studium/PSE/code/src/view/../qtutil/filterselectorwidget.hpp:66:4: required from 'cvv::qtutil::FilterSelectorWidget<In, Out>::FilterSelectorWidget(QWidget*) [with long unsigned int In = 1ul; long unsigned int Out = 1ul]' | |
/home/florian/Studium/PSE/code/src/view/../qtutil/autofilterwidget.hpp:258:29: required from 'cvv::qtutil::AutoFilterWidget<In, Out>::AutoFilterWidget(QWidget*) [with long unsigned int In = 1ul; long unsigned int Out = 1ul]' | |
/home/florian/Studium/PSE/code/src/view/../qtutil/../util/util.hpp:32:62: required from 'std::unique_ptr<T> cvv::util::make_unique(Args&& ...) [with T = cvv::qtutil::AutoFilterWidget<1ul, 1ul>; Args = {cvv::view::SingleFilterView* const}]' | |
/home/florian/Studium/PSE/code/src/view/singlefilterview.cpp:32:60: required from here | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/view/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qlayout.h:45:0, | |
from /usr/include/qt4/QtGui/qboxlayout.h:45, | |
from /usr/include/qt4/QtGui/QHBoxLayout:1, | |
from /home/florian/Studium/PSE/code/src/view/singlefilterview.cpp:3: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
CMakeFiles/cvvisual.dir/build.make:839: recipe for target 'CMakeFiles/cvvisual.dir/src/view/singlefilterview.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/view/singlefilterview.cpp.o] Error 1 | |
[ 5%] Building CXX object CMakeFiles/cvvisual.dir/src/extension_api/api.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/extension_api/../gui/multiview_call_tab.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/extension_api/../gui/match_call_tab.hpp:9, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.hpp:12, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.cpp:1: | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::MatchView; Args = {const cvv::impl::MatchCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/match_call_tab.hpp:41:8: required from here | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.hpp:7, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.cpp:1: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
In file included from /home/florian/Studium/PSE/code/src/extension_api/../gui/multiview_call_tab.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/extension_api/../gui/match_call_tab.hpp:9, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.hpp:12, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.cpp:1: | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::FilterView; Args = {const cvv::impl::FilterCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/filter_call_tab.hpp:39:22: required from here | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/extension_api/../gui/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.hpp:7, | |
from /home/florian/Studium/PSE/code/src/extension_api/api.cpp:1: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
CMakeFiles/cvvisual.dir/build.make:954: recipe for target 'CMakeFiles/cvvisual.dir/src/extension_api/api.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/extension_api/api.cpp.o] Error 1 | |
[ 5%] Building CXX object CMakeFiles/cvvisual.dir/src/controller/view_controller.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/controller/../gui/multiview_call_tab.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/controller/../gui/filter_call_tab.hpp:7, | |
from /home/florian/Studium/PSE/code/src/controller/view_controller.cpp:14: | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::FilterView; Args = {const cvv::impl::FilterCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/src/controller/../gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/src/controller/../gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/src/controller/../gui/filter_call_tab.hpp:39:22: required from here | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/qtabwidget.h:45, | |
from /usr/include/qt4/QtGui/QTabWidget:1, | |
from /home/florian/Studium/PSE/code/src/controller/../gui/call_window.hpp:7, | |
from /home/florian/Studium/PSE/code/src/controller/view_controller.hpp:16, | |
from /home/florian/Studium/PSE/code/src/controller/view_controller.cpp:1: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
In file included from /home/florian/Studium/PSE/code/src/controller/../gui/multiview_call_tab.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/controller/../gui/filter_call_tab.hpp:7, | |
from /home/florian/Studium/PSE/code/src/controller/view_controller.cpp:14: | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::MatchView; Args = {const cvv::impl::MatchCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/src/controller/../gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/src/controller/../gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/src/controller/../gui/match_call_tab.hpp:41:8: required from here | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/src/controller/../gui/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/qtabwidget.h:45, | |
from /usr/include/qt4/QtGui/QTabWidget:1, | |
from /home/florian/Studium/PSE/code/src/controller/../gui/call_window.hpp:7, | |
from /home/florian/Studium/PSE/code/src/controller/view_controller.hpp:16, | |
from /home/florian/Studium/PSE/code/src/controller/view_controller.cpp:1: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
CMakeFiles/cvvisual.dir/build.make:977: recipe for target 'CMakeFiles/cvvisual.dir/src/controller/view_controller.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/controller/view_controller.cpp.o] Error 1 | |
[ 6%] Building CXX object CMakeFiles/cvvisual.dir/src/qtutil/filter/diffFilterWidget.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/qtutil/filter/../filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/qtutil/filter/diffFilterWidget.hpp:7, | |
from /home/florian/Studium/PSE/code/src/qtutil/filter/diffFilterWidget.cpp:14: | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
CMakeFiles/cvvisual.dir/build.make:1000: recipe for target 'CMakeFiles/cvvisual.dir/src/qtutil/filter/diffFilterWidget.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/qtutil/filter/diffFilterWidget.cpp.o] Error 1 | |
[ 7%] Building CXX object CMakeFiles/cvvisual.dir/src/qtutil/filter/overlayfilterwidget.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/qtutil/filter/../filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/qtutil/filter/overlayfilterwidget.hpp:7, | |
from /home/florian/Studium/PSE/code/src/qtutil/filter/overlayfilterwidget.cpp:11: | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
CMakeFiles/cvvisual.dir/build.make:1023: recipe for target 'CMakeFiles/cvvisual.dir/src/qtutil/filter/overlayfilterwidget.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/qtutil/filter/overlayfilterwidget.cpp.o] Error 1 | |
[ 7%] Building CXX object CMakeFiles/cvvisual.dir/src/qtutil/filter/grayfilterwidget.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/qtutil/filter/../filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/qtutil/filter/grayfilterwidget.cpp:6: | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
CMakeFiles/cvvisual.dir/build.make:1046: recipe for target 'CMakeFiles/cvvisual.dir/src/qtutil/filter/grayfilterwidget.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/qtutil/filter/grayfilterwidget.cpp.o] Error 1 | |
[ 7%] Building CXX object CMakeFiles/cvvisual.dir/src/qtutil/filter/sobelfilterwidget.cpp.o | |
In file included from /home/florian/Studium/PSE/code/src/qtutil/filter/../filterselectorwidget.hpp:19:0, | |
from /home/florian/Studium/PSE/code/src/qtutil/filter/sobelfilterwidget.cpp:11: | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/src/qtutil/filter/../registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
CMakeFiles/cvvisual.dir/build.make:1115: recipe for target 'CMakeFiles/cvvisual.dir/src/qtutil/filter/sobelfilterwidget.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/qtutil/filter/sobelfilterwidget.cpp.o] Error 1 | |
[ 7%] Building CXX object CMakeFiles/cvvisual.dir/src/qtutil/matchview/zoomableproxyobject.cpp.o | |
/home/florian/Studium/PSE/code/src/qtutil/matchview/zoomableproxyobject.cpp: In member function 'virtual void cvv::qtutil::ZoomableProxyObject::wheelEvent(QGraphicsSceneWheelEvent*)': | |
/home/florian/Studium/PSE/code/src/qtutil/matchview/zoomableproxyobject.cpp:25:54: error: no matching function for call to 'QWheelEvent::QWheelEvent(<brace-enclosed initializer list>)' | |
event->buttons(), event->modifiers() }; | |
^ | |
/home/florian/Studium/PSE/code/src/qtutil/matchview/zoomableproxyobject.cpp:25:54: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/QWheelEvent:1:0, | |
from /home/florian/Studium/PSE/code/src/qtutil/matchview/zoomableproxyobject.cpp:2: | |
/usr/include/qt4/QtGui/qevent.h:145:5: note: QWheelEvent::QWheelEvent(const QPoint&, const QPoint&, int, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::Orientation) | |
QWheelEvent(const QPoint &pos, const QPoint& globalPos, int delta, | |
^ | |
/usr/include/qt4/QtGui/qevent.h:145:5: note: candidate expects 6 arguments, 8 provided | |
/usr/include/qt4/QtGui/qevent.h:142:5: note: QWheelEvent::QWheelEvent(const QPoint&, int, Qt::MouseButtons, Qt::KeyboardModifiers, Qt::Orientation) | |
QWheelEvent(const QPoint &pos, int delta, | |
^ | |
/usr/include/qt4/QtGui/qevent.h:142:5: note: candidate expects 5 arguments, 8 provided | |
/usr/include/qt4/QtGui/qevent.h:139:20: note: constexpr QWheelEvent::QWheelEvent(const QWheelEvent&) | |
class Q_GUI_EXPORT QWheelEvent : public QInputEvent | |
^ | |
/usr/include/qt4/QtGui/qevent.h:139:20: note: candidate expects 1 argument, 8 provided | |
CMakeFiles/cvvisual.dir/build.make:1322: recipe for target 'CMakeFiles/cvvisual.dir/src/qtutil/matchview/zoomableproxyobject.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/src/qtutil/matchview/zoomableproxyobject.cpp.o] Error 1 | |
[ 8%] Building CXX object CMakeFiles/cvvisual.dir/cvvisual_automoc.cpp.o | |
In file included from /home/florian/Studium/PSE/code/build/debug/../../src/gui/multiview_call_tab.hpp:19:0, | |
from /home/florian/Studium/PSE/code/build/debug/../../src/gui/filter_call_tab.hpp:7, | |
from /home/florian/Studium/PSE/code/build/debug/moc_filter_call_tab.cpp:9, | |
from /home/florian/Studium/PSE/code/build/debug/cvvisual_automoc.cpp:4: | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp: In constructor 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper()': | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp:55:32: error: 'currentTextChanged' is not a member of 'QComboBox' | |
QObject::connect(comboBox_, &QComboBox::currentTextChanged, | |
^ | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp: In member function 'bool cvv::qtutil::RegisterHelper<Value, Args>::select(const QString&)': | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp:150:14: error: 'class QComboBox' has no member named 'setCurrentText' | |
comboBox_->setCurrentText(name); | |
^ | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::FilterView; Args = {const cvv::impl::FilterCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::FilterView; CallType = cvv::impl::FilterCall]' | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/filter_call_tab.hpp:39:22: required from here | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/build/debug/../../src/gui/call_tab.hpp:5, | |
from /home/florian/Studium/PSE/code/build/debug/moc_call_tab.cpp:9, | |
from /home/florian/Studium/PSE/code/build/debug/cvvisual_automoc.cpp:2: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
In file included from /home/florian/Studium/PSE/code/build/debug/../../src/gui/multiview_call_tab.hpp:19:0, | |
from /home/florian/Studium/PSE/code/build/debug/../../src/gui/filter_call_tab.hpp:7, | |
from /home/florian/Studium/PSE/code/build/debug/moc_filter_call_tab.cpp:9, | |
from /home/florian/Studium/PSE/code/build/debug/cvvisual_automoc.cpp:4: | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp: In instantiation of 'cvv::qtutil::RegisterHelper<Value, Args>::RegisterHelper() [with Value = cvv::view::MatchView; Args = {const cvv::impl::MatchCall&, QWidget*}]': | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/multiview_call_tab.hpp:57:65: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const QString&, const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/multiview_call_tab.hpp:42:51: required from 'cvv::gui::MultiViewCallTab<ViewType, CallType>::MultiViewCallTab(const CallType&) [with ViewType = cvv::view::MatchView; CallType = cvv::impl::MatchCall]' | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/match_call_tab.hpp:41:8: required from here | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp:53:63: error: no matching function for call to 'QObject::connect(const cvv::qtutil::SignalQString*, void (cvv::qtutil::SignalQString::*)(QString)const, const cvv::qtutil::SlotQString*, void (cvv::qtutil::SlotQString::*)(QString)const)' | |
&slotElementRegistered_, &SlotQString::slot); | |
^ | |
/home/florian/Studium/PSE/code/build/debug/../../src/gui/../qtutil/registerhelper.hpp:53:63: note: candidates are: | |
In file included from /usr/include/qt4/QtGui/qwidget.h:47:0, | |
from /usr/include/qt4/QtGui/QWidget:1, | |
from /home/florian/Studium/PSE/code/build/debug/../../src/gui/call_tab.hpp:5, | |
from /home/florian/Studium/PSE/code/build/debug/moc_call_tab.cpp:9, | |
from /home/florian/Studium/PSE/code/build/debug/cvvisual_automoc.cpp:2: | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: static bool QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const char *signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:204:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: static bool QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType) | |
static bool connect(const QObject *sender, const QMetaMethod &signal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:217:17: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const QMetaMethod&' | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: bool QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const | |
inline bool QObject::connect(const QObject *asender, const char *asignal, | |
^ | |
/usr/include/qt4/QtCore/qobject.h:337:13: note: no known conversion for argument 2 from 'void (cvv::qtutil::SignalQString::*)(QString)const' to 'const char*' | |
CMakeFiles/cvvisual.dir/build.make:1368: recipe for target 'CMakeFiles/cvvisual.dir/cvvisual_automoc.cpp.o' failed | |
make[2]: *** [CMakeFiles/cvvisual.dir/cvvisual_automoc.cpp.o] Error 1 | |
make[2]: Target 'CMakeFiles/cvvisual.dir/build' not remade because of errors. | |
CMakeFiles/Makefile2:130: recipe for target 'CMakeFiles/cvvisual.dir/all' failed | |
make[1]: *** [CMakeFiles/cvvisual.dir/all] Error 2 | |
[ 9%] Automoc for target test_manual_accordion | |
[ 9%] Built target test_manual_accordion_automoc | |
[ 10%] Automoc for target test_manual_all | |
[ 10%] Built target test_manual_all_automoc | |
[ 11%] Automoc for target test_manual_autofilterwidget | |
[ 11%] Built target test_manual_autofilterwidget_automoc | |
[ 12%] Automoc for target test_manual_collapsable | |
[ 12%] Built target test_manual_collapsable_automoc | |
[ 13%] Automoc for target test_manual_dbg_printer | |
[ 13%] Built target test_manual_dbg_printer_automoc | |
[ 14%] Automoc for target test_manual_defaultfilterview | |
[ 14%] Built target test_manual_defaultfilterview_automoc | |
[ 15%] Automoc for target test_manual_depthviewtest | |
[ 15%] Built target test_manual_depthviewtest_automoc | |
[ 16%] Automoc for target test_manual_dualfilterview | |
[ 16%] Built target test_manual_dualfilterview_automoc | |
[ 17%] Automoc for target test_manual_filtercalltab | |
[ 17%] Built target test_manual_filtercalltab_automoc | |
[ 18%] Automoc for target test_manual_filters | |
[ 18%] Built target test_manual_filters_automoc | |
[ 19%] Automoc for target test_manual_final_show_crash | |
[ 19%] Built target test_manual_final_show_crash_automoc | |
[ 20%] Automoc for target test_manual_fsw | |
[ 20%] Built target test_manual_fsw_automoc | |
[ 21%] Automoc for target test_manual_imagecalltab | |
[ 21%] Built target test_manual_imagecalltab_automoc | |
[ 22%] Automoc for target test_manual_imageconvert | |
[ 22%] Built target test_manual_imageconvert_automoc | |
[ 23%] Automoc for target test_manual_imageconvertperf | |
[ 23%] Built target test_manual_imageconvertperf_automoc | |
[ 24%] Automoc for target test_manual_imageview | |
[ 24%] Built target test_manual_imageview_automoc | |
[ 25%] Automoc for target test_manual_linematchviewtest | |
[ 25%] Built target test_manual_linematchviewtest_automoc | |
[ 26%] Automoc for target test_manual_match | |
[ 26%] Built target test_manual_match_automoc | |
[ 27%] Automoc for target test_manual_matchcalltab | |
[ 27%] Built target test_manual_matchcalltab_automoc | |
[ 28%] Automoc for target test_manual_multiple_final_calls | |
[ 28%] Built target test_manual_multiple_final_calls_automoc | |
[ 29%] Automoc for target test_manual_multiviewcalltab | |
[ 29%] Built target test_manual_multiviewcalltab_automoc | |
[ 30%] Automoc for target test_manual_registerhelper | |
[ 30%] Built target test_manual_registerhelper_automoc | |
[ 31%] Automoc for target test_manual_signslot | |
[ 31%] Built target test_manual_signslot_automoc | |
[ 32%] Automoc for target test_manual_single_image | |
[ 32%] Built target test_manual_single_image_automoc | |
[ 33%] Automoc for target test_manual_singlefilterview | |
[ 33%] Built target test_manual_singlefilterview_automoc | |
[ 34%] Automoc for target test_manual_translationviewtest | |
[ 34%] Built target test_manual_translationviewtest_automoc | |
[ 35%] Automoc for target test_manual_zoomableimage | |
[ 35%] Built target test_manual_zoomableimage_automoc | |
make[1]: Target 'all' not remade because of errors. | |
Makefile:85: recipe for target 'all' failed | |
make: *** [all] Error 2 | |
make: Target 'default_target' not remade because of errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment