Advertisement
Guest User

Untitled

a guest
Oct 14th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.90 KB | None | 0 0
  1. folik@ubuntu:~/TrinityCore/build$ make -j 2
  2. [ 2%] Built target jemalloc
  3. [ 2%] Built target Detour
  4. [ 7%] Built target g3dlib
  5. [ 7%] [ 8%] Built target gsoap
  6. Built target Recast
  7. [ 9%] Built target sharedPCH.cpp_dephelp
  8. [ 9%] Built target gamePCH.cpp_dephelp
  9. [ 9%] Built target collisionPCH.cpp_dephelp
  10. [ 9%] Built target authPCH.cpp_dephelp
  11. [ 9%] Built target ScriptPCH.cpp_dephelp
  12. [ 9%] Built target worldPCH.cpp_dephelp
  13. [ 9%] Built target generate_sharedPCH.cpp
  14. [ 9%] Built target generate_gamePCH.cpp
  15. [ 9%] Built target generate_collisionPCH.cpp
  16. [ 10%] Built target generate_authPCH.cpp
  17. [ 10%] Built target generate_ScriptPCH.cpp
  18. [ 11%] Built target generate_worldPCH.cpp
  19. [ 11%] Built target revision.h
  20. [ 11%] Building CXX object src/server/shared/CMakeFiles/shared.dir/Utilities/Util.cpp.o
  21. In file included from /home/folik/TrinityCore/dep/SFMT/SFMT.h:39:0,
  22. from /home/folik/TrinityCore/src/server/shared/Utilities/Util.cpp:22:
  23. /usr/lib/gcc/i686-linux-gnu/4.7/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
  24. In file included from /home/folik/TrinityCore/src/server/shared/Utilities/Util.cpp:22:0:
  25. /home/folik/TrinityCore/dep/SFMT/SFMT.h:138:15: error: ‘__m128i’ does not name a type
  26. /home/folik/TrinityCore/dep/SFMT/SFMT.h:350:5: error: ‘__m128i’ does not name a type
  27. /home/folik/TrinityCore/dep/SFMT/SFMT.h:351:5: error: ‘__m128i’ does not name a type
  28. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In member function ‘void SFMTRand::RandomInit(int)’:
  29. /home/folik/TrinityCore/dep/SFMT/SFMT.h:172:21: error: ‘state’ was not declared in this scope
  30. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In member function ‘double SFMTRand::Random()’:
  31. /home/folik/TrinityCore/dep/SFMT/SFMT.h:229:46: error: ‘state’ was not declared in this scope
  32. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In member function ‘uint32_t SFMTRand::BRandom()’:
  33. /home/folik/TrinityCore/dep/SFMT/SFMT.h:243:25: error: ‘state’ was not declared in this scope
  34. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In member function ‘void SFMTRand::Init2()’:
  35. /home/folik/TrinityCore/dep/SFMT/SFMT.h:254:9: error: ‘mask’ was not declared in this scope
  36. /home/folik/TrinityCore/dep/SFMT/SFMT.h:254:33: error: ‘__m128i’ was not declared in this scope
  37. /home/folik/TrinityCore/dep/SFMT/SFMT.h:254:41: error: expected primary-expression before ‘)’ token
  38. /home/folik/TrinityCore/dep/SFMT/SFMT.h:254:50: error: ‘_mm_loadu_si128’ was not declared in this scope
  39. /home/folik/TrinityCore/dep/SFMT/SFMT.h:263:48: error: ‘state’ was not declared in this scope
  40. /home/folik/TrinityCore/dep/SFMT/SFMT.h:274:41: error: ‘state’ was not declared in this scope
  41. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In member function ‘void SFMTRand::Generate()’:
  42. /home/folik/TrinityCore/dep/SFMT/SFMT.h:291:9: error: ‘__m128i’ was not declared in this scope
  43. /home/folik/TrinityCore/dep/SFMT/SFMT.h:291:17: error: expected ‘;’ before ‘r’
  44. /home/folik/TrinityCore/dep/SFMT/SFMT.h:293:9: error: ‘r1’ was not declared in this scope
  45. /home/folik/TrinityCore/dep/SFMT/SFMT.h:293:14: error: ‘state’ was not declared in this scope
  46. /home/folik/TrinityCore/dep/SFMT/SFMT.h:294:9: error: ‘r2’ was not declared in this scope
  47. /home/folik/TrinityCore/dep/SFMT/SFMT.h:296:13: error: ‘r’ was not declared in this scope
  48. /home/folik/TrinityCore/dep/SFMT/SFMT.h:296:69: error: ‘mask’ was not declared in this scope
  49. /home/folik/TrinityCore/dep/SFMT/SFMT.h:296:73: error: ‘sfmt_recursion’ was not declared in this scope
  50. /home/folik/TrinityCore/dep/SFMT/SFMT.h:302:13: error: ‘r’ was not declared in this scope
  51. /home/folik/TrinityCore/dep/SFMT/SFMT.h:302:78: error: ‘mask’ was not declared in this scope
  52. /home/folik/TrinityCore/dep/SFMT/SFMT.h:302:82: error: ‘sfmt_recursion’ was not declared in this scope
  53. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void* SFMTRand::operator new(size_t, const std::nothrow_t&)’:
  54. /home/folik/TrinityCore/dep/SFMT/SFMT.h:312:35: error: ‘_mm_malloc’ was not declared in this scope
  55. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void SFMTRand::operator delete(void*, const std::nothrow_t&)’:
  56. /home/folik/TrinityCore/dep/SFMT/SFMT.h:317:21: error: ‘_mm_free’ was not declared in this scope
  57. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void* SFMTRand::operator new(size_t)’:
  58. /home/folik/TrinityCore/dep/SFMT/SFMT.h:322:35: error: ‘_mm_malloc’ was not declared in this scope
  59. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void SFMTRand::operator delete(void*)’:
  60. /home/folik/TrinityCore/dep/SFMT/SFMT.h:327:21: error: ‘_mm_free’ was not declared in this scope
  61. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void* SFMTRand::operator new [](size_t, const std::nothrow_t&)’:
  62. /home/folik/TrinityCore/dep/SFMT/SFMT.h:332:35: error: ‘_mm_malloc’ was not declared in this scope
  63. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void SFMTRand::operator delete [](void*, const std::nothrow_t&)’:
  64. /home/folik/TrinityCore/dep/SFMT/SFMT.h:337:21: error: ‘_mm_free’ was not declared in this scope
  65. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void* SFMTRand::operator new [](size_t)’:
  66. /home/folik/TrinityCore/dep/SFMT/SFMT.h:342:35: error: ‘_mm_malloc’ was not declared in this scope
  67. /home/folik/TrinityCore/dep/SFMT/SFMT.h: In static member function ‘static void SFMTRand::operator delete [](void*)’:
  68. /home/folik/TrinityCore/dep/SFMT/SFMT.h:347:21: error: ‘_mm_free’ was not declared in this scope
  69. make[2]: *** [src/server/shared/CMakeFiles/shared.dir/Utilities/Util.cpp.o] Error 1
  70. make[1]: *** [src/server/shared/CMakeFiles/shared.dir/all] Error 2
  71. make[1]: *** Waiting for unfinished jobs....
  72. [ 30%] Built target game
  73. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement