Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. [ 50%] Building CXX object CMakeFiles/supertuxkart.dir/src/graphics/sp/sp_shader_manager.cpp.o
  2. In file included from /Users/tobiasmarkus/workspace/supertuxkart/stk-code/src/graphics/sp/sp_shader_manager.cpp:22:
  3. In file included from /Users/tobiasmarkus/workspace/supertuxkart/stk-code/src/graphics/sp/sp_base.hpp:21:
  4. In file included from /Users/tobiasmarkus/workspace/supertuxkart/stk-code/src/graphics/gl_headers.hpp:34:
  5. /System/Library/Frameworks/OpenGL.framework/Headers/gl3.h:15:2: warning: gl.h and gl3.h are both included. Compiler will not invoke errors if using removed OpenGL
  6. functionality. [-W#warnings]
  7. #warning gl.h and gl3.h are both included. Compiler will not invoke errors if using removed OpenGL functionality.
  8. ^
  9. In file included from /Users/tobiasmarkus/workspace/supertuxkart/stk-code/src/graphics/sp/sp_shader_manager.cpp:18:
  10. In file included from /Users/tobiasmarkus/workspace/supertuxkart/stk-code/src/graphics/sp/sp_shader_manager.hpp:25:
  11. /Library/Developer/CommandLineTools/usr/include/c++/v1/unordered_map:614:14: error: object of type 'std::__1::pair<std::__1::basic_string<char>, const std::type_info
  12. &>' cannot be assigned because its copy assignment operator is implicitly deleted
  13. __nc = _VSTD::forward<_ValueTp>(__v); return *this;
  14. ^
  15. /Library/Developer/CommandLineTools/usr/include/c++/v1/__hash_table:1654:47: note: in instantiation of function template specialization
  16. 'std::__1::__hash_value_type<std::__1::basic_string<char>, const std::type_info &>::operator=<const std::__1::pair<const std::__1::basic_string<char>, const
  17. std::type_info &> &, void>' requested here
  18. __cache->__upcast()->__value_ = *__first;
  19. ^
  20. /Library/Developer/CommandLineTools/usr/include/c++/v1/unordered_map:1385:14: note: in instantiation of function template specialization
  21. 'std::__1::__hash_table<std::__1::__hash_value_type<std::__1::basic_string<char>, const std::type_info &>,
  22. std::__1::__unordered_map_hasher<std::__1::basic_string<char>, std::__1::__hash_value_type<std::__1::basic_string<char>, const std::type_info &>,
  23. std::__1::hash<std::__1::basic_string<char> >, true>, std::__1::__unordered_map_equal<std::__1::basic_string<char>,
  24. std::__1::__hash_value_type<std::__1::basic_string<char>, const std::type_info &>, std::__1::equal_to<std::__1::basic_string<char> >, true>,
  25. std::__1::allocator<std::__1::__hash_value_type<std::__1::basic_string<char>, const std::type_info &> > >::__assign_unique<const std::__1::pair<const
  26. std::__1::basic_string<char>, const std::type_info &> *>' requested here
  27. __table_.__assign_unique(__il.begin(), __il.end());
  28. ^
  29. /Users/tobiasmarkus/workspace/supertuxkart/stk-code/src/graphics/sp/sp_shader_manager.cpp:40:22: note: in instantiation of member function
  30. 'std::__1::unordered_map<std::__1::basic_string<char>, const std::type_info &, std::__1::hash<std::__1::basic_string<char> >,
  31. std::__1::equal_to<std::__1::basic_string<char> >, std::__1::allocator<std::__1::pair<const std::__1::basic_string<char>, const std::type_info &> > >::operator='
  32. requested here
  33. m_official_types =
  34. ^
  35. /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:322:5: note: copy assignment operator is implicitly deleted because 'pair<std::__1::basic_string<char>,
  36. const std::type_info &>' has a user-declared move constructor
  37. pair(pair&&) = default;
  38. ^
  39. 1 warning and 1 error generated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement