shadowm

Untitled

Dec 30th, 2012
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.60 KB | None | 0 0
  1. /usr/bin/ccache g++ -o build/release/tests/test_whiteboard_side_actions.o -c -std=c++98 -pipe -march=native -Winit-self -Wmissing-declarations -Wlogical-op -Wmissing-format-attribute -Wnon-virtual-dtor -Wctor-dtor-privacy -Wmissing-field-initializers -Wredundant-decls -Wunused-parameter -pthread -W -Wall -Werror -Wno-unused-local-typedefs -O2 -O3 -fweb -ftracer -D_GNU_SOURCE=1 -D_REENTRANT -DHAVE_LIBDBUS -DHAVE_CONFIG_H -D_X11 -DBOOST_TEST_DYN_LINK -I. -Isrc -I/usr/include -I/usr/include/SDL -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/fribidi src/tests/test_whiteboard_side_actions.cpp
  2. src/tests/test_whiteboard_side_actions.cpp:28:22: error: reference to ‘action’ is ambiguous
  3. In file included from src/unit.hpp:23:0,
  4. from src/team.hpp:21,
  5. from src/display.hpp:45,
  6. from src/game_display.hpp:29,
  7. from src/whiteboard/typedefs.hpp:41,
  8. from src/whiteboard/action.hpp:23,
  9. from src/tests/test_whiteboard_side_actions.cpp:18:
  10. src/resources.hpp:32:18: error: candidates are: namespace action { }
  11. In file included from src/tests/test_whiteboard_side_actions.cpp:18:0:
  12. src/whiteboard/action.hpp:32:7: error: class wb::action
  13. src/tests/test_whiteboard_side_actions.cpp:43:2: error: ‘error’ does not name a type
  14. src/tests/test_whiteboard_side_actions.cpp: In constructor ‘dummy_action::dummy_action(size_t, bool, int)’:
  15. src/tests/test_whiteboard_side_actions.cpp:29:56: error: class ‘dummy_action’ does not have any field named ‘action’
  16. src/tests/test_whiteboard_side_actions.cpp: In member function ‘boost::shared_ptr<dummy_action> dummy_action::shared_from_this()’:
  17. src/tests/test_whiteboard_side_actions.cpp:35:103: error: ‘shared_from_this’ is not a member of ‘action’
  18. src/tests/test_whiteboard_side_actions.cpp: In member function ‘void whiteboard_side_actions_container::test_insertion::test_method()’:
  19. src/tests/test_whiteboard_side_actions.cpp:58:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  20. src/tests/test_whiteboard_side_actions.cpp:58:19: note: candidate is:
  21. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  22. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  23. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  24. src/tests/test_whiteboard_side_actions.cpp:59:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  25. src/tests/test_whiteboard_side_actions.cpp:59:19: note: candidate is:
  26. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  27. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  28. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  29. src/tests/test_whiteboard_side_actions.cpp:60:30: error: no matching function for call to ‘wb::side_actions_container::insert(wb::side_actions_container::iterator, boost::shared_ptr<dummy_action>&)’
  30. src/tests/test_whiteboard_side_actions.cpp:60:30: note: candidate is:
  31. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  32. src/whiteboard/side_actions.hpp:97:11: note: wb::side_actions_container::iterator wb::side_actions_container::insert(wb::side_actions_container::iterator, wb::action_ptr)
  33. src/whiteboard/side_actions.hpp:97:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  34. src/tests/test_whiteboard_side_actions.cpp:77:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  35. src/tests/test_whiteboard_side_actions.cpp:77:19: note: candidate is:
  36. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  37. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  38. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  39. src/tests/test_whiteboard_side_actions.cpp:78:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  40. src/tests/test_whiteboard_side_actions.cpp:78:19: note: candidate is:
  41. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  42. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  43. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  44. src/tests/test_whiteboard_side_actions.cpp:79:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  45. src/tests/test_whiteboard_side_actions.cpp:79:19: note: candidate is:
  46. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  47. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  48. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  49. src/tests/test_whiteboard_side_actions.cpp:80:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  50. src/tests/test_whiteboard_side_actions.cpp:80:19: note: candidate is:
  51. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  52. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  53. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  54. src/tests/test_whiteboard_side_actions.cpp:81:38: error: no matching function for call to ‘wb::side_actions_container::insert(boost::multi_index::detail::rnd_node_iterator<boost::multi_index::detail::random_access_index_node<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::index_node_base<boost::shared_ptr<wb::action>, std::allocator<boost::shared_ptr<wb::action> > > > > > >, boost::shared_ptr<dummy_action>&)’
  55. src/tests/test_whiteboard_side_actions.cpp:81:38: note: candidate is:
  56. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  57. src/whiteboard/side_actions.hpp:97:11: note: wb::side_actions_container::iterator wb::side_actions_container::insert(wb::side_actions_container::iterator, wb::action_ptr)
  58. src/whiteboard/side_actions.hpp:97:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  59. src/tests/test_whiteboard_side_actions.cpp: In member function ‘void whiteboard_side_actions_container::test_removal::test_method()’:
  60. src/tests/test_whiteboard_side_actions.cpp:114:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  61. src/tests/test_whiteboard_side_actions.cpp:114:19: note: candidate is:
  62. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  63. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  64. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  65. src/tests/test_whiteboard_side_actions.cpp:115:49: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  66. src/tests/test_whiteboard_side_actions.cpp:115:49: note: candidate is:
  67. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  68. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  69. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  70. src/tests/test_whiteboard_side_actions.cpp:116:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  71. src/tests/test_whiteboard_side_actions.cpp:116:19: note: candidate is:
  72. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  73. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  74. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  75. src/tests/test_whiteboard_side_actions.cpp:117:49: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  76. src/tests/test_whiteboard_side_actions.cpp:117:49: note: candidate is:
  77. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  78. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  79. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  80. src/tests/test_whiteboard_side_actions.cpp:118:19: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  81. src/tests/test_whiteboard_side_actions.cpp:118:19: note: candidate is:
  82. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  83. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  84. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  85. src/tests/test_whiteboard_side_actions.cpp:119:49: error: no matching function for call to ‘wb::side_actions_container::queue(int, boost::shared_ptr<dummy_action>&)’
  86. src/tests/test_whiteboard_side_actions.cpp:119:49: note: candidate is:
  87. In file included from src/tests/test_whiteboard_side_actions.cpp:19:0:
  88. src/whiteboard/side_actions.hpp:104:11: note: wb::side_actions_container::iterator wb::side_actions_container::queue(size_t, wb::action_ptr)
  89. src/whiteboard/side_actions.hpp:104:11: note: no known conversion for argument 2 from ‘boost::shared_ptr<dummy_action>’ to ‘wb::action_ptr {aka boost::shared_ptr<wb::action>}’
  90. scons: *** [build/release/tests/test_whiteboard_side_actions.o] Error 1
  91. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment