Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.06 KB | None | 0 0
  1. mv -f .deps/mayu-vkeytable.Tpo .deps/mayu-vkeytable.Po
  2. g++ -DHAVE_CONFIG_H -I.   -DVERSION=""""0.12.1"""" -DLOGNAME=""""yuhei"""" -DCOMPUTERNAME="""""""" -DPKGDATADIR="\"/usr/share/mayu\"" -I/usr/include  -Wall -O2 -DNDEBUG -MT mayu-mayu.o -MD -MP -MF .deps/mayu-mayu.Tpo -c -o mayu-mayu.o `test -f 'mayu.cpp' || echo './'`mayu.cpp
  3. mayu.cpp: コンストラクタ ‘Mayu::Mayu()’ 内:
  4. mayu.cpp:90:11: 警告: ‘Mayu::m_setting’ will be initialized after [-Wreorder]
  5. mayu.cpp:85:9: 警告:   ‘Engine Mayu::m_engine’ [-Wreorder]
  6. mayu.cpp:707:2: 警告:   when initialized here [-Wreorder]
  7. In file included from engine.h:10:0,
  8.                  from mayu.cpp:15:
  9. msgstream.h: In instantiation of ‘basic_msgbuf<T, SIZE, TR, A>::basic_msgbuf(int) [with T = char; long unsigned int SIZE = 1024ul; TR = std::char_traits<char>; A = std::allocator<char>]’:
  10. msgstream.h:280:13:   required from ‘basic_omsgstream<T, SIZE, TR, A>::basic_omsgstream() [with T = char; long unsigned int SIZE = 1024ul; TR = std::char_traits<char>; A = std::allocator<char>]
  11. mayu.cpp:721:17:   required from here
  12. msgstream.h:86:5: エラー: ‘setp’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  13. msgstream.h:86:5: 備考: declarations in dependent base ‘std::basic_streambuf<char>’ are not found by unqualified lookup
  14. msgstream.h:86:5: 備考: use ‘this->setp’ instead
  15. msgstream.h: In instantiation of ‘int basic_msgbuf<T, SIZE, TR, A>::sync() [with T = char; long unsigned int SIZE = 1024ul; TR = std::char_traits<char>; A = std::allocator<char>]’:
  16. msgstream.h:92:5:   required from ‘basic_msgbuf<T, SIZE, TR, A>::~basic_msgbuf() [with T = char; long unsigned int SIZE = 1024ul; TR = std::char_traits<char>; A = std::allocator<char>]
  17. msgstream.h:280:13:   required from ‘basic_omsgstream<T, SIZE, TR, A>::basic_omsgstream() [with T = char; long unsigned int SIZE = 1024ul; TR = std::char_traits<char>; A = std::allocator<char>]
  18. mayu.cpp:721:17:   required from here
  19. msgstream.h:205:3: エラー: ‘setp’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  20. msgstream.h:205:3: 備考: declarations in dependent base ‘std::basic_streambuf<char>’ are not found by unqualified lookup
  21. msgstream.h:205:3: 備考: use ‘this->setp’ instead
  22. msgstream.h:212:3: エラー: ‘setp’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  23. msgstream.h:212:3: 備考: declarations in dependent base ‘std::basic_streambuf<char>’ are not found by unqualified lookup
  24. msgstream.h:212:3: 備考: use ‘this->setp’ instead
  25. make[2]: *** [mayu-mayu.o] エラー 1
  26. make[2]: ディレクトリ `/home/yuhei/Documents/SpiderOak/Arch/mayu/src/mayu-0.12.1' から出ます
  27. make[1]: *** [all-recursive] エラー 1
  28. make[1]: ディレクトリ `/home/yuhei/Documents/SpiderOak/Arch/mayu/src/mayu-0.12.1' から出ます
  29. make: *** [all] エラー 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement