Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [03:45:26][hagi@tty1 ~/vapoursynth/wobbly]$ ./autogen.sh
- autoreconf: Entering directory `.'
- autoreconf: configure.ac: not using Gettext
- autoreconf: running: aclocal --force
- autoreconf: configure.ac: tracing
- autoreconf: configure.ac: not using Libtool
- autoreconf: running: /usr/bin/autoconf --force
- autoreconf: configure.ac: not using Autoheader
- autoreconf: running: automake --add-missing --copy --force-missing
- autoreconf: Leaving directory `.'
- [03:45:34][hagi@tty1 ~/vapoursynth/wobbly]$ ./configure
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /bin/mkdir -p
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether make supports nested variables... (cached) yes
- checking build system type... x86_64-unknown-linux-gnu
- checking host system type... x86_64-unknown-linux-gnu
- checking for g++... g++
- checking whether the C++ compiler works... yes
- checking for C++ compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking for style of include used by make... GNU
- checking dependency style of g++... gcc3
- checking for grep that handles long lines and -e... /bin/grep
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for VSSCRIPT... yes
- checking for QT5WIDGETS... yes
- checking for moc-qt5... no
- checking for moc... /usr/lib/x86_64-linux-gnu/qt5/bin/moc
- checking whether Qt is static... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: executing depfiles commands
- [03:45:39][hagi@tty1 ~/vapoursynth/wobbly]$ make
- CXX src/shared/DockWidget.o
- In file included from src/shared/DockWidget.cpp:23:0:
- src/shared/DockWidget.h: In constructor ‘DockWidget::DockWidget(const QString&, QWidget*, Qt::WindowFlags)’:
- src/shared/DockWidget.h:31:9: warning: declaration of ‘parent’ shadows a member of 'this' [-Wshadow]
- : QDockWidget(title, parent, flags)
- ^
- src/shared/DockWidget.cpp: In member function ‘virtual void DockWidget::keyPressEvent(QKeyEvent*)’:
- src/shared/DockWidget.cpp:26:48: warning: declaration of ‘event’ shadows a member of 'this' [-Wshadow]
- void DockWidget::keyPressEvent(QKeyEvent *event) {
- ^
- CXX src/shared/ListWidget.o
- src/shared/ListWidget.cpp: In member function ‘virtual void ListWidget::keyPressEvent(QKeyEvent*)’:
- src/shared/ListWidget.cpp:25:48: warning: declaration of ‘event’ shadows a member of 'this' [-Wshadow]
- void ListWidget::keyPressEvent(QKeyEvent *event) {
- ^
- CXX src/shared/WobblyProject.o
- src/shared/WobblyProject.cpp: In member function ‘void WobblyProject::readProject(const string&)’:
- src/shared/WobblyProject.cpp:425:35: error: no matching function for call to ‘QJsonValueRef::toInt(int)’
- zoom = json_ui["zoom"].toInt(1);
- ^
- src/shared/WobblyProject.cpp:425:35: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: int QJsonValueRef::toInt() const
- inline int toInt() const { return toValue().toInt(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:426:63: error: no matching function for call to ‘QJsonValueRef::toInt(int)’
- last_visited_frame = json_ui["last visited frame"].toInt(0);
- ^
- src/shared/WobblyProject.cpp:426:63: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: int QJsonValueRef::toInt() const
- inline int toInt() const { return toValue().toInt(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:439:80: error: no matching function for call to ‘QJsonValueRef::toInt(int&)’
- mic_search_minimum = json_ui["mic search minimum"].toInt(mic_search_minimum);
- ^
- src/shared/WobblyProject.cpp:439:80: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: int QJsonValueRef::toInt() const
- inline int toInt() const { return toValue().toInt(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:440:101: error: no matching function for call to ‘QJsonValueRef::toInt(int&)’
- c_match_sequences_minimum = json_ui["c match sequences minimum"].toInt(c_match_sequences_minimum);
- ^
- src/shared/WobblyProject.cpp:440:101: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: int QJsonValueRef::toInt() const
- inline int toInt() const { return toValue().toInt(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:450:111: error: no matching function for call to ‘QJsonValueRef::toString(const char [10])’
- pattern_guessing.method = guessing_methods.at(json_pattern_guessing["method"].toString("from mics").toStdString());
- ^
- src/shared/WobblyProject.cpp:450:111: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: QString QJsonValueRef::toString() const
- inline QString toString() const { return toValue().toString(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:463:122: error: no matching function for call to ‘QJsonValueRef::toString(const char [6])’
- pattern_guessing.third_n_match = third_n_match.at(json_pattern_guessing["use third n match"].toString("never").toStdString());
- ^
- src/shared/WobblyProject.cpp:463:122: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: QString QJsonValueRef::toString() const
- inline QString toString() const { return toValue().toString(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:475:115: error: no matching function for call to ‘QJsonValueRef::toString(const char [16])’
- pattern_guessing.decimation = decimate.at(json_pattern_guessing["decimate"].toString("first duplicate").toStdString());
- ^
- src/shared/WobblyProject.cpp:475:115: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: QString QJsonValueRef::toString() const
- inline QString toString() const { return toValue().toString(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:505:93: error: no matching function for call to ‘QJsonValueRef::toString(const char [18])’
- fail.reason = reasons.at(json_failure["reason"].toString("ambiguous pattern").toStdString());
- ^
- src/shared/WobblyProject.cpp:505:93: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: QString QJsonValueRef::toString() const
- inline QString toString() const { return toValue().toString(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:169:20: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:654:52: error: no matching function for call to ‘QJsonValueRef::toInt(int&)’
- resize.width = json_resize["width"].toInt(width);
- ^
- src/shared/WobblyProject.cpp:654:52: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: int QJsonValueRef::toInt() const
- inline int toInt() const { return toValue().toInt(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: candidate expects 0 arguments, 1 provided
- src/shared/WobblyProject.cpp:655:55: error: no matching function for call to ‘QJsonValueRef::toInt(int&)’
- resize.height = json_resize["height"].toInt(height);
- ^
- src/shared/WobblyProject.cpp:655:55: note: candidate is:
- In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonarray.h:45:0,
- from /usr/include/x86_64-linux-gnu/qt5/QtCore/QJsonArray:1,
- from src/shared/WobblyProject.cpp:30:
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: int QJsonValueRef::toInt() const
- inline int toInt() const { return toValue().toInt(); }
- ^
- /usr/include/x86_64-linux-gnu/qt5/QtCore/qjsonvalue.h:167:16: note: candidate expects 0 arguments, 1 provided
- Makefile:534: recipe for target 'src/shared/WobblyProject.o' failed
- make: *** [src/shared/WobblyProject.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement