Guest User

Untitled

a guest
Nov 24th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ryan@ryan-laptop:~/Programming/Achaea/mudlet-HEAD-24bbfa4/src$ make
  2. g++ -c -pipe -O2 -O3 -Wno-deprecated -Wno-unused-parameter -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_PHONON_LIB -DQT_XML_LIB -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtXml -I/usr/include/qt4/phonon -I/usr/include/qt4 -I. -I/usr/include/lua5.1 -Iirc/include -I/usr/include/qt4/phonon_compat -I/usr/X11R6/include -Itmp -I. -o tmp/TConsole.o TConsole.cpp
  3. In file included from TConsole.h:37,
  4. from TConsole.cpp:24:
  5. TCommandLine.h:34:31: error: hunspell/hunspell.h: No such file or directory
  6. In file included from Host.h:37,
  7. from TCommandLine.h:32,
  8. from TConsole.h:37,
  9. from TConsole.cpp:24:
  10. TimerUnit.h: In constructor ‘TimerUnit::TimerUnit(Host*)’:
  11. TimerUnit.h:81: warning: ‘TimerUnit::mMaxID’ will be initialized after
  12. TimerUnit.h:65: warning: ‘int TimerUnit::statsActiveTriggers’
  13. TimerUnit.h:41: warning: when initialized here
  14. In file included from TConsole.h:37,
  15. from TConsole.cpp:24:
  16. TCommandLine.h: At global scope:
  17. TCommandLine.h:84: error: ISO C++ forbids declaration of ‘Hunhandle’ with no type
  18. TCommandLine.h:84: error: expected ‘;’ before ‘*’ token
  19. make: *** [tmp/TConsole.o] Error 1
Add Comment
Please, Sign In to add comment