Guest User

Mozart

a guest
Aug 8th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.70 KB | None | 0 0
  1. [ 58%] Building CXX object vm/main/CMakeFiles/mozartvm.dir/emulate.cc.o
  2. In file included from /home/farhat/work/mozart2/vm/main/mozartcore-decl.hh:44:0,
  3.                  from /home/farhat/work/mozart2/vm/main/mozartcore.hh:28,
  4.                  from /home/farhat/work/mozart2/vm/main/mozart.hh:28,
  5.                  from /home/farhat/work/mozart2/vm/main/emulate.cc:25:
  6. /home/farhat/work/mozart2/vm/main/lstring-decl.hh: In constructor ‘mozart::mut::LString<C>::LString(mozart::VM, const mozart::mut::LString<C>&) [with C = unsigned char, mozart::VM = mozart::VirtualMachine*]:
  7. /home/farhat/work/mozart2/vm/main/bytestring.hh:44:28:   instantiated from here
  8. /home/farhat/work/mozart2/vm/main/lstring-decl.hh:158:62: error: type ‘mozart::mut::LString<unsigned char>’ is not a direct base of ‘mozart::mut::LString<unsigned char>
  9. /home/farhat/work/mozart2/vm/main/lstring-decl.hh: In constructor ‘mozart::mut::LString<C>::LString(mozart::VM, const mozart::mut::LString<C>&) [with C = char16_t, mozart::VM = mozart::VirtualMachine*]:
  10. /home/farhat/work/mozart2/vm/main/string.hh:44:30:   instantiated from here
  11. /home/farhat/work/mozart2/vm/main/lstring-decl.hh:158:62: error: type ‘mozart::mut::LString<char16_t>’ is not a direct base of ‘mozart::mut::LString<char16_t>
  12. In file included from /home/farhat/work/mozart2/vm/main/mozart.hh:39:0,
  13.                  from /home/farhat/work/mozart2/vm/main/emulate.cc:25:
  14. /home/farhat/work/mozart2/vm/main/lstring.hh: In constructor ‘mozart::ContainedLString<T>::ContainedLString(mozart::ContainedLString<T>&&) [with T = std::vector<char16_t>, mozart::ContainedLString<T> = mozart::ContainedLString<std::vector<char16_t> >]:
  15. /home/farhat/work/mozart2/vm/main/builtins.hh:42:42:   instantiated from here
  16. /home/farhat/work/mozart2/vm/main/lstring.hh:150:51: error: type ‘mozart::ContainedLString<std::vector<char16_t> >’ is not a direct base of ‘mozart::ContainedLString<std::vector<char16_t> >
  17. /home/farhat/work/mozart2/vm/main/lstring.hh: In constructor ‘mozart::ContainedLString<T>::ContainedLString(mozart::ContainedLString<T>&&) [with T = std::vector<char, std::allocator<char> >, mozart::ContainedLString<T> = mozart::ContainedLString<std::vector<char, std::allocator<char> > >]:
  18. /home/farhat/work/mozart2/vm/main/modules/modvirtualstring.hh:94:38:   instantiated from here
  19. /home/farhat/work/mozart2/vm/main/lstring.hh:150:51: error: type ‘mozart::ContainedLString<std::vector<char, std::allocator<char> > >’ is not a direct base of ‘mozart::ContainedLString<std::vector<char, std::allocator<char> > >
  20. make[2]: *** [vm/main/CMakeFiles/mozartvm.dir/emulate.cc.o] Error 1
  21. make[1]: *** [vm/main/CMakeFiles/mozartvm.dir/all] Error 2
  22. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment