Guest User

Untitled

a guest
Apr 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1. [ 18%] Building CXX object rts/lib/assimp/code/CMakeFiles/assimp.dir/ImporterRegistry.cpp.o
  2. clang: warning: argument unused during compilation: '-mfpmath=sse'
  3. clang: warning: argument unused during compilation: '-frounding-math'
  4. clang: warning: argument unused during compilation: '-mieee-fp'
  5. clang: warning: argument unused during compilation: '-c'
  6. clang: warning: argument unused during compilation: '-D SYNCCHECK'
  7. clang: warning: argument unused during compilation: '-D SPRING_DATADIR="/usr/local/share/games/spring"'
  8. clang: warning: argument unused during compilation: '-D STREFLOP_SSE'
  9. clang: warning: argument unused during compilation: '-D ASSIMP_BUILD_DLL_EXPORT'
  10. clang: warning: argument unused during compilation: '-mfpmath=sse'
  11. clang: warning: argument unused during compilation: '-frounding-math'
  12. clang: warning: argument unused during compilation: '-mieee-fp'
  13. clang: warning: argument unused during compilation: '-D NDEBUG'
  14. clang: warning: argument unused during compilation: '-I /home/kosh/projekte/spring/engine_git/rts'
  15. clang: warning: argument unused during compilation: '-I /home/kosh/projekte/spring/engine_git/rts/lib/assimp/include'
  16. clang: warning: argument unused during compilation: '-I /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/../contrib/unzip'
  17. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  18. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:110:
  19. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ACLoader.h:160:15: error: reference to 'Surface' is ambiguous
  20. std::vector<Surface> surfaces;
  21. ^
  22. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  23. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:62:
  24. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD3Loader.h:52:
  25. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD3FileData.h:164:8: note: candidate found by name lookup is 'Assimp::MD3::Surface'
  26. struct Surface
  27. ^
  28. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  29. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:86:
  30. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MDCLoader.h:50:
  31. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MDCFileData.h:101:8: note: candidate found by name lookup is 'Assimp::MDC::Surface'
  32. struct Surface
  33. ^
  34. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  35. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:95:
  36. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/LWOLoader.h:48:
  37. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/LWOFileData.h:544:8: note: candidate found by name lookup is 'Assimp::LWO::Surface'
  38. struct Surface
  39. ^
  40. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  41. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:122:
  42. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/Q3DLoader.h:123:15: error: reference to 'Face' is ambiguous
  43. std::vector<Face> faces;
  44. ^
  45. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  46. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:59:
  47. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/3DSLoader.h:53:
  48. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/3DSHelper.h:313:8: note: candidate found by name lookup is 'Assimp::D3DS::Face'
  49. struct Face : public FaceWithSmoothingGroup
  50. ^
  51. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  52. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:71:
  53. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/PlyLoader.h:53:
  54. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/PlyParser.h:452:7: note: candidate found by name lookup is 'Assimp::PLY::Face'
  55. class Face
  56. ^
  57. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  58. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:95:
  59. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/LWOLoader.h:48:
  60. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/LWOFileData.h:262:8: note: candidate found by name lookup is 'Assimp::LWO::Face'
  61. struct Face : public aiFace
  62. ^
  63. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  64. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:125:
  65. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/B3DImporter.h:116:14: error: reference to 'Vertex' is ambiguous
  66. std::vector<Vertex> _vertices;
  67. ^
  68. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  69. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:62:
  70. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD3Loader.h:52:
  71. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD3FileData.h:240:8: note: candidate found by name lookup is 'Assimp::MD3::Vertex'
  72. struct Vertex
  73. ^
  74. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  75. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:65:
  76. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MDLLoader.h:53:
  77. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MDLFileData.h:590:8: note: candidate found by name lookup is 'Assimp::MDL::Vertex'
  78. struct Vertex
  79. ^
  80. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  81. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:68:
  82. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD2Loader.h:52:
  83. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD2FileData.h:115:8: note: candidate found by name lookup is 'Assimp::MD2::Vertex'
  84. struct Vertex
  85. ^
  86. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  87. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:158:
  88. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/NDOLoader.h:89:15: error: reference to 'Face' is ambiguous
  89. std::vector<Face> faces;
  90. ^
  91. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  92. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:59:
  93. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/3DSLoader.h:53:
  94. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/3DSHelper.h:313:8: note: candidate found by name lookup is 'Assimp::D3DS::Face'
  95. struct Face : public FaceWithSmoothingGroup
  96. ^
  97. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  98. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:71:
  99. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/PlyLoader.h:53:
  100. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/PlyParser.h:452:7: note: candidate found by name lookup is 'Assimp::PLY::Face'
  101. class Face
  102. ^
  103. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  104. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:95:
  105. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/LWOLoader.h:48:
  106. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/LWOFileData.h:262:8: note: candidate found by name lookup is 'Assimp::LWO::Face'
  107. struct Face : public aiFace
  108. ^
  109. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  110. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:158:
  111. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/NDOLoader.h:90:15: error: reference to 'Vertex' is ambiguous
  112. std::vector<Vertex> vertices;
  113. ^
  114. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  115. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:62:
  116. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD3Loader.h:52:
  117. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD3FileData.h:240:8: note: candidate found by name lookup is 'Assimp::MD3::Vertex'
  118. struct Vertex
  119. ^
  120. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  121. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:65:
  122. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MDLLoader.h:53:
  123. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MDLFileData.h:590:8: note: candidate found by name lookup is 'Assimp::MDL::Vertex'
  124. struct Vertex
  125. ^
  126. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:1:
  127. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/ImporterRegistry.cpp:68:
  128. In file included from /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD2Loader.h:52:
  129. /home/kosh/projekte/spring/engine_git/rts/lib/assimp/code/MD2FileData.h:115:8: note: candidate found by name lookup is 'Assimp::MD2::Vertex'
  130. struct Vertex
  131. ^
  132. 5 errors generated.
  133. make[3]: *** [rts/lib/assimp/code/CMakeFiles/assimp.dir/ImporterRegistry.cpp.o] Error 1
  134. make[2]: *** [rts/lib/assimp/code/CMakeFiles/assimp.dir/all] Error 2
  135. make[1]: *** [rts/builds/default/CMakeFiles/engine-default.dir/rule] Error 2
  136. make: *** [engine-default] Error 2
Add Comment
Please, Sign In to add comment