Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 2.82 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. In file included from /usr/include/c++/4.6/memory:66:0,
  2.                  from /home/ines/dev/hexit/hexit/sound/notation_pitch.hpp:11,
  3.                  from /home/ines/dev/hexit/hexit/sound/notation.hpp:10,
  4.                  from /home/ines/dev/hexit/hexit/sound/player.hpp:12,
  5.                  from /home/ines/dev/hexit/hexit/sound/sndgraph.cpp:10:
  6. /usr/include/c++/4.6/bits/stl_construct.h: In function ‘void std::_Construct(_T1*, _Args&& ...) [with _T1 = sgr::units::tone, _Args = {}]’:
  7. /usr/include/c++/4.6/bits/stl_uninitialized.h:481:3:   instantiated from ‘static void std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = sgr::units::tone*, _Size = unsigned int, bool _TrivialValueType = false]’
  8. /usr/include/c++/4.6/bits/stl_uninitialized.h:529:7:   instantiated from ‘void std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = sgr::units::tone*, _Size = unsigned int]’
  9. /usr/include/c++/4.6/bits/stl_uninitialized.h:589:7:   instantiated from ‘void std::__uninitialized_default_n_a(_ForwardIterator, _Size, std::allocator<_Tp>&) [with _ForwardIterator = sgr::units::tone*, _Size = unsigned int, _Tp = sgr::units::tone]’
  10. /usr/include/c++/4.6/bits/stl_vector.h:1134:2:   instantiated from ‘void std::vector<_Tp, _Alloc>::_M_default_initialize(std::vector<_Tp, _Alloc>::size_type) [with _Tp = sgr::units::tone, _Alloc = std::allocator<sgr::units::tone>, std::vector<_Tp, _Alloc>::size_type = unsigned int]’
  11. /usr/include/c++/4.6/bits/stl_vector.h:239:9:   instantiated from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type) [with _Tp = sgr::units::tone, _Alloc = std::allocator<sgr::units::tone>, std::vector<_Tp, _Alloc>::size_type = unsigned int]’
  12. /home/ines/dev/hexit/hexit/sound/sndgraph.cpp:106:36:   instantiated from here
  13. /usr/include/c++/4.6/bits/stl_construct.h:76:7: error: no matching function for call to ‘sgr::units::tone::tone()’
  14. /usr/include/c++/4.6/bits/stl_construct.h:76:7: note: candidates are:
  15. /home/ines/dev/hexit/hexit/sound/units.hpp:160:24: note: constexpr sgr::units::tone::tone(sgr::units::scalar)
  16. /home/ines/dev/hexit/hexit/sound/units.hpp:160:24: note:   candidate expects 1 argument, 0 provided
  17. /home/ines/dev/hexit/hexit/sound/units.hpp:157:8: note: constexpr sgr::units::tone::tone(const sgr::units::tone&)
  18. /home/ines/dev/hexit/hexit/sound/units.hpp:157:8: note:   candidate expects 1 argument, 0 provided
  19. /home/ines/dev/hexit/hexit/sound/units.hpp:157:8: note: constexpr sgr::units::tone::tone(sgr::units::tone&&)
  20. /home/ines/dev/hexit/hexit/sound/units.hpp:157:8: note:   candidate expects 1 argument, 0 provided
  21. make[3]: *** [CMakeFiles/sndgraph.dir/sound/sndgraph.cpp.o] Error 1
  22. make[2]: *** [CMakeFiles/sndgraph.dir/all] Error 2
  23. make[1]: *** [CMakeFiles/sndgraph.dir/rule] Error 2