Advertisement
Guest User

python2-gltools 0.1.1-1 buildlog

a guest
Mar 2nd, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.16 KB | None | 0 0
  1. ==> Starting build()...
  2. running build_ext
  3. cythoning gltools/gltools.pyx to gltools/gltools.cpp
  4. warning: gltools/@src/UI.pxi:153:18: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
  5. warning: gltools/@src/UI.pxi:153:27: Non-trivial type declarators in shared declaration (e.g. mix of pointers and values). Each pointer declaration should be on its own line.
  6. building 'gltools' extension
  7. creating build
  8. creating build/temp.linux-armv7l-2.7
  9. creating build/temp.linux-armv7l-2.7/gltools
  10. creating build/temp.linux-armv7l-2.7/gltools/@src
  11. creating build/temp.linux-armv7l-2.7/gltools/@contrib
  12. gcc -pthread -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fPIC -Igltools/@include -Igltools/@src -Igltools/@contrib -I/usr/include/python2.7 -c gltools/gltools.cpp -o build/temp.linux-armv7l-2.7/gltools/gltools.o -fpermissive
  13. In file included from /usr/include/python2.7/Python.h:121:0,
  14. from gltools/gltools.cpp:16:
  15. gltools/gltools.cpp: In function ‘PyObject* newarrayobject(PyTypeObject*, Py_ssize_t, arraydescr*)’:
  16. /usr/include/python2.7/pyerrors.h:220:74: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  17. #define PyErr_BadInternalCall() _PyErr_BadInternalCall(__FILE__, __LINE__)
  18. ^
  19. gltools/gltools.cpp:1875:9: note: in expansion of macro ‘PyErr_BadInternalCall’
  20. PyErr_BadInternalCall();
  21. ^
  22. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_SetGamma(float, int)’:
  23. gltools/gltools.cpp:4945:29: error: cannot convert ‘float’ to ‘GLFWmonitor*’ for argument ‘1’ to ‘void glfwSetGamma(GLFWmonitor*, float)’
  24. glfwSetGamma(__pyx_v_gamma);
  25. ^
  26. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_GetDesktopSize(int)’:
  27. gltools/gltools.cpp:5060:40: error: ‘glfwGetDesktopMode’ was not declared in this scope
  28. glfwGetDesktopMode((&__pyx_v_vidmode));
  29. ^
  30. gltools/gltools.cpp: In function ‘int __pyx_pf_7gltools_6Window___init__(__pyx_obj_7gltools_Window*, int, int, PyObject*, int)’:
  31. gltools/gltools.cpp:5298:18: error: ‘GLFW_WINDOWED’ was not declared in this scope
  32. __pyx_v_mode = GLFW_WINDOWED;
  33. ^
  34. gltools/gltools.cpp:5388:18: error: ‘GLFW_OPENGL_VERSION_MAJOR’ was not declared in this scope
  35. glfwWindowHint(GLFW_OPENGL_VERSION_MAJOR, 2);
  36. ^
  37. gltools/gltools.cpp:5397:18: error: ‘GLFW_OPENGL_VERSION_MINOR’ was not declared in this scope
  38. glfwWindowHint(GLFW_OPENGL_VERSION_MINOR, 1);
  39. ^
  40. gltools/gltools.cpp:5424:42: error: ‘glfwGetDesktopMode’ was not declared in this scope
  41. glfwGetDesktopMode((&__pyx_v_vidmode));
  42. ^
  43. gltools/gltools.cpp:5485:20: error: ‘GLFW_FULLSCREEN’ was not declared in this scope
  44. __pyx_v_mode = GLFW_FULLSCREEN;
  45. ^
  46. gltools/gltools.cpp:5574:110: warning: invalid conversion from ‘int’ to ‘const char*’ [-fpermissive]
  47. __pyx_v_self->thisptr = glfwCreateWindow(__pyx_v_width, __pyx_v_height, __pyx_v_mode, __pyx_v_c_title, NULL);
  48. ^
  49. gltools/gltools.cpp:5574:110: error: cannot convert ‘char*’ to ‘GLFWmonitor*’ for argument ‘4’ to ‘GLFWwindow* glfwCreateWindow(int, int, const char*, GLFWmonitor*, GLFWwindow*)’
  50. gltools/gltools.cpp:5610:55: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  51. glfwSetWindowUserPointer(((GLFWwindow)__pyx_v_self->thisptr), ((void *)__pyx_v_self));
  52. ^
  53. In file included from gltools/@include/GLTools.h:10:0,
  54. from gltools/gltools.cpp:247:
  55. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  56. typedef struct GLFWwindow GLFWwindow;
  57. ^
  58. gltools/gltools.cpp:5610:55: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  59. glfwSetWindowUserPointer(((GLFWwindow)__pyx_v_self->thisptr), ((void *)__pyx_v_self));
  60. ^
  61. In file included from gltools/@include/GLTools.h:10:0,
  62. from gltools/gltools.cpp:247:
  63. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  64. typedef struct GLFWwindow GLFWwindow;
  65. ^
  66. gltools/gltools.cpp:5619:56: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  67. glfwSetWindowSizeCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onSize);
  68. ^
  69. In file included from gltools/@include/GLTools.h:10:0,
  70. from gltools/gltools.cpp:247:
  71. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  72. typedef struct GLFWwindow GLFWwindow;
  73. ^
  74. gltools/gltools.cpp:5619:56: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  75. glfwSetWindowSizeCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onSize);
  76. ^
  77. In file included from gltools/@include/GLTools.h:10:0,
  78. from gltools/gltools.cpp:247:
  79. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  80. typedef struct GLFWwindow GLFWwindow;
  81. ^
  82. gltools/gltools.cpp:5628:59: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  83. glfwSetWindowRefreshCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onRefresh);
  84. ^
  85. In file included from gltools/@include/GLTools.h:10:0,
  86. from gltools/gltools.cpp:247:
  87. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  88. typedef struct GLFWwindow GLFWwindow;
  89. ^
  90. gltools/gltools.cpp:5628:59: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  91. glfwSetWindowRefreshCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onRefresh);
  92. ^
  93. In file included from gltools/@include/GLTools.h:10:0,
  94. from gltools/gltools.cpp:247:
  95. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  96. typedef struct GLFWwindow GLFWwindow;
  97. ^
  98. gltools/gltools.cpp:5637:55: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  99. glfwSetCursorPosCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onCursorPos);
  100. ^
  101. In file included from gltools/@include/GLTools.h:10:0,
  102. from gltools/gltools.cpp:247:
  103. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  104. typedef struct GLFWwindow GLFWwindow;
  105. ^
  106. gltools/gltools.cpp:5637:55: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  107. glfwSetCursorPosCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onCursorPos);
  108. ^
  109. In file included from gltools/@include/GLTools.h:10:0,
  110. from gltools/gltools.cpp:247:
  111. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  112. typedef struct GLFWwindow GLFWwindow;
  113. ^
  114. gltools/gltools.cpp:5646:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  115. glfwSetMouseButtonCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onMouseButton);
  116. ^
  117. In file included from gltools/@include/GLTools.h:10:0,
  118. from gltools/gltools.cpp:247:
  119. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  120. typedef struct GLFWwindow GLFWwindow;
  121. ^
  122. gltools/gltools.cpp:5646:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  123. glfwSetMouseButtonCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onMouseButton);
  124. ^
  125. In file included from gltools/@include/GLTools.h:10:0,
  126. from gltools/gltools.cpp:247:
  127. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  128. typedef struct GLFWwindow GLFWwindow;
  129. ^
  130. gltools/gltools.cpp:5655:49: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  131. glfwSetKeyCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onKey);
  132. ^
  133. In file included from gltools/@include/GLTools.h:10:0,
  134. from gltools/gltools.cpp:247:
  135. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  136. typedef struct GLFWwindow GLFWwindow;
  137. ^
  138. gltools/gltools.cpp:5655:49: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  139. glfwSetKeyCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onKey);
  140. ^
  141. In file included from gltools/@include/GLTools.h:10:0,
  142. from gltools/gltools.cpp:247:
  143. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  144. typedef struct GLFWwindow GLFWwindow;
  145. ^
  146. gltools/gltools.cpp:5664:50: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  147. glfwSetCharCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onChar);
  148. ^
  149. In file included from gltools/@include/GLTools.h:10:0,
  150. from gltools/gltools.cpp:247:
  151. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  152. typedef struct GLFWwindow GLFWwindow;
  153. ^
  154. gltools/gltools.cpp:5664:50: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  155. glfwSetCharCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onChar);
  156. ^
  157. In file included from gltools/@include/GLTools.h:10:0,
  158. from gltools/gltools.cpp:247:
  159. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  160. typedef struct GLFWwindow GLFWwindow;
  161. ^
  162. gltools/gltools.cpp:5673:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  163. glfwSetWindowCloseCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onClose);
  164. ^
  165. In file included from gltools/@include/GLTools.h:10:0,
  166. from gltools/gltools.cpp:247:
  167. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  168. typedef struct GLFWwindow GLFWwindow;
  169. ^
  170. gltools/gltools.cpp:5673:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  171. glfwSetWindowCloseCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onClose);
  172. ^
  173. In file included from gltools/@include/GLTools.h:10:0,
  174. from gltools/gltools.cpp:247:
  175. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  176. typedef struct GLFWwindow GLFWwindow;
  177. ^
  178. gltools/gltools.cpp:5682:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  179. glfwSetWindowFocusCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onFocus);
  180. ^
  181. In file included from gltools/@include/GLTools.h:10:0,
  182. from gltools/gltools.cpp:247:
  183. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  184. typedef struct GLFWwindow GLFWwindow;
  185. ^
  186. gltools/gltools.cpp:5682:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  187. glfwSetWindowFocusCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onFocus);
  188. ^
  189. In file included from gltools/@include/GLTools.h:10:0,
  190. from gltools/gltools.cpp:247:
  191. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  192. typedef struct GLFWwindow GLFWwindow;
  193. ^
  194. gltools/gltools.cpp:5691:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  195. glfwSetCursorEnterCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onEnter);
  196. ^
  197. In file included from gltools/@include/GLTools.h:10:0,
  198. from gltools/gltools.cpp:247:
  199. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  200. typedef struct GLFWwindow GLFWwindow;
  201. ^
  202. gltools/gltools.cpp:5691:57: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  203. glfwSetCursorEnterCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onEnter);
  204. ^
  205. In file included from gltools/@include/GLTools.h:10:0,
  206. from gltools/gltools.cpp:247:
  207. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  208. typedef struct GLFWwindow GLFWwindow;
  209. ^
  210. gltools/gltools.cpp:5700:52: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  211. glfwSetScrollCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onScroll);
  212. ^
  213. In file included from gltools/@include/GLTools.h:10:0,
  214. from gltools/gltools.cpp:247:
  215. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  216. typedef struct GLFWwindow GLFWwindow;
  217. ^
  218. gltools/gltools.cpp:5700:52: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  219. glfwSetScrollCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onScroll);
  220. ^
  221. In file included from gltools/@include/GLTools.h:10:0,
  222. from gltools/gltools.cpp:247:
  223. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  224. typedef struct GLFWwindow GLFWwindow;
  225. ^
  226. gltools/gltools.cpp:5709:59: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  227. glfwSetWindowIconifyCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onIconify);
  228. ^
  229. In file included from gltools/@include/GLTools.h:10:0,
  230. from gltools/gltools.cpp:247:
  231. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  232. typedef struct GLFWwindow GLFWwindow;
  233. ^
  234. gltools/gltools.cpp:5709:59: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  235. glfwSetWindowIconifyCallback(((GLFWwindow)__pyx_v_self->thisptr), __pyx_f_7gltools_cb_onIconify);
  236. ^
  237. In file included from gltools/@include/GLTools.h:10:0,
  238. from gltools/gltools.cpp:247:
  239. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  240. typedef struct GLFWwindow GLFWwindow;
  241. ^
  242. gltools/gltools.cpp:5718:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  243. glfwGetWindowSize(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_width), (&__pyx_v_height));
  244. ^
  245. In file included from gltools/@include/GLTools.h:10:0,
  246. from gltools/gltools.cpp:247:
  247. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  248. typedef struct GLFWwindow GLFWwindow;
  249. ^
  250. gltools/gltools.cpp:5718:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  251. glfwGetWindowSize(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_width), (&__pyx_v_height));
  252. ^
  253. In file included from gltools/@include/GLTools.h:10:0,
  254. from gltools/gltools.cpp:247:
  255. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  256. typedef struct GLFWwindow GLFWwindow;
  257. ^
  258. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_setTitle(__pyx_obj_7gltools_Window*, PyObject*, int)’:
  259. gltools/gltools.cpp:5933:49: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  260. glfwSetWindowTitle(((GLFWwindow)__pyx_v_self->thisptr), __pyx_v_c_title);
  261. ^
  262. In file included from gltools/@include/GLTools.h:10:0,
  263. from gltools/gltools.cpp:247:
  264. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  265. typedef struct GLFWwindow GLFWwindow;
  266. ^
  267. gltools/gltools.cpp:5933:49: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  268. glfwSetWindowTitle(((GLFWwindow)__pyx_v_self->thisptr), __pyx_v_c_title);
  269. ^
  270. In file included from gltools/@include/GLTools.h:10:0,
  271. from gltools/gltools.cpp:247:
  272. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  273. typedef struct GLFWwindow GLFWwindow;
  274. ^
  275. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_getSize(__pyx_obj_7gltools_Window*, int)’:
  276. gltools/gltools.cpp:6066:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  277. glfwGetWindowSize(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_width), (&__pyx_v_height));
  278. ^
  279. In file included from gltools/@include/GLTools.h:10:0,
  280. from gltools/gltools.cpp:247:
  281. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  282. typedef struct GLFWwindow GLFWwindow;
  283. ^
  284. gltools/gltools.cpp:6066:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  285. glfwGetWindowSize(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_width), (&__pyx_v_height));
  286. ^
  287. In file included from gltools/@include/GLTools.h:10:0,
  288. from gltools/gltools.cpp:247:
  289. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  290. typedef struct GLFWwindow GLFWwindow;
  291. ^
  292. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_setSize(__pyx_obj_7gltools_Window*, int, int, int)’:
  293. gltools/gltools.cpp:6270:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  294. glfwSetWindowSize(((GLFWwindow)__pyx_v_self->thisptr), __pyx_v_width, __pyx_v_height);
  295. ^
  296. In file included from gltools/@include/GLTools.h:10:0,
  297. from gltools/gltools.cpp:247:
  298. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  299. typedef struct GLFWwindow GLFWwindow;
  300. ^
  301. gltools/gltools.cpp:6270:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  302. glfwSetWindowSize(((GLFWwindow)__pyx_v_self->thisptr), __pyx_v_width, __pyx_v_height);
  303. ^
  304. In file included from gltools/@include/GLTools.h:10:0,
  305. from gltools/gltools.cpp:247:
  306. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  307. typedef struct GLFWwindow GLFWwindow;
  308. ^
  309. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_setClipboard(__pyx_obj_7gltools_Window*, PyObject*, int)’:
  310. gltools/gltools.cpp:6459:53: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  311. glfwSetClipboardString(((GLFWwindow)__pyx_v_self->thisptr), __pyx_t_6);
  312. ^
  313. In file included from gltools/@include/GLTools.h:10:0,
  314. from gltools/gltools.cpp:247:
  315. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  316. typedef struct GLFWwindow GLFWwindow;
  317. ^
  318. gltools/gltools.cpp:6459:53: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  319. glfwSetClipboardString(((GLFWwindow)__pyx_v_self->thisptr), __pyx_t_6);
  320. ^
  321. In file included from gltools/@include/GLTools.h:10:0,
  322. from gltools/gltools.cpp:247:
  323. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  324. typedef struct GLFWwindow GLFWwindow;
  325. ^
  326. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_getClipboard(__pyx_obj_7gltools_Window*, int)’:
  327. gltools/gltools.cpp:6589:71: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  328. __pyx_v_content = glfwGetClipboardString(((GLFWwindow)__pyx_v_self->thisptr));
  329. ^
  330. In file included from gltools/@include/GLTools.h:10:0,
  331. from gltools/gltools.cpp:247:
  332. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  333. typedef struct GLFWwindow GLFWwindow;
  334. ^
  335. gltools/gltools.cpp:6589:71: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  336. __pyx_v_content = glfwGetClipboardString(((GLFWwindow)__pyx_v_self->thisptr));
  337. ^
  338. In file included from gltools/@include/GLTools.h:10:0,
  339. from gltools/gltools.cpp:247:
  340. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  341. typedef struct GLFWwindow GLFWwindow;
  342. ^
  343. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_iconify(__pyx_obj_7gltools_Window*, int)’:
  344. gltools/gltools.cpp:6729:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  345. glfwIconifyWindow(((GLFWwindow)__pyx_v_self->thisptr));
  346. ^
  347. In file included from gltools/@include/GLTools.h:10:0,
  348. from gltools/gltools.cpp:247:
  349. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  350. typedef struct GLFWwindow GLFWwindow;
  351. ^
  352. gltools/gltools.cpp:6729:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  353. glfwIconifyWindow(((GLFWwindow)__pyx_v_self->thisptr));
  354. ^
  355. In file included from gltools/@include/GLTools.h:10:0,
  356. from gltools/gltools.cpp:247:
  357. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  358. typedef struct GLFWwindow GLFWwindow;
  359. ^
  360. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_restore(__pyx_obj_7gltools_Window*, int)’:
  361. gltools/gltools.cpp:6857:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  362. glfwRestoreWindow(((GLFWwindow)__pyx_v_self->thisptr));
  363. ^
  364. In file included from gltools/@include/GLTools.h:10:0,
  365. from gltools/gltools.cpp:247:
  366. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  367. typedef struct GLFWwindow GLFWwindow;
  368. ^
  369. gltools/gltools.cpp:6857:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  370. glfwRestoreWindow(((GLFWwindow)__pyx_v_self->thisptr));
  371. ^
  372. In file included from gltools/@include/GLTools.h:10:0,
  373. from gltools/gltools.cpp:247:
  374. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  375. typedef struct GLFWwindow GLFWwindow;
  376. ^
  377. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_show(__pyx_obj_7gltools_Window*, int)’:
  378. gltools/gltools.cpp:6985:45: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  379. glfwShowWindow(((GLFWwindow)__pyx_v_self->thisptr));
  380. ^
  381. In file included from gltools/@include/GLTools.h:10:0,
  382. from gltools/gltools.cpp:247:
  383. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  384. typedef struct GLFWwindow GLFWwindow;
  385. ^
  386. gltools/gltools.cpp:6985:45: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  387. glfwShowWindow(((GLFWwindow)__pyx_v_self->thisptr));
  388. ^
  389. In file included from gltools/@include/GLTools.h:10:0,
  390. from gltools/gltools.cpp:247:
  391. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  392. typedef struct GLFWwindow GLFWwindow;
  393. ^
  394. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_hide(__pyx_obj_7gltools_Window*, int)’:
  395. gltools/gltools.cpp:7113:45: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  396. glfwHideWindow(((GLFWwindow)__pyx_v_self->thisptr));
  397. ^
  398. In file included from gltools/@include/GLTools.h:10:0,
  399. from gltools/gltools.cpp:247:
  400. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  401. typedef struct GLFWwindow GLFWwindow;
  402. ^
  403. gltools/gltools.cpp:7113:45: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  404. glfwHideWindow(((GLFWwindow)__pyx_v_self->thisptr));
  405. ^
  406. In file included from gltools/@include/GLTools.h:10:0,
  407. from gltools/gltools.cpp:247:
  408. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  409. typedef struct GLFWwindow GLFWwindow;
  410. ^
  411. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_close(__pyx_obj_7gltools_Window*, int)’:
  412. gltools/gltools.cpp:7250:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  413. glfwDestroyWindow(((GLFWwindow)__pyx_v_self->thisptr));
  414. ^
  415. In file included from gltools/@include/GLTools.h:10:0,
  416. from gltools/gltools.cpp:247:
  417. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  418. typedef struct GLFWwindow GLFWwindow;
  419. ^
  420. gltools/gltools.cpp:7250:48: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  421. glfwDestroyWindow(((GLFWwindow)__pyx_v_self->thisptr));
  422. ^
  423. In file included from gltools/@include/GLTools.h:10:0,
  424. from gltools/gltools.cpp:247:
  425. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  426. typedef struct GLFWwindow GLFWwindow;
  427. ^
  428. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_makeContextCurrent(__pyx_obj_7gltools_Window*, int)’:
  429. gltools/gltools.cpp:7387:53: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  430. glfwMakeContextCurrent(((GLFWwindow)__pyx_v_self->thisptr));
  431. ^
  432. In file included from gltools/@include/GLTools.h:10:0,
  433. from gltools/gltools.cpp:247:
  434. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  435. typedef struct GLFWwindow GLFWwindow;
  436. ^
  437. gltools/gltools.cpp:7387:53: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  438. glfwMakeContextCurrent(((GLFWwindow)__pyx_v_self->thisptr));
  439. ^
  440. In file included from gltools/@include/GLTools.h:10:0,
  441. from gltools/gltools.cpp:247:
  442. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  443. typedef struct GLFWwindow GLFWwindow;
  444. ^
  445. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_swapBuffers(__pyx_obj_7gltools_Window*, int)’:
  446. gltools/gltools.cpp:7515:46: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  447. glfwSwapBuffers(((GLFWwindow)__pyx_v_self->thisptr));
  448. ^
  449. In file included from gltools/@include/GLTools.h:10:0,
  450. from gltools/gltools.cpp:247:
  451. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  452. typedef struct GLFWwindow GLFWwindow;
  453. ^
  454. gltools/gltools.cpp:7515:46: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  455. glfwSwapBuffers(((GLFWwindow)__pyx_v_self->thisptr));
  456. ^
  457. In file included from gltools/@include/GLTools.h:10:0,
  458. from gltools/gltools.cpp:247:
  459. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  460. typedef struct GLFWwindow GLFWwindow;
  461. ^
  462. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_6Window_mainLoop(__pyx_obj_7gltools_Window*, int)’:
  463. gltools/gltools.cpp:7653:55: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  464. glfwSetCursorPosCallback(((GLFWwindow)__pyx_v_self->thisptr), NULL);
  465. ^
  466. In file included from gltools/@include/GLTools.h:10:0,
  467. from gltools/gltools.cpp:247:
  468. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  469. typedef struct GLFWwindow GLFWwindow;
  470. ^
  471. gltools/gltools.cpp:7653:55: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  472. glfwSetCursorPosCallback(((GLFWwindow)__pyx_v_self->thisptr), NULL);
  473. ^
  474. In file included from gltools/@include/GLTools.h:10:0,
  475. from gltools/gltools.cpp:247:
  476. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  477. typedef struct GLFWwindow GLFWwindow;
  478. ^
  479. gltools/gltools.cpp:7662:47: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  480. glfwGetCursorPos(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_lastX), (&__pyx_v_lastY));
  481. ^
  482. In file included from gltools/@include/GLTools.h:10:0,
  483. from gltools/gltools.cpp:247:
  484. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  485. typedef struct GLFWwindow GLFWwindow;
  486. ^
  487. gltools/gltools.cpp:7662:47: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  488. glfwGetCursorPos(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_lastX), (&__pyx_v_lastY));
  489. ^
  490. In file included from gltools/@include/GLTools.h:10:0,
  491. from gltools/gltools.cpp:247:
  492. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  493. typedef struct GLFWwindow GLFWwindow;
  494. ^
  495. gltools/gltools.cpp:7698:49: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  496. glfwGetCursorPos(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_x), (&__pyx_v_y));
  497. ^
  498. In file included from gltools/@include/GLTools.h:10:0,
  499. from gltools/gltools.cpp:247:
  500. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  501. typedef struct GLFWwindow GLFWwindow;
  502. ^
  503. gltools/gltools.cpp:7698:49: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  504. glfwGetCursorPos(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_x), (&__pyx_v_y));
  505. ^
  506. In file included from gltools/@include/GLTools.h:10:0,
  507. from gltools/gltools.cpp:247:
  508. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  509. typedef struct GLFWwindow GLFWwindow;
  510. ^
  511. gltools/gltools.cpp:7776:51: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  512. glfwGetCursorPos(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_x), (&__pyx_v_y));
  513. ^
  514. In file included from gltools/@include/GLTools.h:10:0,
  515. from gltools/gltools.cpp:247:
  516. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  517. typedef struct GLFWwindow GLFWwindow;
  518. ^
  519. gltools/gltools.cpp:7776:51: error: invalid use of incomplete type ‘GLFWwindow {aka struct GLFWwindow}’
  520. glfwGetCursorPos(((GLFWwindow)__pyx_v_self->thisptr), (&__pyx_v_x), (&__pyx_v_y));
  521. ^
  522. In file included from gltools/@include/GLTools.h:10:0,
  523. from gltools/gltools.cpp:247:
  524. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  525. typedef struct GLFWwindow GLFWwindow;
  526. ^
  527. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onSize(GLFWwindow, int, int)’:
  528. gltools/gltools.cpp:9855:51: error: ‘__pyx_v_window’ has incomplete type
  529. static void __pyx_f_7gltools_cb_onSize(GLFWwindow __pyx_v_window, int __pyx_v_w, int __pyx_v_h) {
  530. ^
  531. In file included from gltools/@include/GLTools.h:10:0,
  532. from gltools/gltools.cpp:247:
  533. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  534. typedef struct GLFWwindow GLFWwindow;
  535. ^
  536. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onRefresh(GLFWwindow)’:
  537. gltools/gltools.cpp:10004:54: error: ‘__pyx_v_window’ has incomplete type
  538. static void __pyx_f_7gltools_cb_onRefresh(GLFWwindow __pyx_v_window) {
  539. ^
  540. In file included from gltools/@include/GLTools.h:10:0,
  541. from gltools/gltools.cpp:247:
  542. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  543. typedef struct GLFWwindow GLFWwindow;
  544. ^
  545. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onCursorPos(GLFWwindow, int, int)’:
  546. gltools/gltools.cpp:10144:56: error: ‘__pyx_v_window’ has incomplete type
  547. static void __pyx_f_7gltools_cb_onCursorPos(GLFWwindow __pyx_v_window, int __pyx_v_x, int __pyx_v_y) {
  548. ^
  549. In file included from gltools/@include/GLTools.h:10:0,
  550. from gltools/gltools.cpp:247:
  551. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  552. typedef struct GLFWwindow GLFWwindow;
  553. ^
  554. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onMouseButton(GLFWwindow, int, int)’:
  555. gltools/gltools.cpp:10284:58: error: ‘__pyx_v_window’ has incomplete type
  556. static void __pyx_f_7gltools_cb_onMouseButton(GLFWwindow __pyx_v_window, int __pyx_v_button, int __pyx_v_action) {
  557. ^
  558. In file included from gltools/@include/GLTools.h:10:0,
  559. from gltools/gltools.cpp:247:
  560. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  561. typedef struct GLFWwindow GLFWwindow;
  562. ^
  563. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onKey(GLFWwindow, int, int)’:
  564. gltools/gltools.cpp:10424:50: error: ‘__pyx_v_window’ has incomplete type
  565. static void __pyx_f_7gltools_cb_onKey(GLFWwindow __pyx_v_window, int __pyx_v_key, int __pyx_v_action) {
  566. ^
  567. In file included from gltools/@include/GLTools.h:10:0,
  568. from gltools/gltools.cpp:247:
  569. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  570. typedef struct GLFWwindow GLFWwindow;
  571. ^
  572. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onChar(GLFWwindow, int)’:
  573. gltools/gltools.cpp:10564:51: error: ‘__pyx_v_window’ has incomplete type
  574. static void __pyx_f_7gltools_cb_onChar(GLFWwindow __pyx_v_window, int __pyx_v_ch) {
  575. ^
  576. In file included from gltools/@include/GLTools.h:10:0,
  577. from gltools/gltools.cpp:247:
  578. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  579. typedef struct GLFWwindow GLFWwindow;
  580. ^
  581. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onFocus(GLFWwindow, int)’:
  582. gltools/gltools.cpp:10727:52: error: ‘__pyx_v_window’ has incomplete type
  583. static void __pyx_f_7gltools_cb_onFocus(GLFWwindow __pyx_v_window, int __pyx_v_status) {
  584. ^
  585. In file included from gltools/@include/GLTools.h:10:0,
  586. from gltools/gltools.cpp:247:
  587. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  588. typedef struct GLFWwindow GLFWwindow;
  589. ^
  590. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onEnter(GLFWwindow, int)’:
  591. gltools/gltools.cpp:10867:52: error: ‘__pyx_v_window’ has incomplete type
  592. static void __pyx_f_7gltools_cb_onEnter(GLFWwindow __pyx_v_window, int __pyx_v_status) {
  593. ^
  594. In file included from gltools/@include/GLTools.h:10:0,
  595. from gltools/gltools.cpp:247:
  596. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  597. typedef struct GLFWwindow GLFWwindow;
  598. ^
  599. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onScroll(GLFWwindow, double, double)’:
  600. gltools/gltools.cpp:10927:53: error: ‘__pyx_v_window’ has incomplete type
  601. static void __pyx_f_7gltools_cb_onScroll(GLFWwindow __pyx_v_window, double __pyx_v_dx, double __pyx_v_dy) {
  602. ^
  603. In file included from gltools/@include/GLTools.h:10:0,
  604. from gltools/gltools.cpp:247:
  605. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  606. typedef struct GLFWwindow GLFWwindow;
  607. ^
  608. gltools/gltools.cpp: In function ‘void __pyx_f_7gltools_cb_onIconify(GLFWwindow, int)’:
  609. gltools/gltools.cpp:11067:54: error: ‘__pyx_v_window’ has incomplete type
  610. static void __pyx_f_7gltools_cb_onIconify(GLFWwindow __pyx_v_window, int __pyx_v_status) {
  611. ^
  612. In file included from gltools/@include/GLTools.h:10:0,
  613. from gltools/gltools.cpp:247:
  614. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  615. typedef struct GLFWwindow GLFWwindow;
  616. ^
  617. gltools/gltools.cpp: In function ‘int __pyx_f_7gltools_cb_onClose(GLFWwindow)’:
  618. gltools/gltools.cpp:11207:51: error: ‘__pyx_v_window’ has incomplete type
  619. static int __pyx_f_7gltools_cb_onClose(GLFWwindow __pyx_v_window) {
  620. ^
  621. In file included from gltools/@include/GLTools.h:10:0,
  622. from gltools/gltools.cpp:247:
  623. /usr/include/GL/glfw3.h:757:16: error: forward declaration of ‘GLFWwindow {aka struct GLFWwindow}’
  624. typedef struct GLFWwindow GLFWwindow;
  625. ^
  626. gltools/gltools.cpp: In function ‘PyObject* __pyx_f_7gltools_2UI_beginFrame(__pyx_obj_7gltools_UI*, int, int, char, int, int)’:
  627. gltools/gltools.cpp:26479:11: warning: case label value is less than minimum value for type
  628. case -1:
  629. ^
  630. Traceback
  631. :error: command 'gcc' failed with exit status 1
  632.  
  633. ==> ERROR: A failure occurred in build().
  634. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement