Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. root@host:/usr/src/vlad/Files/game/src # gmake -j20
  2. compiling BattleArena.cpp
  3. compiling OXEvent.cpp
  4. In file included from BattleArena.cpp:7:0:
  5. char.h:17:10: error: #include expects "FILENAME" or <FILENAME>
  6. #include config.h
  7. ^
  8. char.h:18:10: error: #include expects "FILENAME" or <FILENAME>
  9. #include utils.h
  10. ^
  11. compiling TrafficProfiler.cpp
  12. In file included from OXEvent.cpp:9:0:
  13. char.h:17:10: error: #include expects "FILENAME" or <FILENAME>
  14. #include config.h
  15. ^
  16. char.h:18:10: error: #include expects "FILENAME" or <FILENAME>
  17. #include utils.h
  18. ^
  19. compiling ani.cpp
  20. compiling arena.cpp
  21. In file included from ani.cpp:11:0:
  22. char.h:17:10: error: #include expects "FILENAME" or <FILENAME>
  23. #include config.h
  24. ^
  25. char.h:18:10: error: #include expects "FILENAME" or <FILENAME>
  26. #include utils.h
  27. ^
  28. In file included from BattleArena.cpp:7:0:
  29. char.h: In member function 'int CHARACTER::GetBattlePassEndTime()':
  30. char.h:2731:83: error: 'get_global_time' was not declared in this scope
  31. int GetBattlePassEndTime() { return (m_dwBattlePassEndTime - get_global_time()); };
  32. ^
  33. compiling banword.cpp
  34. In file included from arena.cpp:9:0:
  35. char.h:17:10: error: #include expects "FILENAME" or <FILENAME>
  36. #include config.h
  37. ^
  38. char.h:18:10: error: #include expects "FILENAME" or <FILENAME>
  39. #include utils.h
  40. ^
  41. In file included from OXEvent.cpp:9:0:
  42. char.h: In member function 'int CHARACTER::GetBattlePassEndTime()':
  43. char.h:2731:83: error: 'get_global_time' was not declared in this scope
  44. int GetBattlePassEndTime() { return (m_dwBattlePassEndTime - get_global_time()); };
  45. ^
  46. gmake: *** [.obj/BattleArena.o] Error 1
  47. gmake: *** Waiting for unfinished jobs....
  48. In file included from ani.cpp:11:0:
  49. char.h: In member function 'int CHARACTER::GetBattlePassEndTime()':
  50. char.h:2731:83: error: 'get_global_time' was not declared in this scope
  51. int GetBattlePassEndTime() { return (m_dwBattlePassEndTime - get_global_time()); };
  52. ^
  53. gmake: *** [.obj/ani.o] Error 1
  54. gmake: *** [.obj/OXEvent.o] Error 1
  55. In file included from arena.cpp:9:0:
  56. char.h: In member function 'int CHARACTER::GetBattlePassEndTime()':
  57. char.h:2731:83: error: 'get_global_time' was not declared in this scope
  58. int GetBattlePassEndTime() { return (m_dwBattlePassEndTime - get_global_time()); };
  59. ^
  60. gmake: *** [.obj/arena.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement