Advertisement
jxsl13

Untitled

Jan 3rd, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.15 KB | None | 0 0
  1. MacbookPro:teeuniverse john$ make
  2. Scanning dependencies of target teeuniverse_shared
  3. [ 0%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/adler32.c.o
  4. [ 1%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/compress.c.o
  5. [ 2%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/crc32.c.o
  6. [ 2%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/deflate.c.o
  7. [ 3%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/infback.c.o
  8. [ 4%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/inffast.c.o
  9. [ 4%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/inflate.c.o
  10. /Users/john/Desktop/teeuniverse/src/external/zlib/inflate.c:1507:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  11. if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
  12. ~~~ ^
  13. 1 warning generated.
  14. [ 5%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/inftrees.c.o
  15. [ 6%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/trees.c.o
  16. [ 6%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/uncompr.c.o
  17. [ 7%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/zlib/zutil.c.o
  18. [ 7%] Building C object CMakeFiles/teeuniverse_shared.dir/src/external/json-parser/json.c.o
  19. [ 8%] Building CXX object CMakeFiles/teeuniverse_shared.dir/src/shared/archivefile.cpp.o
  20. /Users/john/Desktop/teeuniverse/src/shared/archivefile.cpp:276:12: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
  21. if(DataId < 0 || DataId >= m_RawDatas.size())
  22. ~~~~~~ ^ ~
  23. 1 warning generated.
  24. [ 9%] Building CXX object CMakeFiles/teeuniverse_shared.dir/src/shared/kernel.cpp.o
  25. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  26. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  27. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  28. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:35:
  29. /Users/john/Desktop/teeuniverse/src/generated/assets/character.h:207:2: warning: control may reach end of non-void function [-Wreturn-type]
  30. }
  31. ^
  32. /Users/john/Desktop/teeuniverse/src/generated/assets/character.h:260:89: warning: control reaches end of non-void function [-Wreturn-type]
  33. inline int DeletePart(const CSubPath& SubPath) { m_Part.remove_index(SubPath.GetId()); }
  34. ^
  35. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  36. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  37. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  38. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:49:
  39. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:219:2: warning: control may reach end of non-void function [-Wreturn-type]
  40. }
  41. ^
  42. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:234:2: warning: control may reach end of non-void function [-Wreturn-type]
  43. }
  44. ^
  45. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:249:2: warning: control may reach end of non-void function [-Wreturn-type]
  46. }
  47. ^
  48. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:264:2: warning: control may reach end of non-void function [-Wreturn-type]
  49. }
  50. ^
  51. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:334:95: warning: control reaches end of non-void function [-Wreturn-type]
  52. inline int DeleteBgGroup(const CSubPath& SubPath) { m_BgGroup.remove_index(SubPath.GetId()); }
  53. ^
  54. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:336:95: warning: control reaches end of non-void function [-Wreturn-type]
  55. inline int DeleteFgGroup(const CSubPath& SubPath) { m_FgGroup.remove_index(SubPath.GetId()); }
  56. ^
  57. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:338:99: warning: control reaches end of non-void function [-Wreturn-type]
  58. inline int DeleteZoneLayer(const CSubPath& SubPath) { m_ZoneLayer.remove_index(SubPath.GetId()); }
  59. ^
  60. /Users/john/Desktop/teeuniverse/src/generated/assets/map.h:340:103: warning: control reaches end of non-void function [-Wreturn-type]
  61. inline int DeleteEntityLayer(const CSubPath& SubPath) { m_EntityLayer.remove_index(SubPath.GetId()); }
  62. ^
  63. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  64. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  65. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  66. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:50:
  67. /Users/john/Desktop/teeuniverse/src/generated/assets/mapgroup.h:180:2: warning: control may reach end of non-void function [-Wreturn-type]
  68. }
  69. ^
  70. /Users/john/Desktop/teeuniverse/src/generated/assets/mapgroup.h:257:91: warning: control reaches end of non-void function [-Wreturn-type]
  71. inline int DeleteLayer(const CSubPath& SubPath) { m_Layer.remove_index(SubPath.GetId()); }
  72. ^
  73. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  74. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  75. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  76. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:51:
  77. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerquads.h:440:2: warning: control may reach end of non-void function [-Wreturn-type]
  78. }
  79. ^
  80. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerquads.h:935:89: warning: control reaches end of non-void function [-Wreturn-type]
  81. inline int DeleteQuad(const CSubPath& SubPath) { m_Quad.remove_index(SubPath.GetId()); }
  82. ^
  83. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  84. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  85. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  86. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:54:
  87. /Users/john/Desktop/teeuniverse/src/generated/assets/mapentities.h:203:2: warning: control may reach end of non-void function [-Wreturn-type]
  88. }
  89. ^
  90. /Users/john/Desktop/teeuniverse/src/generated/assets/mapentities.h:280:93: warning: control reaches end of non-void function [-Wreturn-type]
  91. inline int DeleteEntity(const CSubPath& SubPath) { m_Entity.remove_index(SubPath.GetId()); }
  92. ^
  93. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  94. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  95. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  96. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:55:
  97. /Users/john/Desktop/teeuniverse/src/generated/assets/zonetype.h:187:2: warning: control may reach end of non-void function [-Wreturn-type]
  98. }
  99. ^
  100. /Users/john/Desktop/teeuniverse/src/generated/assets/zonetype.h:245:91: warning: control reaches end of non-void function [-Wreturn-type]
  101. inline int DeleteIndex(const CSubPath& SubPath) { m_Index.remove_index(SubPath.GetId()); }
  102. ^
  103. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  104. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  105. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  106. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:57:
  107. /Users/john/Desktop/teeuniverse/src/generated/assets/skeleton.h:323:2: warning: control may reach end of non-void function [-Wreturn-type]
  108. }
  109. ^
  110. /Users/john/Desktop/teeuniverse/src/generated/assets/skeleton.h:415:2: warning: control may reach end of non-void function [-Wreturn-type]
  111. }
  112. ^
  113. /Users/john/Desktop/teeuniverse/src/generated/assets/skeleton.h:534:89: warning: control reaches end of non-void function [-Wreturn-type]
  114. inline int DeleteBone(const CSubPath& SubPath) { m_Bone.remove_index(SubPath.GetId()); }
  115. ^
  116. /Users/john/Desktop/teeuniverse/src/generated/assets/skeleton.h:536:91: warning: control reaches end of non-void function [-Wreturn-type]
  117. inline int DeleteLayer(const CSubPath& SubPath) { m_Layer.remove_index(SubPath.GetId()); }
  118. ^
  119. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  120. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  121. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  122. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:58:
  123. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:352:3: warning: control may reach end of non-void function [-Wreturn-type]
  124. }
  125. ^
  126. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:392:98: warning: control reaches end of non-void function [-Wreturn-type]
  127. inline int DeleteKeyFrame(const CSubPath& SubPath) { m_KeyFrame.remove_index(SubPath.GetId()); }
  128. ^
  129. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:539:3: warning: control may reach end of non-void function [-Wreturn-type]
  130. }
  131. ^
  132. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:579:98: warning: control reaches end of non-void function [-Wreturn-type]
  133. inline int DeleteKeyFrame(const CSubPath& SubPath) { m_KeyFrame.remove_index(SubPath.GetId()); }
  134. ^
  135. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:663:2: warning: control may reach end of non-void function [-Wreturn-type]
  136. }
  137. ^
  138. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:683:2: warning: control may reach end of non-void function [-Wreturn-type]
  139. }
  140. ^
  141. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:688:2: warning: control may reach end of non-void function [-Wreturn-type]
  142. }
  143. ^
  144. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:694:2: warning: control may reach end of non-void function [-Wreturn-type]
  145. }
  146. ^
  147. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:730:2: warning: control may reach end of non-void function [-Wreturn-type]
  148. }
  149. ^
  150. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:750:2: warning: control may reach end of non-void function [-Wreturn-type]
  151. }
  152. ^
  153. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:755:2: warning: control may reach end of non-void function [-Wreturn-type]
  154. }
  155. ^
  156. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:761:2: warning: control may reach end of non-void function [-Wreturn-type]
  157. }
  158. ^
  159. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:797:2: warning: control may reach end of non-void function [-Wreturn-type]
  160. }
  161. ^
  162. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:817:2: warning: control may reach end of non-void function [-Wreturn-type]
  163. }
  164. ^
  165. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:822:2: warning: control may reach end of non-void function [-Wreturn-type]
  166. }
  167. ^
  168. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:828:2: warning: control may reach end of non-void function [-Wreturn-type]
  169. }
  170. ^
  171. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:1000:107: warning: control reaches end of non-void function [-Wreturn-type]
  172. inline int DeleteLocalBoneAnim(const CSubPath& SubPath) { m_LocalBoneAnim.remove_index(SubPath.GetId()); }
  173. ^
  174. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:1004:109: warning: control reaches end of non-void function [-Wreturn-type]
  175. inline int DeleteParentBoneAnim(const CSubPath& SubPath) { m_ParentBoneAnim.remove_index(SubPath.GetId()); }
  176. ^
  177. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonanimation.h:1008:109: warning: control reaches end of non-void function [-Wreturn-type]
  178. inline int DeleteLayerAnimation(const CSubPath& SubPath) { m_LayerAnimation.remove_index(SubPath.GetId()); }
  179. ^
  180. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  181. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  182. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  183. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:59:
  184. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonskin.h:276:2: warning: control may reach end of non-void function [-Wreturn-type]
  185. }
  186. ^
  187. /Users/john/Desktop/teeuniverse/src/generated/assets/skeletonskin.h:466:93: warning: control reaches end of non-void function [-Wreturn-type]
  188. inline int DeleteSprite(const CSubPath& SubPath) { m_Sprite.remove_index(SubPath.GetId()); }
  189. ^
  190. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  191. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  192. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  193. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:62:
  194. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:252:3: warning: control may reach end of non-void function [-Wreturn-type]
  195. }
  196. ^
  197. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:369:94: warning: control reaches end of non-void function [-Wreturn-type]
  198. inline int DeleteVertex(const CSubPath& SubPath) { m_Vertex.remove_index(SubPath.GetId()); }
  199. ^
  200. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:448:2: warning: control may reach end of non-void function [-Wreturn-type]
  201. }
  202. ^
  203. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:524:2: warning: control may reach end of non-void function [-Wreturn-type]
  204. }
  205. ^
  206. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:529:2: warning: control may reach end of non-void function [-Wreturn-type]
  207. }
  208. ^
  209. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:535:2: warning: control may reach end of non-void function [-Wreturn-type]
  210. }
  211. ^
  212. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayerobjects.h:713:93: warning: control reaches end of non-void function [-Wreturn-type]
  213. inline int DeleteObject(const CSubPath& SubPath) { m_Object.remove_index(SubPath.GetId()); }
  214. ^
  215. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  216. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  217. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  218. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:63:
  219. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:254:3: warning: control may reach end of non-void function [-Wreturn-type]
  220. }
  221. ^
  222. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:411:94: warning: control reaches end of non-void function [-Wreturn-type]
  223. inline int DeleteSprite(const CSubPath& SubPath) { m_Sprite.remove_index(SubPath.GetId()); }
  224. ^
  225. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:486:2: warning: control may reach end of non-void function [-Wreturn-type]
  226. }
  227. ^
  228. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:506:2: warning: control may reach end of non-void function [-Wreturn-type]
  229. }
  230. ^
  231. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:511:2: warning: control may reach end of non-void function [-Wreturn-type]
  232. }
  233. ^
  234. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:517:2: warning: control may reach end of non-void function [-Wreturn-type]
  235. }
  236. ^
  237. /Users/john/Desktop/teeuniverse/src/generated/assets/material.h:714:91: warning: control reaches end of non-void function [-Wreturn-type]
  238. inline int DeleteLayer(const CSubPath& SubPath) { m_Layer.remove_index(SubPath.GetId()); }
  239. ^
  240. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  241. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  242. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  243. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:48:
  244. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/image.h:36:
  245. /Users/john/Desktop/teeuniverse/src/shared/tl/array2d.h:147:2: warning: control reaches end of non-void function [-Wreturn-type]
  246. }
  247. ^
  248. /Users/john/Desktop/teeuniverse/src/generated/assets/image.h:173:69: note: in instantiation of member function 'array2d<unsigned char, allocator_default<unsigned char>
  249. >::set_clamp' requested here
  250. inline void SetData(const CSubPath& SubPath, uint8 Value) { m_Data.set_clamp(SubPath.GetId(), SubPath.GetId2(), Value); }
  251. ^
  252. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  253. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  254. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  255. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:48:
  256. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/image.h:36:
  257. /Users/john/Desktop/teeuniverse/src/shared/tl/array2d.h:147:2: warning: control reaches end of non-void function [-Wreturn-type]
  258. }
  259. ^
  260. /Users/john/Desktop/teeuniverse/src/generated/assets/maplayertiles.h:211:98: note: in instantiation of member function 'array2d<CAsset_MapLayerTiles::CTile,
  261. allocator_copy<CAsset_MapLayerTiles::CTile> >::set_clamp' requested here
  262. inline void SetTile(const CSubPath& SubPath, const CAsset_MapLayerTiles::CTile& Value) { m_Tile.set_clamp(SubPath.GetId(), SubPath.GetId2(), Value); }
  263. ^
  264. In file included from /Users/john/Desktop/teeuniverse/src/shared/kernel.cpp:26:
  265. In file included from /Users/john/Desktop/teeuniverse/src/shared/components/assetsmanager.h:25:
  266. In file included from /Users/john/Desktop/teeuniverse/src/shared/assets/assetspackage.h:22:
  267. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/allassets.h:48:
  268. In file included from /Users/john/Desktop/teeuniverse/src/generated/assets/image.h:36:
  269. /Users/john/Desktop/teeuniverse/src/shared/tl/array2d.h:147:2: warning: control reaches end of non-void function [-Wreturn-type]
  270. }
  271. ^
  272. /Users/john/Desktop/teeuniverse/src/generated/assets/mapzonetiles.h:182:97: note: in instantiation of member function 'array2d<CAsset_MapZoneTiles::CTile,
  273. allocator_copy<CAsset_MapZoneTiles::CTile> >::set_clamp' requested here
  274. inline void SetTile(const CSubPath& SubPath, const CAsset_MapZoneTiles::CTile& Value) { m_Tile.set_clamp(SubPath.GetId(), SubPath.GetId2(), Value); }
  275. ^
  276. 60 warnings generated.
  277. [ 9%] Building CXX object CMakeFiles/teeuniverse_shared.dir/src/shared/system/debug.cpp.o
  278. In file included from /Users/john/Desktop/teeuniverse/src/shared/system/debug.cpp:48:
  279. In file included from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20:
  280. In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:23:
  281. In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20:
  282. In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:159:
  283. /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/fp.h:1191:23: error: redeclaration of 'pi' with a different type:
  284. 'const double_t' (aka 'const double') vs 'const float'
  285. extern const double_t pi __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
  286. ^
  287. /Users/john/Desktop/teeuniverse/src/shared/math/math.h:116:13: note: previous definition is here
  288. const float pi = 3.1415926535897932384626433f;
  289. ^
  290. 1 error generated.
  291. make[2]: *** [CMakeFiles/teeuniverse_shared.dir/src/shared/system/debug.cpp.o] Error 1
  292. make[1]: *** [CMakeFiles/teeuniverse_shared.dir/all] Error 2
  293. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement