Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.58 KB | None | 0 0
  1. 10:49:26: Running steps for project godot...
  2. 10:49:26: Starting: "/usr/bin/scons" p=x11 target=debug -j 8
  3. scons: Reading SConscript files ...
  4. Enabling ALSA
  5. Enabling PulseAudio
  6. YASM is necessary for WebM SIMD optimizations.
  7. WebM SIMD optimizations are disabled. Check if your CPU architecture, CPU bits or platform are supported!
  8. Checking for C header file mntent.h... (cached) yes
  9. scons: done reading SConscript files.
  10. scons: Building targets ...
  11. Compiling ==> scene/2d/physics_body_2d.cpp
  12. progress_finish(["progress_finish"], [])
  13. In file included from ./scene/main/node.h:34:0,
  14. from ./scene/2d/canvas_item.h:34,
  15. from ./scene/2d/node_2d.h:34,
  16. from ./scene/2d/collision_object_2d.h:34,
  17. from scene/2d/physics_body_2d.h:34,
  18. from scene/2d/physics_body_2d.cpp:31:
  19. core/class_db.h: In instantiation of 'static MethodBind* ClassDB::bind_method(N, M, const Variant&, const Variant&, const Variant&, const Variant&, const Variant&) [with N = MethodDefinition; M = Vector2 (KinematicBody2D::*)(const Vector2&, const Vector2&, bool, float, int, float)]':
  20. scene/2d/physics_body_2d.cpp:1145:292: required from here
  21. core/class_db.h:268:40: error: no matching function for call to 'create_method_bind(Vector2 (KinematicBody2D::*&)(const Vector2&, const Vector2&, bool, float, int, float))'
  22. MethodBind *bind = create_method_bind(p_method);
  23. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  24. In file included from core/method_bind.h:376:0,
  25. from core/class_db.h:34,
  26. from ./scene/main/node.h:34,
  27. from ./scene/2d/canvas_item.h:34,
  28. from ./scene/2d/node_2d.h:34,
  29. from ./scene/2d/collision_object_2d.h:34,
  30. from scene/2d/physics_body_2d.h:34,
  31. from scene/2d/physics_body_2d.cpp:31:
  32. core/method_bind.gen.inc:78:13: note: candidate: template<class T> MethodBind* create_method_bind(void (T::*)())
  33. MethodBind* create_method_bind( void (T::*p_method)() ) {
  34. ^~~~~~~~~~~~~~~~~~
  35. core/method_bind.gen.inc:78:13: note: template argument deduction/substitution failed:
  36. In file included from ./scene/main/node.h:34:0,
  37. from ./scene/2d/canvas_item.h:34,
  38. from ./scene/2d/node_2d.h:34,
  39. from ./scene/2d/collision_object_2d.h:34,
  40. from scene/2d/physics_body_2d.h:34,
  41. from scene/2d/physics_body_2d.cpp:31:
  42. core/class_db.h:268:40: note: mismatched types 'void' and 'Vector2'
  43. MethodBind *bind = create_method_bind(p_method);
  44. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  45. In file included from core/method_bind.h:376:0,
  46. from core/class_db.h:34,
  47. from ./scene/main/node.h:34,
  48. from ./scene/2d/canvas_item.h:34,
  49. from ./scene/2d/node_2d.h:34,
  50. from ./scene/2d/collision_object_2d.h:34,
  51. from scene/2d/physics_body_2d.h:34,
  52. from scene/2d/physics_body_2d.cpp:31:
  53. core/method_bind.gen.inc:246:13: note: candidate: template<class T, class R> MethodBind* create_method_bind(R (T::*)())
  54. MethodBind* create_method_bind(R (T::*p_method)() ) {
  55. ^~~~~~~~~~~~~~~~~~
  56. core/method_bind.gen.inc:246:13: note: template argument deduction/substitution failed:
  57. In file included from ./scene/main/node.h:34:0,
  58. from ./scene/2d/canvas_item.h:34,
  59. from ./scene/2d/node_2d.h:34,
  60. from ./scene/2d/collision_object_2d.h:34,
  61. from scene/2d/physics_body_2d.h:34,
  62. from scene/2d/physics_body_2d.cpp:31:
  63. core/class_db.h:268:40: note: candidate expects 1 argument, 7 provided
  64. MethodBind *bind = create_method_bind(p_method);
  65. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  66. In file included from core/method_bind.h:376:0,
  67. from core/class_db.h:34,
  68. from ./scene/main/node.h:34,
  69. from ./scene/2d/canvas_item.h:34,
  70. from ./scene/2d/node_2d.h:34,
  71. from ./scene/2d/collision_object_2d.h:34,
  72. from scene/2d/physics_body_2d.h:34,
  73. from scene/2d/physics_body_2d.cpp:31:
  74. core/method_bind.gen.inc:414:13: note: candidate: template<class T> MethodBind* create_method_bind(void (T::*)() const)
  75. MethodBind* create_method_bind( void (T::*p_method)() const ) {
  76. ^~~~~~~~~~~~~~~~~~
  77. core/method_bind.gen.inc:414:13: note: template argument deduction/substitution failed:
  78. In file included from ./scene/main/node.h:34:0,
  79. from ./scene/2d/canvas_item.h:34,
  80. from ./scene/2d/node_2d.h:34,
  81. from ./scene/2d/collision_object_2d.h:34,
  82. from scene/2d/physics_body_2d.h:34,
  83. from scene/2d/physics_body_2d.cpp:31:
  84. core/class_db.h:268:40: note: types 'void (T::)() const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  85. MethodBind *bind = create_method_bind(p_method);
  86. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  87. In file included from core/method_bind.h:376:0,
  88. from core/class_db.h:34,
  89. from ./scene/main/node.h:34,
  90. from ./scene/2d/canvas_item.h:34,
  91. from ./scene/2d/node_2d.h:34,
  92. from ./scene/2d/collision_object_2d.h:34,
  93. from scene/2d/physics_body_2d.h:34,
  94. from scene/2d/physics_body_2d.cpp:31:
  95. core/method_bind.gen.inc:582:13: note: candidate: template<class T, class R> MethodBind* create_method_bind(R (T::*)() const)
  96. MethodBind* create_method_bind(R (T::*p_method)() const ) {
  97. ^~~~~~~~~~~~~~~~~~
  98. core/method_bind.gen.inc:582:13: note: template argument deduction/substitution failed:
  99. In file included from ./scene/main/node.h:34:0,
  100. from ./scene/2d/canvas_item.h:34,
  101. from ./scene/2d/node_2d.h:34,
  102. from ./scene/2d/collision_object_2d.h:34,
  103. from scene/2d/physics_body_2d.h:34,
  104. from scene/2d/physics_body_2d.cpp:31:
  105. core/class_db.h:268:40: note: types 'R (T::)() const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  106. MethodBind *bind = create_method_bind(p_method);
  107. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  108. In file included from core/method_bind.h:376:0,
  109. from core/class_db.h:34,
  110. from ./scene/main/node.h:34,
  111. from ./scene/2d/canvas_item.h:34,
  112. from ./scene/2d/node_2d.h:34,
  113. from ./scene/2d/collision_object_2d.h:34,
  114. from scene/2d/physics_body_2d.h:34,
  115. from scene/2d/physics_body_2d.cpp:31:
  116. core/method_bind.gen.inc:753:13: note: candidate: template<class T, class P1> MethodBind* create_method_bind(void (T::*)(P1))
  117. MethodBind* create_method_bind( void (T::*p_method)(P1) ) {
  118. ^~~~~~~~~~~~~~~~~~
  119. core/method_bind.gen.inc:753:13: note: template argument deduction/substitution failed:
  120. In file included from ./scene/main/node.h:34:0,
  121. from ./scene/2d/canvas_item.h:34,
  122. from ./scene/2d/node_2d.h:34,
  123. from ./scene/2d/collision_object_2d.h:34,
  124. from scene/2d/physics_body_2d.h:34,
  125. from scene/2d/physics_body_2d.cpp:31:
  126. core/class_db.h:268:40: note: mismatched types 'void' and 'Vector2'
  127. MethodBind *bind = create_method_bind(p_method);
  128. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  129. In file included from core/method_bind.h:376:0,
  130. from core/class_db.h:34,
  131. from ./scene/main/node.h:34,
  132. from ./scene/2d/canvas_item.h:34,
  133. from ./scene/2d/node_2d.h:34,
  134. from ./scene/2d/collision_object_2d.h:34,
  135. from scene/2d/physics_body_2d.h:34,
  136. from scene/2d/physics_body_2d.cpp:31:
  137. core/method_bind.gen.inc:927:13: note: candidate: template<class T, class R, class P1> MethodBind* create_method_bind(R (T::*)(P1))
  138. MethodBind* create_method_bind(R (T::*p_method)(P1) ) {
  139. ^~~~~~~~~~~~~~~~~~
  140. core/method_bind.gen.inc:927:13: note: template argument deduction/substitution failed:
  141. In file included from ./scene/main/node.h:34:0,
  142. from ./scene/2d/canvas_item.h:34,
  143. from ./scene/2d/node_2d.h:34,
  144. from ./scene/2d/collision_object_2d.h:34,
  145. from scene/2d/physics_body_2d.h:34,
  146. from scene/2d/physics_body_2d.cpp:31:
  147. core/class_db.h:268:40: note: candidate expects 2 arguments, 7 provided
  148. MethodBind *bind = create_method_bind(p_method);
  149. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  150. In file included from core/method_bind.h:376:0,
  151. from core/class_db.h:34,
  152. from ./scene/main/node.h:34,
  153. from ./scene/2d/canvas_item.h:34,
  154. from ./scene/2d/node_2d.h:34,
  155. from ./scene/2d/collision_object_2d.h:34,
  156. from scene/2d/physics_body_2d.h:34,
  157. from scene/2d/physics_body_2d.cpp:31:
  158. core/method_bind.gen.inc:1101:13: note: candidate: template<class T, class P1> MethodBind* create_method_bind(void (T::*)(P1) const)
  159. MethodBind* create_method_bind( void (T::*p_method)(P1) const ) {
  160. ^~~~~~~~~~~~~~~~~~
  161. core/method_bind.gen.inc:1101:13: note: template argument deduction/substitution failed:
  162. In file included from ./scene/main/node.h:34:0,
  163. from ./scene/2d/canvas_item.h:34,
  164. from ./scene/2d/node_2d.h:34,
  165. from ./scene/2d/collision_object_2d.h:34,
  166. from scene/2d/physics_body_2d.h:34,
  167. from scene/2d/physics_body_2d.cpp:31:
  168. core/class_db.h:268:40: note: types 'void (T::)(P1) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  169. MethodBind *bind = create_method_bind(p_method);
  170. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  171. In file included from core/method_bind.h:376:0,
  172. from core/class_db.h:34,
  173. from ./scene/main/node.h:34,
  174. from ./scene/2d/canvas_item.h:34,
  175. from ./scene/2d/node_2d.h:34,
  176. from ./scene/2d/collision_object_2d.h:34,
  177. from scene/2d/physics_body_2d.h:34,
  178. from scene/2d/physics_body_2d.cpp:31:
  179. core/method_bind.gen.inc:1275:13: note: candidate: template<class T, class R, class P1> MethodBind* create_method_bind(R (T::*)(P1) const)
  180. MethodBind* create_method_bind(R (T::*p_method)(P1) const ) {
  181. ^~~~~~~~~~~~~~~~~~
  182. core/method_bind.gen.inc:1275:13: note: template argument deduction/substitution failed:
  183. In file included from ./scene/main/node.h:34:0,
  184. from ./scene/2d/canvas_item.h:34,
  185. from ./scene/2d/node_2d.h:34,
  186. from ./scene/2d/collision_object_2d.h:34,
  187. from scene/2d/physics_body_2d.h:34,
  188. from scene/2d/physics_body_2d.cpp:31:
  189. core/class_db.h:268:40: note: types 'R (T::)(P1) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  190. MethodBind *bind = create_method_bind(p_method);
  191. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  192. In file included from core/method_bind.h:376:0,
  193. from core/class_db.h:34,
  194. from ./scene/main/node.h:34,
  195. from ./scene/2d/canvas_item.h:34,
  196. from ./scene/2d/node_2d.h:34,
  197. from ./scene/2d/collision_object_2d.h:34,
  198. from scene/2d/physics_body_2d.h:34,
  199. from scene/2d/physics_body_2d.cpp:31:
  200. core/method_bind.gen.inc:1452:13: note: candidate: template<class T, class P1, class P2> MethodBind* create_method_bind(void (T::*)(P1, P2))
  201. MethodBind* create_method_bind( void (T::*p_method)(P1, P2) ) {
  202. ^~~~~~~~~~~~~~~~~~
  203. core/method_bind.gen.inc:1452:13: note: template argument deduction/substitution failed:
  204. In file included from ./scene/main/node.h:34:0,
  205. from ./scene/2d/canvas_item.h:34,
  206. from ./scene/2d/node_2d.h:34,
  207. from ./scene/2d/collision_object_2d.h:34,
  208. from scene/2d/physics_body_2d.h:34,
  209. from scene/2d/physics_body_2d.cpp:31:
  210. core/class_db.h:268:40: note: mismatched types 'void' and 'Vector2'
  211. MethodBind *bind = create_method_bind(p_method);
  212. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  213. In file included from core/method_bind.h:376:0,
  214. from core/class_db.h:34,
  215. from ./scene/main/node.h:34,
  216. from ./scene/2d/canvas_item.h:34,
  217. from ./scene/2d/node_2d.h:34,
  218. from ./scene/2d/collision_object_2d.h:34,
  219. from scene/2d/physics_body_2d.h:34,
  220. from scene/2d/physics_body_2d.cpp:31:
  221. core/method_bind.gen.inc:1632:13: note: candidate: template<class T, class R, class P1, class P2> MethodBind* create_method_bind(R (T::*)(P1, P2))
  222. MethodBind* create_method_bind(R (T::*p_method)(P1, P2) ) {
  223. ^~~~~~~~~~~~~~~~~~
  224. core/method_bind.gen.inc:1632:13: note: template argument deduction/substitution failed:
  225. In file included from ./scene/main/node.h:34:0,
  226. from ./scene/2d/canvas_item.h:34,
  227. from ./scene/2d/node_2d.h:34,
  228. from ./scene/2d/collision_object_2d.h:34,
  229. from scene/2d/physics_body_2d.h:34,
  230. from scene/2d/physics_body_2d.cpp:31:
  231. core/class_db.h:268:40: note: candidate expects 3 arguments, 7 provided
  232. MethodBind *bind = create_method_bind(p_method);
  233. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  234. In file included from core/method_bind.h:376:0,
  235. from core/class_db.h:34,
  236. from ./scene/main/node.h:34,
  237. from ./scene/2d/canvas_item.h:34,
  238. from ./scene/2d/node_2d.h:34,
  239. from ./scene/2d/collision_object_2d.h:34,
  240. from scene/2d/physics_body_2d.h:34,
  241. from scene/2d/physics_body_2d.cpp:31:
  242. core/method_bind.gen.inc:1812:13: note: candidate: template<class T, class P1, class P2> MethodBind* create_method_bind(void (T::*)(P1, P2) const)
  243. MethodBind* create_method_bind( void (T::*p_method)(P1, P2) const ) {
  244. ^~~~~~~~~~~~~~~~~~
  245. core/method_bind.gen.inc:1812:13: note: template argument deduction/substitution failed:
  246. In file included from ./scene/main/node.h:34:0,
  247. from ./scene/2d/canvas_item.h:34,
  248. from ./scene/2d/node_2d.h:34,
  249. from ./scene/2d/collision_object_2d.h:34,
  250. from scene/2d/physics_body_2d.h:34,
  251. from scene/2d/physics_body_2d.cpp:31:
  252. core/class_db.h:268:40: note: types 'void (T::)(P1, P2) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  253. MethodBind *bind = create_method_bind(p_method);
  254. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  255. In file included from core/method_bind.h:376:0,
  256. from core/class_db.h:34,
  257. from ./scene/main/node.h:34,
  258. from ./scene/2d/canvas_item.h:34,
  259. from ./scene/2d/node_2d.h:34,
  260. from ./scene/2d/collision_object_2d.h:34,
  261. from scene/2d/physics_body_2d.h:34,
  262. from scene/2d/physics_body_2d.cpp:31:
  263. core/method_bind.gen.inc:1992:13: note: candidate: template<class T, class R, class P1, class P2> MethodBind* create_method_bind(R (T::*)(P1, P2) const)
  264. MethodBind* create_method_bind(R (T::*p_method)(P1, P2) const ) {
  265. ^~~~~~~~~~~~~~~~~~
  266. core/method_bind.gen.inc:1992:13: note: template argument deduction/substitution failed:
  267. In file included from ./scene/main/node.h:34:0,
  268. from ./scene/2d/canvas_item.h:34,
  269. from ./scene/2d/node_2d.h:34,
  270. from ./scene/2d/collision_object_2d.h:34,
  271. from scene/2d/physics_body_2d.h:34,
  272. from scene/2d/physics_body_2d.cpp:31:
  273. core/class_db.h:268:40: note: types 'R (T::)(P1, P2) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  274. MethodBind *bind = create_method_bind(p_method);
  275. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  276. In file included from core/method_bind.h:376:0,
  277. from core/class_db.h:34,
  278. from ./scene/main/node.h:34,
  279. from ./scene/2d/canvas_item.h:34,
  280. from ./scene/2d/node_2d.h:34,
  281. from ./scene/2d/collision_object_2d.h:34,
  282. from scene/2d/physics_body_2d.h:34,
  283. from scene/2d/physics_body_2d.cpp:31:
  284. core/method_bind.gen.inc:2175:13: note: candidate: template<class T, class P1, class P2, class P3> MethodBind* create_method_bind(void (T::*)(P1, P2, P3))
  285. MethodBind* create_method_bind( void (T::*p_method)(P1, P2, P3) ) {
  286. ^~~~~~~~~~~~~~~~~~
  287. core/method_bind.gen.inc:2175:13: note: template argument deduction/substitution failed:
  288. In file included from ./scene/main/node.h:34:0,
  289. from ./scene/2d/canvas_item.h:34,
  290. from ./scene/2d/node_2d.h:34,
  291. from ./scene/2d/collision_object_2d.h:34,
  292. from scene/2d/physics_body_2d.h:34,
  293. from scene/2d/physics_body_2d.cpp:31:
  294. core/class_db.h:268:40: note: mismatched types 'void' and 'Vector2'
  295. MethodBind *bind = create_method_bind(p_method);
  296. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  297. In file included from core/method_bind.h:376:0,
  298. from core/class_db.h:34,
  299. from ./scene/main/node.h:34,
  300. from ./scene/2d/canvas_item.h:34,
  301. from ./scene/2d/node_2d.h:34,
  302. from ./scene/2d/collision_object_2d.h:34,
  303. from scene/2d/physics_body_2d.h:34,
  304. from scene/2d/physics_body_2d.cpp:31:
  305. core/method_bind.gen.inc:2361:13: note: candidate: template<class T, class R, class P1, class P2, class P3> MethodBind* create_method_bind(R (T::*)(P1, P2, P3))
  306. MethodBind* create_method_bind(R (T::*p_method)(P1, P2, P3) ) {
  307. ^~~~~~~~~~~~~~~~~~
  308. core/method_bind.gen.inc:2361:13: note: template argument deduction/substitution failed:
  309. In file included from ./scene/main/node.h:34:0,
  310. from ./scene/2d/canvas_item.h:34,
  311. from ./scene/2d/node_2d.h:34,
  312. from ./scene/2d/collision_object_2d.h:34,
  313. from scene/2d/physics_body_2d.h:34,
  314. from scene/2d/physics_body_2d.cpp:31:
  315. core/class_db.h:268:40: note: candidate expects 4 arguments, 7 provided
  316. MethodBind *bind = create_method_bind(p_method);
  317. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  318. In file included from core/method_bind.h:376:0,
  319. from core/class_db.h:34,
  320. from ./scene/main/node.h:34,
  321. from ./scene/2d/canvas_item.h:34,
  322. from ./scene/2d/node_2d.h:34,
  323. from ./scene/2d/collision_object_2d.h:34,
  324. from scene/2d/physics_body_2d.h:34,
  325. from scene/2d/physics_body_2d.cpp:31:
  326. core/method_bind.gen.inc:2547:13: note: candidate: template<class T, class P1, class P2, class P3> MethodBind* create_method_bind(void (T::*)(P1, P2, P3) const)
  327. MethodBind* create_method_bind( void (T::*p_method)(P1, P2, P3) const ) {
  328. ^~~~~~~~~~~~~~~~~~
  329. core/method_bind.gen.inc:2547:13: note: template argument deduction/substitution failed:
  330. In file included from ./scene/main/node.h:34:0,
  331. from ./scene/2d/canvas_item.h:34,
  332. from ./scene/2d/node_2d.h:34,
  333. from ./scene/2d/collision_object_2d.h:34,
  334. from scene/2d/physics_body_2d.h:34,
  335. from scene/2d/physics_body_2d.cpp:31:
  336. core/class_db.h:268:40: note: types 'void (T::)(P1, P2, P3) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  337. MethodBind *bind = create_method_bind(p_method);
  338. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  339. In file included from core/method_bind.h:376:0,
  340. from core/class_db.h:34,
  341. from ./scene/main/node.h:34,
  342. from ./scene/2d/canvas_item.h:34,
  343. from ./scene/2d/node_2d.h:34,
  344. from ./scene/2d/collision_object_2d.h:34,
  345. from scene/2d/physics_body_2d.h:34,
  346. from scene/2d/physics_body_2d.cpp:31:
  347. core/method_bind.gen.inc:2733:13: note: candidate: template<class T, class R, class P1, class P2, class P3> MethodBind* create_method_bind(R (T::*)(P1, P2, P3) const)
  348. MethodBind* create_method_bind(R (T::*p_method)(P1, P2, P3) const ) {
  349. ^~~~~~~~~~~~~~~~~~
  350. core/method_bind.gen.inc:2733:13: note: template argument deduction/substitution failed:
  351. In file included from ./scene/main/node.h:34:0,
  352. from ./scene/2d/canvas_item.h:34,
  353. from ./scene/2d/node_2d.h:34,
  354. from ./scene/2d/collision_object_2d.h:34,
  355. from scene/2d/physics_body_2d.h:34,
  356. from scene/2d/physics_body_2d.cpp:31:
  357. core/class_db.h:268:40: note: types 'R (T::)(P1, P2, P3) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  358. MethodBind *bind = create_method_bind(p_method);
  359. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  360. In file included from core/method_bind.h:376:0,
  361. from core/class_db.h:34,
  362. from ./scene/main/node.h:34,
  363. from ./scene/2d/canvas_item.h:34,
  364. from ./scene/2d/node_2d.h:34,
  365. from ./scene/2d/collision_object_2d.h:34,
  366. from scene/2d/physics_body_2d.h:34,
  367. from scene/2d/physics_body_2d.cpp:31:
  368. core/method_bind.gen.inc:2922:13: note: candidate: template<class T, class P1, class P2, class P3, class P4> MethodBind* create_method_bind(void (T::*)(P1, P2, P3, P4))
  369. MethodBind* create_method_bind( void (T::*p_method)(P1, P2, P3, P4) ) {
  370. ^~~~~~~~~~~~~~~~~~
  371. core/method_bind.gen.inc:2922:13: note: template argument deduction/substitution failed:
  372. In file included from ./scene/main/node.h:34:0,
  373. from ./scene/2d/canvas_item.h:34,
  374. from ./scene/2d/node_2d.h:34,
  375. from ./scene/2d/collision_object_2d.h:34,
  376. from scene/2d/physics_body_2d.h:34,
  377. from scene/2d/physics_body_2d.cpp:31:
  378. core/class_db.h:268:40: note: mismatched types 'void' and 'Vector2'
  379. MethodBind *bind = create_method_bind(p_method);
  380. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  381. In file included from core/method_bind.h:376:0,
  382. from core/class_db.h:34,
  383. from ./scene/main/node.h:34,
  384. from ./scene/2d/canvas_item.h:34,
  385. from ./scene/2d/node_2d.h:34,
  386. from ./scene/2d/collision_object_2d.h:34,
  387. from scene/2d/physics_body_2d.h:34,
  388. from scene/2d/physics_body_2d.cpp:31:
  389. core/method_bind.gen.inc:3114:13: note: candidate: template<class T, class R, class P1, class P2, class P3, class P4> MethodBind* create_method_bind(R (T::*)(P1, P2, P3, P4))
  390. MethodBind* create_method_bind(R (T::*p_method)(P1, P2, P3, P4) ) {
  391. ^~~~~~~~~~~~~~~~~~
  392. core/method_bind.gen.inc:3114:13: note: template argument deduction/substitution failed:
  393. In file included from ./scene/main/node.h:34:0,
  394. from ./scene/2d/canvas_item.h:34,
  395. from ./scene/2d/node_2d.h:34,
  396. from ./scene/2d/collision_object_2d.h:34,
  397. from scene/2d/physics_body_2d.h:34,
  398. from scene/2d/physics_body_2d.cpp:31:
  399. core/class_db.h:268:40: note: candidate expects 5 arguments, 7 provided
  400. MethodBind *bind = create_method_bind(p_method);
  401. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  402. In file included from core/method_bind.h:376:0,
  403. from core/class_db.h:34,
  404. from ./scene/main/node.h:34,
  405. from ./scene/2d/canvas_item.h:34,
  406. from ./scene/2d/node_2d.h:34,
  407. from ./scene/2d/collision_object_2d.h:34,
  408. from scene/2d/physics_body_2d.h:34,
  409. from scene/2d/physics_body_2d.cpp:31:
  410. core/method_bind.gen.inc:3306:13: note: candidate: template<class T, class P1, class P2, class P3, class P4> MethodBind* create_method_bind(void (T::*)(P1, P2, P3, P4) const)
  411. MethodBind* create_method_bind( void (T::*p_method)(P1, P2, P3, P4) const ) {
  412. ^~~~~~~~~~~~~~~~~~
  413. core/method_bind.gen.inc:3306:13: note: template argument deduction/substitution failed:
  414. In file included from ./scene/main/node.h:34:0,
  415. from ./scene/2d/canvas_item.h:34,
  416. from ./scene/2d/node_2d.h:34,
  417. from ./scene/2d/collision_object_2d.h:34,
  418. from scene/2d/physics_body_2d.h:34,
  419. from scene/2d/physics_body_2d.cpp:31:
  420. core/class_db.h:268:40: note: types 'void (T::)(P1, P2, P3, P4) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  421. MethodBind *bind = create_method_bind(p_method);
  422. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  423. In file included from core/method_bind.h:376:0,
  424. from core/class_db.h:34,
  425. from ./scene/main/node.h:34,
  426. from ./scene/2d/canvas_item.h:34,
  427. from ./scene/2d/node_2d.h:34,
  428. from ./scene/2d/collision_object_2d.h:34,
  429. from scene/2d/physics_body_2d.h:34,
  430. from scene/2d/physics_body_2d.cpp:31:
  431. core/method_bind.gen.inc:3498:13: note: candidate: template<class T, class R, class P1, class P2, class P3, class P4> MethodBind* create_method_bind(R (T::*)(P1, P2, P3, P4) const)
  432. MethodBind* create_method_bind(R (T::*p_method)(P1, P2, P3, P4) const ) {
  433. ^~~~~~~~~~~~~~~~~~
  434. core/method_bind.gen.inc:3498:13: note: template argument deduction/substitution failed:
  435. In file included from ./scene/main/node.h:34:0,
  436. from ./scene/2d/canvas_item.h:34,
  437. from ./scene/2d/node_2d.h:34,
  438. from ./scene/2d/collision_object_2d.h:34,
  439. from scene/2d/physics_body_2d.h:34,
  440. from scene/2d/physics_body_2d.cpp:31:
  441. core/class_db.h:268:40: note: types 'R (T::)(P1, P2, P3, P4) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  442. MethodBind *bind = create_method_bind(p_method);
  443. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  444. In file included from core/method_bind.h:376:0,
  445. from core/class_db.h:34,
  446. from ./scene/main/node.h:34,
  447. from ./scene/2d/canvas_item.h:34,
  448. from ./scene/2d/node_2d.h:34,
  449. from ./scene/2d/collision_object_2d.h:34,
  450. from scene/2d/physics_body_2d.h:34,
  451. from scene/2d/physics_body_2d.cpp:31:
  452. core/method_bind.gen.inc:3693:13: note: candidate: template<class T, class P1, class P2, class P3, class P4, class P5> MethodBind* create_method_bind(void (T::*)(P1, P2, P3, P4, P5))
  453. MethodBind* create_method_bind( void (T::*p_method)(P1, P2, P3, P4, P5) ) {
  454. ^~~~~~~~~~~~~~~~~~
  455. core/method_bind.gen.inc:3693:13: note: template argument deduction/substitution failed:
  456. In file included from ./scene/main/node.h:34:0,
  457. from ./scene/2d/canvas_item.h:34,
  458. from ./scene/2d/node_2d.h:34,
  459. from ./scene/2d/collision_object_2d.h:34,
  460. from scene/2d/physics_body_2d.h:34,
  461. from scene/2d/physics_body_2d.cpp:31:
  462. core/class_db.h:268:40: note: mismatched types 'void' and 'Vector2'
  463. MethodBind *bind = create_method_bind(p_method);
  464. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  465. In file included from core/method_bind.h:376:0,
  466. from core/class_db.h:34,
  467. from ./scene/main/node.h:34,
  468. from ./scene/2d/canvas_item.h:34,
  469. from ./scene/2d/node_2d.h:34,
  470. from ./scene/2d/collision_object_2d.h:34,
  471. from scene/2d/physics_body_2d.h:34,
  472. from scene/2d/physics_body_2d.cpp:31:
  473. core/method_bind.gen.inc:3891:13: note: candidate: template<class T, class R, class P1, class P2, class P3, class P4, class P5> MethodBind* create_method_bind(R (T::*)(P1, P2, P3, P4, P5))
  474. MethodBind* create_method_bind(R (T::*p_method)(P1, P2, P3, P4, P5) ) {
  475. ^~~~~~~~~~~~~~~~~~
  476. core/method_bind.gen.inc:3891:13: note: template argument deduction/substitution failed:
  477. In file included from ./scene/main/node.h:34:0,
  478. from ./scene/2d/canvas_item.h:34,
  479. from ./scene/2d/node_2d.h:34,
  480. from ./scene/2d/collision_object_2d.h:34,
  481. from scene/2d/physics_body_2d.h:34,
  482. from scene/2d/physics_body_2d.cpp:31:
  483. core/class_db.h:268:40: note: candidate expects 6 arguments, 7 provided
  484. MethodBind *bind = create_method_bind(p_method);
  485. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  486. In file included from core/method_bind.h:376:0,
  487. from core/class_db.h:34,
  488. from ./scene/main/node.h:34,
  489. from ./scene/2d/canvas_item.h:34,
  490. from ./scene/2d/node_2d.h:34,
  491. from ./scene/2d/collision_object_2d.h:34,
  492. from scene/2d/physics_body_2d.h:34,
  493. from scene/2d/physics_body_2d.cpp:31:
  494. core/method_bind.gen.inc:4089:13: note: candidate: template<class T, class P1, class P2, class P3, class P4, class P5> MethodBind* create_method_bind(void (T::*)(P1, P2, P3, P4, P5) const)
  495. MethodBind* create_method_bind( void (T::*p_method)(P1, P2, P3, P4, P5) const ) {
  496. ^~~~~~~~~~~~~~~~~~
  497. core/method_bind.gen.inc:4089:13: note: template argument deduction/substitution failed:
  498. In file included from ./scene/main/node.h:34:0,
  499. from ./scene/2d/canvas_item.h:34,
  500. from ./scene/2d/node_2d.h:34,
  501. from ./scene/2d/collision_object_2d.h:34,
  502. from scene/2d/physics_body_2d.h:34,
  503. from scene/2d/physics_body_2d.cpp:31:
  504. core/class_db.h:268:40: note: types 'void (T::)(P1, P2, P3, P4, P5) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  505. MethodBind *bind = create_method_bind(p_method);
  506. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  507. In file included from core/method_bind.h:376:0,
  508. from core/class_db.h:34,
  509. from ./scene/main/node.h:34,
  510. from ./scene/2d/canvas_item.h:34,
  511. from ./scene/2d/node_2d.h:34,
  512. from ./scene/2d/collision_object_2d.h:34,
  513. from scene/2d/physics_body_2d.h:34,
  514. from scene/2d/physics_body_2d.cpp:31:
  515. core/method_bind.gen.inc:4287:13: note: candidate: template<class T, class R, class P1, class P2, class P3, class P4, class P5> MethodBind* create_method_bind(R (T::*)(P1, P2, P3, P4, P5) const)
  516. MethodBind* create_method_bind(R (T::*p_method)(P1, P2, P3, P4, P5) const ) {
  517. ^~~~~~~~~~~~~~~~~~
  518. core/method_bind.gen.inc:4287:13: note: template argument deduction/substitution failed:
  519. In file included from ./scene/main/node.h:34:0,
  520. from ./scene/2d/canvas_item.h:34,
  521. from ./scene/2d/node_2d.h:34,
  522. from ./scene/2d/collision_object_2d.h:34,
  523. from scene/2d/physics_body_2d.h:34,
  524. from scene/2d/physics_body_2d.cpp:31:
  525. core/class_db.h:268:40: note: types 'R (T::)(P1, P2, P3, P4, P5) const' and 'Vector2 (KinematicBody2D::)(const Vector2&, const Vector2&, bool, float, int, float)' have incompatible cv-qualifiers
  526. MethodBind *bind = create_method_bind(p_method);
  527. ~~~~~~~~~~~~~~~~~~^~~~~~~~~~
  528. scons: building terminated because of errors.
  529. scons: *** [scene/2d/physics_body_2d.x11.tools.64.o] Error 1
  530. 10:49:32: The process "/usr/bin/scons" exited with code 2.
  531. Error while building/deploying project godot (kit: Desktop Qt 5.10.0 GCC 64bit)
  532. When executing step "Custom Process Step"
  533. 10:49:32: Elapsed time: 00:07.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement