Guest User

harf

a guest
Jun 8th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.55 KB | None | 0 0
  1. [x86] ~/Projects/Dev> make
  2. cc -o "objects.x86-cc5-release/BeApp" objects.x86-cc5-release/App.o objects.x86-cc5-release/MainView.o objects.x86-cc5-release/MainWindow.o -Xlinker -soname=_APP_ -L./ /boot/system/lib/libroot.so /boot/system/lib/libbe.so
  3. objects.x86-cc5-release/App.o: In function `App::App()':
  4. App.cpp:(.text+0x23): undefined reference to `BApplication::BApplication(char const*)'
  5. App.cpp:(.text+0x41): undefined reference to `operator new(unsigned long)'
  6. App.cpp:(.text+0x7a): undefined reference to `operator delete(void*)'
  7. App.cpp:(.text+0x8f): undefined reference to `BApplication::~BApplication()'
  8. objects.x86-cc5-release/App.o: In function `main':
  9. App.cpp:(.text+0xd1): undefined reference to `operator new(unsigned long)'
  10. App.cpp:(.text+0x128): undefined reference to `operator delete(void*)'
  11. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x10): undefined reference to `BApplication::Archive(BMessage*, bool) const'
  12. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x14): undefined reference to `BApplication::Perform(unsigned long, void*)'
  13. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x18): undefined reference to `BArchivable::AllUnarchived(BMessage const*)'
  14. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x1c): undefined reference to `BArchivable::AllArchived(BMessage*) const'
  15. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x20): undefined reference to `BArchivable::_ReservedArchivable3()'
  16. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x24): undefined reference to `BApplication::MessageReceived(BMessage*)'
  17. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x28): undefined reference to `BHandler::SetNextHandler(BHandler*)'
  18. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x2c): undefined reference to `BHandler::AddFilter(BMessageFilter*)'
  19. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x30): undefined reference to `BHandler::RemoveFilter(BMessageFilter*)'
  20. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x34): undefined reference to `BHandler::SetFilterList(BList*)'
  21. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x38): undefined reference to `BApplication::ResolveSpecifier(BMessage*, long, BMessage*, long, char const*)'
  22. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x3c): undefined reference to `BApplication::GetSupportedSuites(BMessage*)'
  23. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x40): undefined reference to `BHandler::SendNotices(unsigned long, BMessage const*)'
  24. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x44): undefined reference to `BHandler::_ReservedHandler2()'
  25. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x48): undefined reference to `BHandler::_ReservedHandler3()'
  26. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x4c): undefined reference to `BHandler::_ReservedHandler4()'
  27. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x50): undefined reference to `BApplication::DispatchMessage(BMessage*, BHandler*)'
  28. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x54): undefined reference to `BApplication::Run()'
  29. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x58): undefined reference to `BApplication::Quit()'
  30. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x5c): undefined reference to `BApplication::QuitRequested()'
  31. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x60): undefined reference to `BLooper::AddCommonFilter(BMessageFilter*)'
  32. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x64): undefined reference to `BLooper::RemoveCommonFilter(BMessageFilter*)'
  33. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x68): undefined reference to `BLooper::SetCommonFilterList(BList*)'
  34. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x6c): undefined reference to `BLooper::_ReservedLooper1()'
  35. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x70): undefined reference to `BLooper::_ReservedLooper2()'
  36. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x74): undefined reference to `BLooper::_ReservedLooper3()'
  37. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x78): undefined reference to `BLooper::_ReservedLooper4()'
  38. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x7c): undefined reference to `BLooper::_ReservedLooper5()'
  39. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x80): undefined reference to `BLooper::_ReservedLooper6()'
  40. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x84): undefined reference to `BLooper::ConvertToMessage(void*, long)'
  41. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x88): undefined reference to `BLooper::task_looper()'
  42. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x8c): undefined reference to `BApplication::Pulse()'
  43. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x90): undefined reference to `BApplication::ReadyToRun()'
  44. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x94): undefined reference to `BApplication::ArgvReceived(long, char**)'
  45. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x98): undefined reference to `BApplication::AppActivated(bool)'
  46. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0x9c): undefined reference to `BApplication::RefsReceived(BMessage*)'
  47. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xa0): undefined reference to `BApplication::AboutRequested()'
  48. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xa4): undefined reference to `BApplication::_ReservedApplication1()'
  49. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xa8): undefined reference to `BApplication::_ReservedApplication2()'
  50. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xac): undefined reference to `BApplication::_ReservedApplication3()'
  51. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xb0): undefined reference to `BApplication::_ReservedApplication4()'
  52. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xb4): undefined reference to `BApplication::_ReservedApplication5()'
  53. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xb8): undefined reference to `BApplication::_ReservedApplication6()'
  54. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xbc): undefined reference to `BApplication::_ReservedApplication7()'
  55. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xc0): undefined reference to `BApplication::_ReservedApplication8()'
  56. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTV3App[_ZTV3App]+0xc4): undefined reference to `BApplication::ScriptReceived(BMessage*, long, BMessage*, long, char const*)'
  57. objects.x86-cc5-release/App.o: In function `App::~App()':
  58. App.cpp:(.text._ZN3AppD2Ev[_ZN3AppD5Ev]+0x28): undefined reference to `BApplication::~BApplication()'
  59. App.cpp:(.text._ZN3AppD2Ev[_ZN3AppD5Ev]+0x3f): undefined reference to `operator delete(void*)'
  60. objects.x86-cc5-release/App.o: In function `App::~App()':
  61. App.cpp:(.text._ZN3AppD0Ev[_ZN3AppD5Ev]+0x27): undefined reference to `operator delete(void*)'
  62. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTI3App[_ZTI3App]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  63. objects.x86-cc5-release/App.o:(.data.rel.ro._ZTI3App[_ZTI3App]+0x8): undefined reference to `typeinfo for BApplication'
  64. objects.x86-cc5-release/App.o:(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'
  65. objects.x86-cc5-release/MainView.o: In function `HBShaper::HBShaper(std::string const&, FreeTypeLib*)':
  66. MainView.cpp:(.text+0x6c): undefined reference to `FreeTypeLib::loadFace(std::string const&, int, int, int)'
  67. objects.x86-cc5-release/MainView.o: In function `HBShaper::drawText(HBText&, BBitmap const*, float, float)':
  68. MainView.cpp:(.text+0xef): undefined reference to `BBitmap::Bits() const'
  69. MainView.cpp:(.text+0x100): undefined reference to `BBitmap::BytesPerRow() const'
  70. MainView.cpp:(.text+0x115): undefined reference to `hb_buffer_reset'
  71. MainView.cpp:(.text+0x12e): undefined reference to `hb_buffer_set_direction'
  72. MainView.cpp:(.text+0x147): undefined reference to `hb_buffer_set_script'
  73. MainView.cpp:(.text+0x159): undefined reference to `std::string::size() const'
  74. MainView.cpp:(.text+0x16d): undefined reference to `std::string::c_str() const'
  75. MainView.cpp:(.text+0x17a): undefined reference to `hb_language_from_string'
  76. MainView.cpp:(.text+0x18f): undefined reference to `hb_buffer_set_language'
  77. MainView.cpp:(.text+0x19e): undefined reference to `std::string::size() const'
  78. MainView.cpp:(.text+0x1ce): undefined reference to `hb_buffer_add_utf8'
  79. MainView.cpp:(.text+0x22b): undefined reference to `hb_shape'
  80. MainView.cpp:(.text+0x241): undefined reference to `hb_buffer_get_glyph_infos'
  81. MainView.cpp:(.text+0x25a): undefined reference to `hb_buffer_get_glyph_positions'
  82. MainView.cpp:(.text+0x2a1): undefined reference to `FreeTypeLib::rasterize(FT_FaceRec_**, unsigned int) const'
  83. MainView.cpp:(.text+0x464): undefined reference to `FreeTypeLib::freeGlyph(Glyph*)'
  84. objects.x86-cc5-release/MainView.o: In function `HBShaper::init()':
  85. MainView.cpp:(.text+0x49d): undefined reference to `hb_ft_font_create'
  86. MainView.cpp:(.text+0x4ad): undefined reference to `hb_buffer_create'
  87. MainView.cpp:(.text+0x4c4): undefined reference to `hb_buffer_allocation_successful'
  88. objects.x86-cc5-release/MainView.o: In function `HBShaper::~HBShaper()':
  89. MainView.cpp:(.text+0x515): undefined reference to `FreeTypeLib::freeFace(FT_FaceRec_**)'
  90. MainView.cpp:(.text+0x527): undefined reference to `hb_buffer_destroy'
  91. MainView.cpp:(.text+0x539): undefined reference to `hb_font_destroy'
  92. objects.x86-cc5-release/MainView.o: In function `MainView::MainView(BRect const&)':
  93. MainView.cpp:(.text+0x5ca): undefined reference to `BView::BView(BRect, char const*, unsigned long, unsigned long)'
  94. objects.x86-cc5-release/MainView.o: In function `MainView::Draw(BRect)':
  95. MainView.cpp:(.text+0x60a): undefined reference to `BView::Bounds() const'
  96. MainView.cpp:(.text+0x63c): undefined reference to `BBitmap::BBitmap(BRect, color_space, bool, bool)'
  97. MainView.cpp:(.text+0x690): undefined reference to `BView::DrawBitmap(BBitmap const*, BRect, BRect)'
  98. MainView.cpp:(.text+0x6a2): undefined reference to `BBitmap::~BBitmap()'
  99. MainView.cpp:(.text+0x6b8): undefined reference to `BBitmap::~BBitmap()'
  100. objects.x86-cc5-release/MainView.o: In function `MainView::_DrawText(BBitmap const*)':
  101. MainView.cpp:(.text+0x6f0): undefined reference to `FreeTypeLib::FreeTypeLib()'
  102. MainView.cpp:(.text+0x6ff): undefined reference to `std::allocator<char>::allocator()'
  103. MainView.cpp:(.text+0x719): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  104. MainView.cpp:(.text+0x73f): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  105. MainView.cpp:(.text+0x74e): undefined reference to `std::allocator<char>::~allocator()'
  106. MainView.cpp:(.text+0x75d): undefined reference to `std::allocator<char>::allocator()'
  107. MainView.cpp:(.text+0x777): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  108. MainView.cpp:(.text+0x79d): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  109. MainView.cpp:(.text+0x7ac): undefined reference to `std::allocator<char>::~allocator()'
  110. MainView.cpp:(.text+0x7bb): undefined reference to `std::allocator<char>::allocator()'
  111. MainView.cpp:(.text+0x7d5): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  112. MainView.cpp:(.text+0x7fe): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  113. MainView.cpp:(.text+0x80d): undefined reference to `std::allocator<char>::~allocator()'
  114. MainView.cpp:(.text+0x81c): undefined reference to `std::allocator<char>::allocator()'
  115. MainView.cpp:(.text+0x836): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  116. MainView.cpp:(.text+0x85f): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  117. MainView.cpp:(.text+0x86e): undefined reference to `std::allocator<char>::~allocator()'
  118. MainView.cpp:(.text+0x87d): undefined reference to `std::allocator<char>::allocator()'
  119. MainView.cpp:(.text+0x897): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  120. MainView.cpp:(.text+0x8c0): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  121. MainView.cpp:(.text+0x8cf): undefined reference to `std::allocator<char>::~allocator()'
  122. MainView.cpp:(.text+0x96e): undefined reference to `std::allocator<char>::allocator()'
  123. MainView.cpp:(.text+0x98b): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  124. MainView.cpp:(.text+0x99a): undefined reference to `std::allocator<char>::~allocator()'
  125. MainView.cpp:(.text+0x9a9): undefined reference to `std::allocator<char>::allocator()'
  126. MainView.cpp:(.text+0x9c9): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  127. MainView.cpp:(.text+0x9d8): undefined reference to `std::allocator<char>::~allocator()'
  128. MainView.cpp:(.text+0xa23): undefined reference to `std::allocator<char>::allocator()'
  129. MainView.cpp:(.text+0xa40): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  130. MainView.cpp:(.text+0xa4f): undefined reference to `std::allocator<char>::~allocator()'
  131. MainView.cpp:(.text+0xa5e): undefined reference to `std::allocator<char>::allocator()'
  132. MainView.cpp:(.text+0xa7e): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  133. MainView.cpp:(.text+0xa8d): undefined reference to `std::allocator<char>::~allocator()'
  134. MainView.cpp:(.text+0xad8): undefined reference to `std::allocator<char>::allocator()'
  135. MainView.cpp:(.text+0xaf5): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  136. MainView.cpp:(.text+0xb04): undefined reference to `std::allocator<char>::~allocator()'
  137. MainView.cpp:(.text+0xb13): undefined reference to `std::allocator<char>::allocator()'
  138. MainView.cpp:(.text+0xb33): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  139. MainView.cpp:(.text+0xb42): undefined reference to `std::allocator<char>::~allocator()'
  140. MainView.cpp:(.text+0xb8d): undefined reference to `std::allocator<char>::allocator()'
  141. MainView.cpp:(.text+0xbaa): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  142. MainView.cpp:(.text+0xbb9): undefined reference to `std::allocator<char>::~allocator()'
  143. MainView.cpp:(.text+0xbc8): undefined reference to `std::allocator<char>::allocator()'
  144. MainView.cpp:(.text+0xbe8): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  145. MainView.cpp:(.text+0xbf7): undefined reference to `std::allocator<char>::~allocator()'
  146. MainView.cpp:(.text+0xc42): undefined reference to `std::allocator<char>::allocator()'
  147. MainView.cpp:(.text+0xc5f): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  148. MainView.cpp:(.text+0xc6e): undefined reference to `std::allocator<char>::~allocator()'
  149. MainView.cpp:(.text+0xc7d): undefined reference to `std::allocator<char>::allocator()'
  150. MainView.cpp:(.text+0xc9d): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&)'
  151. MainView.cpp:(.text+0xcac): undefined reference to `std::allocator<char>::~allocator()'
  152. MainView.cpp:(.text+0xe98): undefined reference to `FreeTypeLib::~FreeTypeLib()'
  153. MainView.cpp:(.text+0xeae): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  154. MainView.cpp:(.text+0xed4): undefined reference to `std::allocator<char>::~allocator()'
  155. MainView.cpp:(.text+0xeea): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  156. MainView.cpp:(.text+0xf10): undefined reference to `std::allocator<char>::~allocator()'
  157. MainView.cpp:(.text+0xf26): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  158. MainView.cpp:(.text+0xf4f): undefined reference to `std::allocator<char>::~allocator()'
  159. MainView.cpp:(.text+0xf65): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  160. MainView.cpp:(.text+0xf8e): undefined reference to `std::allocator<char>::~allocator()'
  161. MainView.cpp:(.text+0xfa4): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  162. MainView.cpp:(.text+0xfcd): undefined reference to `std::allocator<char>::~allocator()'
  163. MainView.cpp:(.text+0xfe3): undefined reference to `std::allocator<char>::~allocator()'
  164. MainView.cpp:(.text+0xff9): undefined reference to `std::allocator<char>::~allocator()'
  165. MainView.cpp:(.text+0x100b): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  166. MainView.cpp:(.text+0x1021): undefined reference to `std::allocator<char>::~allocator()'
  167. MainView.cpp:(.text+0x1037): undefined reference to `std::allocator<char>::~allocator()'
  168. MainView.cpp:(.text+0x1049): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  169. MainView.cpp:(.text+0x105f): undefined reference to `std::allocator<char>::~allocator()'
  170. MainView.cpp:(.text+0x1075): undefined reference to `std::allocator<char>::~allocator()'
  171. MainView.cpp:(.text+0x1087): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  172. MainView.cpp:(.text+0x109d): undefined reference to `std::allocator<char>::~allocator()'
  173. MainView.cpp:(.text+0x10b3): undefined reference to `std::allocator<char>::~allocator()'
  174. MainView.cpp:(.text+0x10c5): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  175. MainView.cpp:(.text+0x10d8): undefined reference to `std::allocator<char>::~allocator()'
  176. MainView.cpp:(.text+0x10eb): undefined reference to `std::allocator<char>::~allocator()'
  177. MainView.cpp:(.text+0x10fd): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  178. MainView.cpp:(.text+0x11e6): undefined reference to `FreeTypeLib::~FreeTypeLib()'
  179. objects.x86-cc5-release/MainView.o: In function `__static_initialization_and_destruction_0(int, int)':
  180. MainView.cpp:(.text+0x122b): undefined reference to `std::ios_base::Init::Init()'
  181. MainView.cpp:(.text+0x1245): undefined reference to `std::ios_base::Init::~Init()'
  182. objects.x86-cc5-release/MainView.o: In function `HBText::c_data()':
  183. MainView.cpp:(.text._ZN6HBText6c_dataEv[_ZN6HBText6c_dataEv]+0x1b): undefined reference to `std::string::c_str() const'
  184. objects.x86-cc5-release/MainView.o: In function `HBText::~HBText()':
  185. MainView.cpp:(.text._ZN6HBTextD2Ev[_ZN6HBTextD5Ev]+0x1b): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  186. MainView.cpp:(.text._ZN6HBTextD2Ev[_ZN6HBTextD5Ev]+0x2a): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  187. MainView.cpp:(.text._ZN6HBTextD2Ev[_ZN6HBTextD5Ev]+0x3d): undefined reference to `std::basic_string<char, std::char_traits<char>, std::allocator<char> >::~basic_string()'
  188. objects.x86-cc5-release/MainView.o: In function `std::vector<hb_feature_t, std::allocator<hb_feature_t> >::_M_insert_aux(__gnu_cxx::__normal_iterator<hb_feature_t*, std::vector<hb_feature_t, std::allocator<hb_feature_t> > >, hb_feature_t const&)':
  189. MainView.cpp:(.text._ZNSt6vectorI12hb_feature_tSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[_ZNSt6vectorI12hb_feature_tSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_]+0x247): undefined reference to `__cxa_begin_catch'
  190. MainView.cpp:(.text._ZNSt6vectorI12hb_feature_tSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[_ZNSt6vectorI12hb_feature_tSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_]+0x2aa): undefined reference to `__cxa_rethrow'
  191. MainView.cpp:(.text._ZNSt6vectorI12hb_feature_tSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_[_ZNSt6vectorI12hb_feature_tSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_]+0x2b1): undefined reference to `__cxa_end_catch'
  192. objects.x86-cc5-release/MainView.o: In function `std::vector<hb_feature_t, std::allocator<hb_feature_t> >::_M_check_len(unsigned long, char const*) const':
  193. MainView.cpp:(.text._ZNKSt6vectorI12hb_feature_tSaIS0_EE12_M_check_lenEmPKc[_ZNKSt6vectorI12hb_feature_tSaIS0_EE12_M_check_lenEmPKc]+0x48): undefined reference to `std::__throw_length_error(char const*)'
  194. objects.x86-cc5-release/MainView.o: In function `__gnu_cxx::new_allocator<hb_feature_t>::deallocate(hb_feature_t*, unsigned long)':
  195. MainView.cpp:(.text._ZN9__gnu_cxx13new_allocatorI12hb_feature_tE10deallocateEPS1_m[_ZN9__gnu_cxx13new_allocatorI12hb_feature_tE10deallocateEPS1_m]+0x1a): undefined reference to `operator delete(void*)'
  196. objects.x86-cc5-release/MainView.o: In function `__gnu_cxx::new_allocator<hb_feature_t>::allocate(unsigned long, void const*)':
  197. MainView.cpp:(.text._ZN9__gnu_cxx13new_allocatorI12hb_feature_tE8allocateEmPKv[_ZN9__gnu_cxx13new_allocatorI12hb_feature_tE8allocateEmPKv]+0x2b): undefined reference to `std::__throw_bad_alloc()'
  198. MainView.cpp:(.text._ZN9__gnu_cxx13new_allocatorI12hb_feature_tE8allocateEmPKv[_ZN9__gnu_cxx13new_allocatorI12hb_feature_tE8allocateEmPKv]+0x3a): undefined reference to `operator new(unsigned long)'
  199. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x10): undefined reference to `BView::Archive(BMessage*, bool) const'
  200. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x14): undefined reference to `BView::Perform(unsigned long, void*)'
  201. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x18): undefined reference to `BView::AllUnarchived(BMessage const*)'
  202. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x1c): undefined reference to `BView::AllArchived(BMessage*) const'
  203. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x20): undefined reference to `BArchivable::_ReservedArchivable3()'
  204. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x24): undefined reference to `BView::MessageReceived(BMessage*)'
  205. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x28): undefined reference to `BHandler::SetNextHandler(BHandler*)'
  206. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x2c): undefined reference to `BHandler::AddFilter(BMessageFilter*)'
  207. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x30): undefined reference to `BHandler::RemoveFilter(BMessageFilter*)'
  208. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x34): undefined reference to `BHandler::SetFilterList(BList*)'
  209. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x38): undefined reference to `BView::ResolveSpecifier(BMessage*, long, BMessage*, long, char const*)'
  210. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x3c): undefined reference to `BView::GetSupportedSuites(BMessage*)'
  211. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x40): undefined reference to `BHandler::SendNotices(unsigned long, BMessage const*)'
  212. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x44): undefined reference to `BHandler::_ReservedHandler2()'
  213. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x48): undefined reference to `BHandler::_ReservedHandler3()'
  214. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x4c): undefined reference to `BHandler::_ReservedHandler4()'
  215. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x50): undefined reference to `BView::AttachedToWindow()'
  216. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x54): undefined reference to `BView::AllAttached()'
  217. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x58): undefined reference to `BView::DetachedFromWindow()'
  218. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x5c): undefined reference to `BView::AllDetached()'
  219. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x64): undefined reference to `BView::MouseDown(BPoint)'
  220. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x68): undefined reference to `BView::MouseUp(BPoint)'
  221. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x6c): undefined reference to `BView::MouseMoved(BPoint, unsigned long, BMessage const*)'
  222. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x70): undefined reference to `BView::WindowActivated(bool)'
  223. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x74): undefined reference to `BView::KeyDown(char const*, long)'
  224. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x78): undefined reference to `BView::KeyUp(char const*, long)'
  225. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x7c): undefined reference to `BView::Pulse()'
  226. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x80): undefined reference to `BView::FrameMoved(BPoint)'
  227. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x84): undefined reference to `BView::FrameResized(float, float)'
  228. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x88): undefined reference to `BView::TargetedByScrollView(BScrollView*)'
  229. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x8c): undefined reference to `BView::ConstrainClippingRegion(BRegion*)'
  230. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x90): undefined reference to `BView::SetDrawingMode(drawing_mode)'
  231. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x94): undefined reference to `BView::SetPenSize(float)'
  232. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x98): undefined reference to `BView::SetViewColor(rgb_color)'
  233. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x9c): undefined reference to `BView::SetHighColor(rgb_color)'
  234. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xa0): undefined reference to `BView::SetLowColor(rgb_color)'
  235. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xa4): undefined reference to `BView::SetFont(BFont const*, unsigned long)'
  236. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xa8): undefined reference to `BView::SetFlags(unsigned long)'
  237. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xac): undefined reference to `BView::SetResizingMode(unsigned long)'
  238. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xb0): undefined reference to `BView::ScrollTo(BPoint)'
  239. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xb4): undefined reference to `BView::MakeFocus(bool)'
  240. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xb8): undefined reference to `BView::Show()'
  241. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xbc): undefined reference to `BView::Hide()'
  242. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xc0): undefined reference to `BView::GetPreferredSize(float*, float*)'
  243. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xc4): undefined reference to `BView::ResizeToPreferred()'
  244. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xc8): undefined reference to `BView::DrawAfterChildren(BRect)'
  245. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xcc): undefined reference to `BView::MinSize()'
  246. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xd0): undefined reference to `BView::MaxSize()'
  247. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xd4): undefined reference to `BView::PreferredSize()'
  248. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xd8): undefined reference to `BView::LayoutAlignment()'
  249. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xdc): undefined reference to `BView::HasHeightForWidth()'
  250. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xe0): undefined reference to `BView::GetHeightForWidth(float, float*, float*, float*)'
  251. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xe4): undefined reference to `BView::SetLayout(BLayout*)'
  252. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xe8): undefined reference to `BView::LayoutInvalidated(bool)'
  253. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xec): undefined reference to `BView::DoLayout()'
  254. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xf0): undefined reference to `BView::GetToolTipAt(BPoint, BToolTip**)'
  255. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xf4): undefined reference to `BView::LayoutChanged()'
  256. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xf8): undefined reference to `BView::_ReservedView13()'
  257. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0xfc): undefined reference to `BView::_ReservedView14()'
  258. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x100): undefined reference to `BView::_ReservedView15()'
  259. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTV8MainView[_ZTV8MainView]+0x104): undefined reference to `BView::_ReservedView16()'
  260. objects.x86-cc5-release/MainView.o: In function `MainView::~MainView()':
  261. MainView.cpp:(.text._ZN8MainViewD2Ev[_ZN8MainViewD5Ev]+0x28): undefined reference to `BView::~BView()'
  262. MainView.cpp:(.text._ZN8MainViewD2Ev[_ZN8MainViewD5Ev]+0x3f): undefined reference to `operator delete(void*)'
  263. objects.x86-cc5-release/MainView.o: In function `MainView::~MainView()':
  264. MainView.cpp:(.text._ZN8MainViewD0Ev[_ZN8MainViewD5Ev]+0x27): undefined reference to `operator delete(void*)'
  265. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTI8MainView[_ZTI8MainView]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  266. objects.x86-cc5-release/MainView.o:(.data.rel.ro._ZTI8MainView[_ZTI8MainView]+0x8): undefined reference to `typeinfo for BView'
  267. objects.x86-cc5-release/MainWindow.o: In function `MainWindow::MainWindow()':
  268. MainWindow.cpp:(.text+0x73): undefined reference to `BWindow::BWindow(BRect, char const*, window_type, unsigned long, unsigned long)'
  269. MainWindow.cpp:(.text+0x94): undefined reference to `BWindow::Bounds() const'
  270. MainWindow.cpp:(.text+0xea): undefined reference to `operator new(unsigned long)'
  271. MainWindow.cpp:(.text+0x107): undefined reference to `BMenuBar::BMenuBar(BRect, char const*, unsigned long, menu_layout, bool)'
  272. MainWindow.cpp:(.text+0x12b): undefined reference to `BWindow::AddChild(BView*, BView*)'
  273. MainWindow.cpp:(.text+0x13e): undefined reference to `BWindow::Bounds() const'
  274. MainWindow.cpp:(.text+0x16a): undefined reference to `operator new(unsigned long)'
  275. MainWindow.cpp:(.text+0x193): undefined reference to `BWindow::AddChild(BView*, BView*)'
  276. MainWindow.cpp:(.text+0x1a3): undefined reference to `operator delete(void*)'
  277. MainWindow.cpp:(.text+0x1b5): undefined reference to `operator delete(void*)'
  278. MainWindow.cpp:(.text+0x1ca): undefined reference to `BWindow::~BWindow()'
  279. objects.x86-cc5-release/MainWindow.o: In function `MainWindow::MessageReceived(BMessage*)':
  280. MainWindow.cpp:(.text+0x202): undefined reference to `BWindow::MessageReceived(BMessage*)'
  281. objects.x86-cc5-release/MainWindow.o: In function `MainWindow::QuitRequested()':
  282. MainWindow.cpp:(.text+0x235): undefined reference to `BLooper::PostMessage(unsigned long)'
  283. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x10): undefined reference to `BWindow::Archive(BMessage*, bool) const'
  284. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x14): undefined reference to `BWindow::Perform(unsigned long, void*)'
  285. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x18): undefined reference to `BArchivable::AllUnarchived(BMessage const*)'
  286. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x1c): undefined reference to `BArchivable::AllArchived(BMessage*) const'
  287. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x20): undefined reference to `BArchivable::_ReservedArchivable3()'
  288. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x28): undefined reference to `BHandler::SetNextHandler(BHandler*)'
  289. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x2c): undefined reference to `BHandler::AddFilter(BMessageFilter*)'
  290. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x30): undefined reference to `BHandler::RemoveFilter(BMessageFilter*)'
  291. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x34): undefined reference to `BHandler::SetFilterList(BList*)'
  292. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x38): undefined reference to `BWindow::ResolveSpecifier(BMessage*, long, BMessage*, long, char const*)'
  293. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x3c): undefined reference to `BWindow::GetSupportedSuites(BMessage*)'
  294. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x40): undefined reference to `BHandler::SendNotices(unsigned long, BMessage const*)'
  295. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x44): undefined reference to `BHandler::_ReservedHandler2()'
  296. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x48): undefined reference to `BHandler::_ReservedHandler3()'
  297. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x4c): undefined reference to `BHandler::_ReservedHandler4()'
  298. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x50): undefined reference to `BWindow::DispatchMessage(BMessage*, BHandler*)'
  299. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x54): undefined reference to `BWindow::Run()'
  300. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x58): undefined reference to `BWindow::Quit()'
  301. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x60): undefined reference to `BLooper::AddCommonFilter(BMessageFilter*)'
  302. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x64): undefined reference to `BLooper::RemoveCommonFilter(BMessageFilter*)'
  303. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x68): undefined reference to `BLooper::SetCommonFilterList(BList*)'
  304. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x6c): undefined reference to `BLooper::_ReservedLooper1()'
  305. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x70): undefined reference to `BLooper::_ReservedLooper2()'
  306. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x74): undefined reference to `BLooper::_ReservedLooper3()'
  307. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x78): undefined reference to `BLooper::_ReservedLooper4()'
  308. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x7c): undefined reference to `BLooper::_ReservedLooper5()'
  309. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x80): undefined reference to `BLooper::_ReservedLooper6()'
  310. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x84): undefined reference to `BWindow::ConvertToMessage(void*, long)'
  311. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x88): undefined reference to `BWindow::task_looper()'
  312. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x8c): undefined reference to `BWindow::FrameMoved(BPoint)'
  313. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x90): undefined reference to `BWindow::WorkspacesChanged(unsigned long, unsigned long)'
  314. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x94): undefined reference to `BWindow::WorkspaceActivated(long, bool)'
  315. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x98): undefined reference to `BWindow::FrameResized(float, float)'
  316. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0x9c): undefined reference to `BWindow::Minimize(bool)'
  317. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xa0): undefined reference to `BWindow::Zoom(BPoint, float, float)'
  318. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xa4): undefined reference to `BWindow::ScreenChanged(BRect, color_space)'
  319. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xa8): undefined reference to `BWindow::MenusBeginning()'
  320. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xac): undefined reference to `BWindow::MenusEnded()'
  321. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xb0): undefined reference to `BWindow::WindowActivated(bool)'
  322. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xb4): undefined reference to `BWindow::Show()'
  323. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xb8): undefined reference to `BWindow::Hide()'
  324. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xbc): undefined reference to `BWindow::SetLayout(BLayout*)'
  325. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xc0): undefined reference to `BWindow::_ReservedWindow2()'
  326. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xc4): undefined reference to `BWindow::_ReservedWindow3()'
  327. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xc8): undefined reference to `BWindow::_ReservedWindow4()'
  328. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xcc): undefined reference to `BWindow::_ReservedWindow5()'
  329. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xd0): undefined reference to `BWindow::_ReservedWindow6()'
  330. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xd4): undefined reference to `BWindow::_ReservedWindow7()'
  331. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTV10MainWindow[_ZTV10MainWindow]+0xd8): undefined reference to `BWindow::_ReservedWindow8()'
  332. objects.x86-cc5-release/MainWindow.o: In function `MainWindow::~MainWindow()':
  333. MainWindow.cpp:(.text._ZN10MainWindowD2Ev[_ZN10MainWindowD5Ev]+0x28): undefined reference to `BWindow::~BWindow()'
  334. MainWindow.cpp:(.text._ZN10MainWindowD2Ev[_ZN10MainWindowD5Ev]+0x3f): undefined reference to `operator delete(void*)'
  335. objects.x86-cc5-release/MainWindow.o: In function `MainWindow::~MainWindow()':
  336. MainWindow.cpp:(.text._ZN10MainWindowD0Ev[_ZN10MainWindowD5Ev]+0x27): undefined reference to `operator delete(void*)'
  337. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTI10MainWindow[_ZTI10MainWindow]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
  338. objects.x86-cc5-release/MainWindow.o:(.data.rel.ro._ZTI10MainWindow[_ZTI10MainWindow]+0x8): undefined reference to `typeinfo for BWindow'
  339. collect2: error: ld returned 1 exit status
  340. /boot/system/develop/etc/makefile-engine:246: recipe for target 'objects.x86-cc5-release/BeApp' failed
  341. make: *** [objects.x86-cc5-release/BeApp] Error 1
Add Comment
Please, Sign In to add comment