Advertisement
esteband

Make Error on Arch - CSoundQT

Jun 16th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.70 KB | None | 0 0
  1. [steve@localhost qutecsound-code]$ make
  2. g++ -c -pipe -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DCSOUND6 -DQCS_RTMIDI -D__LINUX_ALSASEQ__ -D__LINUX_ALSA__ -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -Irtmidi-2.1.0 -I/usr/include/csound -I/usr/include -Ibuild/moc -Ibuild/ui -o build/doubles/obj/qutecsound.o src/qutecsound.cpp
  3. In file included from src/csoundengine.h:30:0,
  4.                  from src/qutecsound.cpp:52:
  5. /usr/include/csound/csound.hpp:159:43: warning: unused parameter 'type' [-Wunused-parameter]
  6.    virtual void SetInput(char *name, char *type){
  7.                                            ^
  8. src/qutecsound.cpp:707:39: warning: unused parameter 'code' [-Wunused-parameter]
  9.  void CsoundQt::evaluatePython(QString code)
  10.                                        ^
  11. src/qutecsound.cpp:1790:34: warning: unused parameter 'show' [-Wunused-parameter]
  12.  void CsoundQt::showDebugger(bool show)
  13.                                   ^
  14. src/qutecsound.cpp:1797:41: warning: unused parameter 'show' [-Wunused-parameter]
  15.  void CsoundQt::showVirtualKeyboard(bool show)
  16.                                          ^
  17. src/qutecsound.cpp: In member function 'void CsoundQt::createActions()':
  18. src/qutecsound.cpp:2840:13: error: 'm_virtualKeyboard' was not declared in this scope
  19.      connect(m_virtualKeyboard, SIGNAL(Close(bool)), showVirtualKeyboardAct, SLOT(setChecked(bool)));
  20.              ^
  21. Makefile:1116: recipe for target 'build/doubles/obj/qutecsound.o' failed
  22. make: *** [build/doubles/obj/qutecsound.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement