Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. make
  2. [ 1%] Building CXX object CMakeFiles/tfs.dir/actions.cpp.o
  3. In file included from /home/otserv/sources/src/actions.h:23:0,
  4. from /home/otserv/sources/src/actions.cpp:22:
  5. /home/otserv/sources/src/baseevents.h:30:22: error: 'virtual Event::~Event()' declared virtual cannot be defaulted in the class body
  6. /home/otserv/sources/src/baseevents.h:56:27: error: 'virtual BaseEvents::~BaseEvents()' declared virtual cannot be defaulted in the class body
  7. In file included from /home/otserv/sources/src/actions.cpp:22:0:
  8. /home/otserv/sources/src/actions.h:35:49: error: expected ';' at end of member declaration
  9. /home/otserv/sources/src/actions.h:35:51: error: 'override' does not name a type
  10. /home/otserv/sources/src/actions.h:36:52: error: expected ';' at end of member declaration
  11. /home/otserv/sources/src/actions.h:36:54: error: 'override' does not name a type
  12. /home/otserv/sources/src/actions.h:73:36: error: expected ';' at end of member declaration
  13. /home/otserv/sources/src/actions.h:73:42: error: 'override' does not name a type
  14. /home/otserv/sources/src/actions.h:84:21: error: expected initializer before ':' token
  15. In file included from /home/otserv/sources/src/item.h:23:0,
  16. from /home/otserv/sources/src/bed.h:23,
  17. from /home/otserv/sources/src/actions.cpp:23:
  18. /home/otserv/sources/src/cylinder.h:208:29: error: expected initializer before ':' token
  19. In file included from /home/otserv/sources/src/items.h:25:0,
  20. from /home/otserv/sources/src/item.h:25,
  21. from /home/otserv/sources/src/bed.h:23,
  22. from /home/otserv/sources/src/actions.cpp:23:
  23. /home/otserv/sources/src/itemloader.h:181:16: error: expected declaration before end of line
  24. make[2]: *** [CMakeFiles/tfs.dir/actions.cpp.o] Error 1
  25. make[1]: *** [CMakeFiles/tfs.dir/all] Error 2
  26. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement