Advertisement
historic_bruno

Untitled

Jan 17th, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. In file included from ../../../source/network/NetClient.cpp:1:
  2. In file included from /Users/Ben/0ad/build/workspaces/gcc/../../../source/pch/network/precompiled.h:19:
  3. In file included from /Users/Ben/0ad/build/workspaces/gcc/../../../source/lib/precompiled.h:76:
  4. In file included from /Users/Ben/0ad/build/workspaces/gcc/../../../source/lib/pch/pch_boost.h:35:
  5. In file included from /Users/Ben/0ad/build/workspaces/gcc/../../../libraries/osx/boost/include/boost/filesystem.hpp:17:
  6. In file included from /Users/Ben/0ad/build/workspaces/gcc/../../../libraries/osx/boost/include/boost/filesystem/operations.hpp:42:
  7. In file included from /usr/include/c++/4.2.1/stack:68:
  8. In file included from /usr/include/c++/4.2.1/deque:72:
  9. /usr/include/c++/4.2.1/bits/deque.tcc:307:18: error: no matching constructor for
  10. initialization of 'value_type' (aka 'JS::Heap<JS::Value>')
  11. value_type __t_copy = __t;
  12. ^ ~~~
  13. /usr/include/c++/4.2.1/bits/stl_deque.h:1062:4: note: in instantiation of member
  14. function 'std::deque<JS::Heap<JS::Value>,
  15. std::allocator<JS::Heap<JS::Value> > >::_M_push_back_aux' requested here
  16. _M_push_back_aux(__x);
  17. ^
  18. ../../../source/network/NetClient.cpp:195:20: note: in instantiation of member
  19. function 'std::deque<JS::Heap<JS::Value>,
  20. std::allocator<JS::Heap<JS::Value> > >::push_back' requested here
  21. m_GuiMessageQueue.push_back(JS::Heap<JS::Value>(message));
  22. ^
  23. ../../../libraries/source/spidermonkey/include-unix-release/js/RootingAPI.h:193:5: note:
  24. candidate constructor not viable: requires 0 arguments, but 1 was provided
  25. Heap() {
  26. ^
  27. 1 error generated.
  28. make[1]: *** [obj/network_Release/NetClient.o] Error 1
  29. make: *** [network] Error 2
  30. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement