Guest User

Untitled

a guest
May 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. g++ -c -include debug/mumble -pipe -Wshadow -Woverloaded-virtual -Wold-style-cast -Wconversion -Wsign-compare -fvisibility=hidden -Wall -Wextra -I../../speex/include -I../../speexbuild -g -I../../speex/include -I../../speexbuild -I/usr/include/alsa -Wall -W -D_REENTRANT -DQT_SHARED -DRESTRICT=__restrict__ -DMUMBLE_VERSION_STRING=1.1.7 -DUSE_DBUS -DUSE_SPEECHD -DUSE_XEVIE -DQT_SQL_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include/qt4/QtDBus -I../../src -I../../speex/include -I../../speex/libspeex -I../../speexbuild -I/usr/lib/oss/include -Idebug -I/usr/X11R6/include -I. -o debug/TextToSpeech_unix.o TextToSpeech_unix.cpp
  2. TextToSpeech_unix.cpp:34:24: error: libspeechd.h: No such file or directory
  3. TextToSpeech_unix.cpp:40: error: ISO C++ forbids declaration of ‘SPDConnection’ with no type
  4. TextToSpeech_unix.cpp:40: error: expected ‘;’ before ‘*’ token
  5. TextToSpeech_unix.cpp: In constructor ‘TextToSpeechPrivate::TextToSpeechPrivate()’:
  6. TextToSpeech_unix.cpp:51: error: ‘spd’ was not declared in this scope
  7. TextToSpeech_unix.cpp:51: error: ‘SPD_MODE_THREADED’ was not declared in this scope
  8. TextToSpeech_unix.cpp:51: error: ‘spd_open’ was not declared in this scope
  9. TextToSpeech_unix.cpp:55: error: ‘SPD_PUNCT_NONE’ was not declared in this scope
  10. TextToSpeech_unix.cpp:55: error: ‘spd_set_punctuation’ was not declared in this scope
  11. TextToSpeech_unix.cpp:57: error: ‘SPD_SPELL_ON’ was not declared in this scope
  12. TextToSpeech_unix.cpp:57: error: ‘spd_set_spelling’ was not declared in this scope
  13. TextToSpeech_unix.cpp: In destructor ‘TextToSpeechPrivate::~TextToSpeechPrivate()’:
  14. TextToSpeech_unix.cpp:63: error: ‘spd’ was not declared in this scope
  15. TextToSpeech_unix.cpp:64: error: ‘spd_close’ was not declared in this scope
  16. TextToSpeech_unix.cpp: In member function ‘void TextToSpeechPrivate::say(const QString&)’:
  17. TextToSpeech_unix.cpp:70: error: ‘spd’ was not declared in this scope
  18. TextToSpeech_unix.cpp:71: error: ‘SPD_MESSAGE’ was not declared in this scope
  19. TextToSpeech_unix.cpp:71: error: ‘spd_say’ was not declared in this scope
  20. TextToSpeech_unix.cpp: In member function ‘void TextToSpeechPrivate::setVolume(int)’:
  21. TextToSpeech_unix.cpp:75: error: ‘spd’ was not declared in this scope
  22. TextToSpeech_unix.cpp:76: error: ‘spd_set_volume’ was not declared in this scope
  23. make[2]: *** [debug/TextToSpeech_unix.o] Error 1
  24. make[2]: Leaving directory `/root/mumble/trunk/src/mumble'
  25. make[1]: *** [debug] Error 2
  26. make[1]: Leaving directory `/root/mumble/trunk/src/mumble'
  27. make: *** [sub-src-mumble-make_default-ordered] Error 2
Add Comment
Please, Sign In to add comment