Advertisement
Guest User

Untitled

a guest
May 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 KB | None | 0 0
  1. In file included from /home/user/cathook/include/common.hpp:67:0,
  2. from /home/user/cathook/src/chatlog.cpp:8:
  3. /home/user/cathook/include/entitycache.hpp: In member function ‘bool CachedEntity::Good() const’:
  4. /home/user/cathook/include/entitycache.hpp:78:63: error: invalid use of incomplete type ‘class ClientClass’
  5. if (!RAW_ENT(this) || !RAW_ENT(this)->GetClientClass()->m_ClassID)
  6. ^~
  7. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  8. from /home/user/cathook/include/entitycache.hpp:10,
  9. from /home/user/cathook/include/common.hpp:67,
  10. from /home/user/cathook/src/chatlog.cpp:8:
  11. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  12. class ClientClass;
  13. ^~~~~~~~~~~
  14. In file included from /home/user/cathook/include/common.hpp:67:0,
  15. from /home/user/cathook/src/chatlog.cpp:8:
  16. /home/user/cathook/include/entitycache.hpp: In member function ‘int CachedEntity::m_iClassID()’:
  17. /home/user/cathook/include/entitycache.hpp:96:52: error: invalid use of incomplete type ‘class ClientClass’
  18. if (RAW_ENT(this)->GetClientClass()->m_ClassID)
  19. ^~
  20. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  21. from /home/user/cathook/include/entitycache.hpp:10,
  22. from /home/user/cathook/include/common.hpp:67,
  23. from /home/user/cathook/src/chatlog.cpp:8:
  24. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  25. class ClientClass;
  26. ^~~~~~~~~~~
  27. In file included from /home/user/cathook/include/common.hpp:67:0,
  28. from /home/user/cathook/src/chatlog.cpp:8:
  29. /home/user/cathook/include/entitycache.hpp:97:59: error: invalid use of incomplete type ‘class ClientClass’
  30. return RAW_ENT(this)->GetClientClass()->m_ClassID;
  31. ^~
  32. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  33. from /home/user/cathook/include/entitycache.hpp:10,
  34. from /home/user/cathook/include/common.hpp:67,
  35. from /home/user/cathook/src/chatlog.cpp:8:
  36. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  37. class ClientClass;
  38. ^~~~~~~~~~~
  39. In file included from /home/user/cathook/include/common.hpp:67:0,
  40. from /home/user/cathook/src/chatstack.cpp:8:
  41. /home/user/cathook/include/entitycache.hpp: In member function ‘bool CachedEntity::Good() const’:
  42. /home/user/cathook/include/entitycache.hpp:78:63: error: invalid use of incomplete type ‘class ClientClass’
  43. if (!RAW_ENT(this) || !RAW_ENT(this)->GetClientClass()->m_ClassID)
  44. ^~
  45. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  46. from /home/user/cathook/include/entitycache.hpp:10,
  47. from /home/user/cathook/include/common.hpp:67,
  48. from /home/user/cathook/src/chatstack.cpp:8:
  49. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  50. class ClientClass;
  51. ^~~~~~~~~~~
  52. In file included from /home/user/cathook/include/common.hpp:67:0,
  53. from /home/user/cathook/src/chatstack.cpp:8:
  54. /home/user/cathook/include/entitycache.hpp: In member function ‘int CachedEntity::m_iClassID()’:
  55. /home/user/cathook/include/entitycache.hpp:96:52: error: invalid use of incomplete type ‘class ClientClass’
  56. if (RAW_ENT(this)->GetClientClass()->m_ClassID)
  57. ^~
  58. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  59. from /home/user/cathook/include/entitycache.hpp:10,
  60. from /home/user/cathook/include/common.hpp:67,
  61. from /home/user/cathook/src/chatstack.cpp:8:
  62. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  63. class ClientClass;
  64. ^~~~~~~~~~~
  65. In file included from /home/user/cathook/include/common.hpp:67:0,
  66. from /home/user/cathook/src/chatstack.cpp:8:
  67. /home/user/cathook/include/entitycache.hpp:97:59: error: invalid use of incomplete type ‘class ClientClass’
  68. return RAW_ENT(this)->GetClientClass()->m_ClassID;
  69. ^~
  70. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  71. from /home/user/cathook/include/entitycache.hpp:10,
  72. from /home/user/cathook/include/common.hpp:67,
  73. from /home/user/cathook/src/chatstack.cpp:8:
  74. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  75. class ClientClass;
  76. ^~~~~~~~~~~
  77. In file included from /home/user/cathook/include/common.hpp:67:0,
  78. from /home/user/cathook/include/angles.hpp:11,
  79. from /home/user/cathook/src/angles.cpp:8:
  80. /home/user/cathook/include/entitycache.hpp: In member function ‘bool CachedEntity::Good() const’:
  81. /home/user/cathook/include/entitycache.hpp:78:63: error: invalid use of incomplete type ‘class ClientClass’
  82. if (!RAW_ENT(this) || !RAW_ENT(this)->GetClientClass()->m_ClassID)
  83. ^~
  84. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  85. from /home/user/cathook/include/entitycache.hpp:10,
  86. from /home/user/cathook/include/common.hpp:67,
  87. from /home/user/cathook/include/angles.hpp:11,
  88. from /home/user/cathook/src/angles.cpp:8:
  89. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  90. class ClientClass;
  91. ^~~~~~~~~~~
  92. In file included from /home/user/cathook/include/common.hpp:67:0,
  93. from /home/user/cathook/include/angles.hpp:11,
  94. from /home/user/cathook/src/angles.cpp:8:
  95. /home/user/cathook/include/entitycache.hpp: In member function ‘int CachedEntity::m_iClassID()’:
  96. /home/user/cathook/include/entitycache.hpp:96:52: error: invalid use of incomplete type ‘class ClientClass’
  97. if (RAW_ENT(this)->GetClientClass()->m_ClassID)
  98. ^~
  99. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  100. from /home/user/cathook/include/entitycache.hpp:10,
  101. from /home/user/cathook/include/common.hpp:67,
  102. from /home/user/cathook/include/angles.hpp:11,
  103. from /home/user/cathook/src/angles.cpp:8:
  104. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  105. class ClientClass;
  106. ^~~~~~~~~~~
  107. In file included from /home/user/cathook/include/common.hpp:67:0,
  108. from /home/user/cathook/include/angles.hpp:11,
  109. from /home/user/cathook/src/angles.cpp:8:
  110. /home/user/cathook/include/entitycache.hpp:97:59: error: invalid use of incomplete type ‘class ClientClass’
  111. return RAW_ENT(this)->GetClientClass()->m_ClassID;
  112. ^~
  113. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  114. from /home/user/cathook/include/entitycache.hpp:10,
  115. from /home/user/cathook/include/common.hpp:67,
  116. from /home/user/cathook/include/angles.hpp:11,
  117. from /home/user/cathook/src/angles.cpp:8:
  118. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  119. class ClientClass;
  120. ^~~~~~~~~~~
  121. In file included from /home/user/cathook/include/common.hpp:67:0,
  122. from /home/user/cathook/src/backpacktf.cpp:12:
  123. /home/user/cathook/include/entitycache.hpp: In member function ‘bool CachedEntity::Good() const’:
  124. /home/user/cathook/include/entitycache.hpp:78:63: error: invalid use of incomplete type ‘class ClientClass’
  125. if (!RAW_ENT(this) || !RAW_ENT(this)->GetClientClass()->m_ClassID)
  126. ^~
  127. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  128. from /home/user/cathook/include/entitycache.hpp:10,
  129. from /home/user/cathook/include/common.hpp:67,
  130. from /home/user/cathook/src/backpacktf.cpp:12:
  131. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  132. class ClientClass;
  133. ^~~~~~~~~~~
  134. In file included from /home/user/cathook/include/common.hpp:67:0,
  135. from /home/user/cathook/src/backpacktf.cpp:12:
  136. /home/user/cathook/include/entitycache.hpp: In member function ‘int CachedEntity::m_iClassID()’:
  137. /home/user/cathook/include/entitycache.hpp:96:52: error: invalid use of incomplete type ‘class ClientClass’
  138. if (RAW_ENT(this)->GetClientClass()->m_ClassID)
  139. ^~
  140. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  141. from /home/user/cathook/include/entitycache.hpp:10,
  142. from /home/user/cathook/include/common.hpp:67,
  143. from /home/user/cathook/src/backpacktf.cpp:12:
  144. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  145. class ClientClass;
  146. ^~~~~~~~~~~
  147. In file included from /home/user/cathook/include/common.hpp:67:0,
  148. from /home/user/cathook/src/backpacktf.cpp:12:
  149. /home/user/cathook/include/entitycache.hpp:97:59: error: invalid use of incomplete type ‘class ClientClass’
  150. return RAW_ENT(this)->GetClientClass()->m_ClassID;
  151. ^~
  152. In file included from /home/user/cathook/include/entityhitboxcache.hpp:12:0,
  153. from /home/user/cathook/include/entitycache.hpp:10,
  154. from /home/user/cathook/include/common.hpp:67,
  155. from /home/user/cathook/src/backpacktf.cpp:12:
  156. /home/user/cathook/source-sdk-2013-headers/mp/src/public/cdll_int.h:30:7: note: forward declaration of ‘class ClientClass’
  157. class ClientClass;
  158. ^~~~~~~~~~~
  159. CMakeFiles/cathook.dir/build.make:62: recipe for target 'CMakeFiles/cathook.dir/src/angles.cpp.o' failed
  160. make[2]: *** [CMakeFiles/cathook.dir/src/angles.cpp.o] Error 1
  161. make[2]: *** Waiting for unfinished jobs....
  162. CMakeFiles/cathook.dir/build.make:110: recipe for target 'CMakeFiles/cathook.dir/src/chatlog.cpp.o' failed
  163. make[2]: *** [CMakeFiles/cathook.dir/src/chatlog.cpp.o] Error 1
  164. CMakeFiles/cathook.dir/build.make:134: recipe for target 'CMakeFiles/cathook.dir/src/chatstack.cpp.o' failed
  165. make[2]: *** [CMakeFiles/cathook.dir/src/chatstack.cpp.o] Error 1
  166. CMakeFiles/cathook.dir/build.make:86: recipe for target 'CMakeFiles/cathook.dir/src/backpacktf.cpp.o' failed
  167. make[2]: *** [CMakeFiles/cathook.dir/src/backpacktf.cpp.o] Error 1
  168. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/cathook.dir/all' failed
  169. make[1]: *** [CMakeFiles/cathook.dir/all] Error 2
  170. Makefile:83: recipe for target 'all' failed
  171. make: *** [all] Error 2
  172. FATAL: Build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement