Advertisement
Guest User

Make_output

a guest
Jun 17th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.99 KB | None | 0 0
  1. [mike@localhost build]$ LC_ALL=C make
  2. Linking CXX executable sumwars
  3. CMakeFiles/sumwars.dir/src/core/document.cpp.o: In function `Document::hideWarning()':
  4. document.cpp:(.text+0x7391): undefined reference to `CEGUI::Window::isVisible() const'
  5. CMakeFiles/sumwars.dir/src/core/document.cpp.o: In function `Document::hideQuestionDialog()':
  6. document.cpp:(.text+0x77fe): undefined reference to `CEGUI::Window::isVisible() const'
  7. CMakeFiles/sumwars.dir/src/gui/application.cpp.o: In function `Application::initCEGUI()':
  8. application.cpp:(.text+0x5881): undefined reference to `CEGUI::OgreRenderer::bootstrapSystem(int)'
  9. application.cpp:(.text+0x63fb): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  10. application.cpp:(.text+0x6403): undefined reference to `CEGUI::GUIContext::getDefaultTooltipObject() const'
  11. application.cpp:(.text+0x64bf): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  12. application.cpp:(.text+0x654b): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  13. application.cpp:(.text+0x6553): undefined reference to `CEGUI::GUIContext::markAsDirty()'
  14. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::EventToggleButtonStateChanged()':
  15. ceguiutility.cpp:(.text+0x131): undefined reference to `CEGUI::ToggleButton::EventSelectStateChanged'
  16. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::addChildWidget(CEGUI::Window*, CEGUI::Window*)':
  17. ceguiutility.cpp:(.text+0x10af): undefined reference to `CEGUI::Element::addChild(CEGUI::Element*)'
  18. ceguiutility.cpp:(.text+0x1175): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  19. ceguiutility.cpp:(.text+0x11a0): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  20. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::removeChildWidget(CEGUI::Window*, CEGUI::Window*)':
  21. ceguiutility.cpp:(.text+0x1281): undefined reference to `CEGUI::Element::removeChild(CEGUI::Element*)'
  22. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::loadImageset(CEGUI::String const&)':
  23. ceguiutility.cpp:(.text+0x13cf): undefined reference to `CEGUI::ImageManager::loadImageset(CEGUI::String const&, CEGUI::String const&)'
  24. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::addManagedImageFromFile(CEGUI::String const&, CEGUI::String const&, CEGUI::String const&)':
  25. ceguiutility.cpp:(.text+0x143d): undefined reference to `CEGUI::ImageManager::addFromImageFile(CEGUI::String const&, CEGUI::String const&, CEGUI::String const&)'
  26. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getWindowForSystem(CEGUI::System*, CEGUI::String const&)':
  27. ceguiutility.cpp:(.text+0x1715): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  28. ceguiutility.cpp:(.text+0x171d): undefined reference to `CEGUI::GUIContext::getRootWindow() const'
  29. ceguiutility.cpp:(.text+0x19b4): undefined reference to `CEGUI::NamedElement::isChild(CEGUI::String const&) const'
  30. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getWindowForSystemNoEx(CEGUI::System*, CEGUI::String const&)':
  31. ceguiutility.cpp:(.text+0x222d): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  32. ceguiutility.cpp:(.text+0x2235): undefined reference to `CEGUI::GUIContext::getRootWindow() const'
  33. ceguiutility.cpp:(.text+0x24cc): undefined reference to `CEGUI::NamedElement::isChild(CEGUI::String const&) const'
  34. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getWindowForLoadedLayout(CEGUI::Window*, CEGUI::String const&)':
  35. ceguiutility.cpp:(.text+0x2f43): undefined reference to `CEGUI::NamedElement::isChild(CEGUI::String const&) const'
  36. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getWindowContainingMouse(CEGUI::System*)':
  37. ceguiutility.cpp:(.text+0x3500): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  38. ceguiutility.cpp:(.text+0x3508): undefined reference to `CEGUI::GUIContext::getWindowContainingMouse() const'
  39. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::loadLayoutFromFile(CEGUI::String const&, CEGUI::String const&)':
  40. ceguiutility.cpp:(.text+0x3596): undefined reference to `CEGUI::WindowManager::loadLayoutFromFile(CEGUI::String const&, CEGUI::String const&, bool (*)(CEGUI::Window*, CEGUI::String&, CEGUI::String&, void*), void*)'
  41. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::injectKeyDown(CEGUI::System*, OIS::KeyCode)':
  42. ceguiutility.cpp:(.text+0x35e1): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  43. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::injectKeyUp(CEGUI::System*, OIS::KeyCode)':
  44. ceguiutility.cpp:(.text+0x3643): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  45. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::injectChar(CEGUI::System*, int)':
  46. ceguiutility.cpp:(.text+0x36a5): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  47. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::injectMousePosition(CEGUI::System*, float, float)':
  48. ceguiutility.cpp:(.text+0x3728): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  49. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::injectMouseWheelChange(CEGUI::System*, float)':
  50. ceguiutility.cpp:(.text+0x37a9): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  51. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o:ceguiutility.cpp:(.text+0x3816): more undefined references to `CEGUI::System::getDefaultGUIContext() const' follow
  52. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::setScrollPositionForWidget(CEGUI::String const&, float)':
  53. ceguiutility.cpp:(.text+0x3d46): undefined reference to `CEGUI::Scrollbar::setUnitIntervalScrollPosition(float)'
  54. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::setDefaultFont(CEGUI::String const&)':
  55. ceguiutility.cpp:(.text+0x3da7): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  56. ceguiutility.cpp:(.text+0x3db9): undefined reference to `CEGUI::GUIContext::setDefaultFont(CEGUI::String const&)'
  57. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getDefaultFont()':
  58. ceguiutility.cpp:(.text+0x3e03): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  59. ceguiutility.cpp:(.text+0x3e0b): undefined reference to `CEGUI::GUIContext::getDefaultFont() const'
  60. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::setDefaultMouseCursor(CEGUI::System*, std::string const&, std::string const&)':
  61. ceguiutility.cpp:(.text+0x3ece): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  62. ceguiutility.cpp:(.text+0x3ed6): undefined reference to `CEGUI::GUIContext::getMouseCursor()'
  63. ceguiutility.cpp:(.text+0x3ee8): undefined reference to `CEGUI::MouseCursor::setDefaultImage(CEGUI::String const&)'
  64. ceguiutility.cpp:(.text+0x3f41): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  65. ceguiutility.cpp:(.text+0x3f49): undefined reference to `CEGUI::GUIContext::getMouseCursor()'
  66. ceguiutility.cpp:(.text+0x3f5b): undefined reference to `CEGUI::MouseCursor::setImage(CEGUI::String const&)'
  67. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::setDefaultTooltip(CEGUI::System*, std::string const&, std::string const&)':
  68. ceguiutility.cpp:(.text+0x40c3): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  69. ceguiutility.cpp:(.text+0x40d5): undefined reference to `CEGUI::GUIContext::setDefaultTooltipType(CEGUI::String const&)'
  70. ceguiutility.cpp:(.text+0x40ff): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  71. ceguiutility.cpp:(.text+0x4107): undefined reference to `CEGUI::GUIContext::markAsDirty()'
  72. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getMouseCursorPosition(CEGUI::System*)':
  73. ceguiutility.cpp:(.text+0x4182): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  74. ceguiutility.cpp:(.text+0x418a): undefined reference to `CEGUI::GUIContext::getMouseCursor()'
  75. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::setWidgetMaxSize(CEGUI::Window*, CEGUI::Vector2<CEGUI::UDim>)':
  76. ceguiutility.cpp:(.text+0x4474): undefined reference to `CEGUI::Element::setMaxSize(CEGUI::Size<CEGUI::UDim> const&)'
  77. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::setRootSheet(CEGUI::System*, CEGUI::Window*)':
  78. ceguiutility.cpp:(.text+0x449e): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  79. ceguiutility.cpp:(.text+0x44ad): undefined reference to `CEGUI::GUIContext::setRootWindow(CEGUI::Window*)'
  80. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUIUtility::getRootSheet(CEGUI::System*)':
  81. ceguiutility.cpp:(.text+0x44c8): undefined reference to `CEGUI::System::getDefaultGUIContext() const'
  82. ceguiutility.cpp:(.text+0x44d0): undefined reference to `CEGUI::GUIContext::getRootWindow() const'
  83. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUI::InvalidRequestException::InvalidRequestException(CEGUI::String const&, CEGUI::String const&, int, CEGUI::String const&)':
  84. ceguiutility.cpp:(.text._ZN5CEGUI23InvalidRequestExceptionC2ERKNS_6StringES3_iS3_[_ZN5CEGUI23InvalidRequestExceptionC5ERKNS_6StringES3_iS3_]+0x75): undefined reference to `CEGUI::Exception::Exception(CEGUI::String const&, CEGUI::String const&, CEGUI::String const&, int, CEGUI::String const&)'
  85. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUI::AlreadyExistsException::AlreadyExistsException(CEGUI::String const&, CEGUI::String const&, int, CEGUI::String const&)':
  86. ceguiutility.cpp:(.text._ZN5CEGUI22AlreadyExistsExceptionC2ERKNS_6StringES3_iS3_[_ZN5CEGUI22AlreadyExistsExceptionC5ERKNS_6StringES3_iS3_]+0x75): undefined reference to `CEGUI::Exception::Exception(CEGUI::String const&, CEGUI::String const&, CEGUI::String const&, int, CEGUI::String const&)'
  87. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUI::Window::getChild(CEGUI::String const&) const':
  88. ceguiutility.cpp:(.text._ZNK5CEGUI6Window8getChildERKNS_6StringE[_ZNK5CEGUI6Window8getChildERKNS_6StringE]+0x1f): undefined reference to `CEGUI::NamedElement::getChildElement(CEGUI::String const&) const'
  89. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUI::Singleton<CEGUI::ImageManager>::getSingleton()':
  90. ceguiutility.cpp:(.text._ZN5CEGUI9SingletonINS_12ImageManagerEE12getSingletonEv[_ZN5CEGUI9SingletonINS_12ImageManagerEE12getSingletonEv]+0x7): undefined reference to `CEGUI::Singleton<CEGUI::ImageManager>::ms_Singleton'
  91. ceguiutility.cpp:(.text._ZN5CEGUI9SingletonINS_12ImageManagerEE12getSingletonEv[_ZN5CEGUI9SingletonINS_12ImageManagerEE12getSingletonEv]+0x2c): undefined reference to `CEGUI::Singleton<CEGUI::ImageManager>::ms_Singleton'
  92. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUI::NamedXMLResourceManager<CEGUI::Scheme, CEGUI::Scheme_xmlHandler>::createFromFile(CEGUI::String const&, CEGUI::String const&, CEGUI::XMLResourceExistsAction)':
  93. ceguiutility.cpp:(.text._ZN5CEGUI23NamedXMLResourceManagerINS_6SchemeENS_17Scheme_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE[_ZN5CEGUI23NamedXMLResourceManagerINS_6SchemeENS_17Scheme_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE]+0x32): undefined reference to `CEGUI::Scheme_xmlHandler::Scheme_xmlHandler()'
  94. ceguiutility.cpp:(.text._ZN5CEGUI23NamedXMLResourceManagerINS_6SchemeENS_17Scheme_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE[_ZN5CEGUI23NamedXMLResourceManagerINS_6SchemeENS_17Scheme_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE]+0x52): undefined reference to `CEGUI::XMLHandler::handleFile(CEGUI::String const&, CEGUI::String const&)'
  95. CMakeFiles/sumwars.dir/src/gui/ceguiutility.cpp.o: In function `CEGUI::NamedXMLResourceManager<CEGUI::Font, CEGUI::Font_xmlHandler>::createFromFile(CEGUI::String const&, CEGUI::String const&, CEGUI::XMLResourceExistsAction)':
  96. ceguiutility.cpp:(.text._ZN5CEGUI23NamedXMLResourceManagerINS_4FontENS_15Font_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE[_ZN5CEGUI23NamedXMLResourceManagerINS_4FontENS_15Font_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE]+0x32): undefined reference to `CEGUI::Font_xmlHandler::Font_xmlHandler()'
  97. ceguiutility.cpp:(.text._ZN5CEGUI23NamedXMLResourceManagerINS_4FontENS_15Font_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE[_ZN5CEGUI23NamedXMLResourceManagerINS_4FontENS_15Font_xmlHandlerEE14createFromFileERKNS_6StringES6_NS_23XMLResourceExistsActionE]+0x52): undefined reference to `CEGUI::XMLHandler::handleFile(CEGUI::String const&, CEGUI::String const&)'
  98. CMakeFiles/sumwars.dir/src/gui/charcreate.cpp.o: In function `ListItem::ListItem(CEGUI::String const&, CEGUI::String const&, unsigned int)':
  99. charcreate.cpp:(.text._ZN8ListItemC2ERKN5CEGUI6StringES3_j[_ZN8ListItemC5ERKN5CEGUI6StringES3_j]+0xa4): undefined reference to `CEGUI::ListboxItem::setSelectionBrushImage(CEGUI::String const&)'
  100. CMakeFiles/sumwars.dir/src/gui/charcreate.cpp.o: In function `StrListItem::StrListItem(CEGUI::String const&, CEGUI::String const&, std::string, unsigned int)':
  101. charcreate.cpp:(.text._ZN11StrListItemC2ERKN5CEGUI6StringES3_Ssj[_ZN11StrListItemC5ERKN5CEGUI6StringES3_Ssj]+0xb7): undefined reference to `CEGUI::ListboxItem::setSelectionBrushImage(CEGUI::String const&)'
  102. CMakeFiles/sumwars.dir/src/gui/charcreate.cpp.o:(.rodata._ZTV11StrListItem[_ZTV11StrListItem]+0x28): undefined reference to `CEGUI::ListboxTextItem::handleFontRenderSizeChange(CEGUI::Font const*)'
  103. CMakeFiles/sumwars.dir/src/gui/charcreate.cpp.o:(.rodata._ZTV11StrListItem[_ZTV11StrListItem]+0x38): undefined reference to `CEGUI::ListboxTextItem::draw(CEGUI::GeometryBuffer&, CEGUI::Rect<float> const&, float, CEGUI::Rect<float> const*) const'
  104. CMakeFiles/sumwars.dir/src/gui/charcreate.cpp.o:(.rodata._ZTV8ListItem[_ZTV8ListItem]+0x28): undefined reference to `CEGUI::ListboxTextItem::handleFontRenderSizeChange(CEGUI::Font const*)'
  105. CMakeFiles/sumwars.dir/src/gui/charcreate.cpp.o:(.rodata._ZTV8ListItem[_ZTV8ListItem]+0x38): undefined reference to `CEGUI::ListboxTextItem::draw(CEGUI::GeometryBuffer&, CEGUI::Rect<float> const&, float, CEGUI::Rect<float> const*) const'
  106. CMakeFiles/sumwars.dir/src/gui/clipboard.cpp.o: In function `SWUtil::Clipboard::paste()':
  107. clipboard.cpp:(.text+0xc15): undefined reference to `CEGUI::Editbox::setCaretIndex(unsigned long)'
  108. CMakeFiles/sumwars.dir/src/gui/controlpanel.cpp.o: In function `ControlPanel::update()':
  109. controlpanel.cpp:(.text+0x3f6d): undefined reference to `CEGUI::Window::isVisible() const'
  110. controlpanel.cpp:(.text+0x3fdb): undefined reference to `CEGUI::Window::isVisible() const'
  111. controlpanel.cpp:(.text+0x4090): undefined reference to `CEGUI::Window::isVisible() const'
  112. CMakeFiles/sumwars.dir/src/gui/creditswindow.cpp.o: In function `CreditsWindow::update()':
  113. creditswindow.cpp:(.text+0xd04): undefined reference to `CEGUI::Window::isVisible() const'
  114. CMakeFiles/sumwars.dir/src/gui/dialoguewindow.cpp.o: In function `DialogueWindow::update()':
  115. dialoguewindow.cpp:(.text+0xfac): undefined reference to `CEGUI::Window::isVisible() const'
  116. dialoguewindow.cpp:(.text+0x11ca): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  117. dialoguewindow.cpp:(.text+0x1326): undefined reference to `CEGUI::Window::isVisible() const'
  118. dialoguewindow.cpp:(.text+0x133f): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  119. dialoguewindow.cpp:(.text+0x1490): undefined reference to `CEGUI::Window::isVisible() const'
  120. dialoguewindow.cpp:(.text+0x14a9): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  121. dialoguewindow.cpp:(.text+0x1523): undefined reference to `CEGUI::Window::isVisible() const'
  122. dialoguewindow.cpp:(.text+0x161e): undefined reference to `CEGUI::Window::isVisible() const'
  123. dialoguewindow.cpp:(.text+0x1637): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  124. dialoguewindow.cpp:(.text+0x1d97): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  125. dialoguewindow.cpp:(.text+0x1e12): undefined reference to `CEGUI::Window::isVisible() const'
  126. dialoguewindow.cpp:(.text+0x2060): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  127. dialoguewindow.cpp:(.text+0x23fb): undefined reference to `CEGUI::Window::isVisible() const'
  128. CMakeFiles/sumwars.dir/src/gui/dialoguewindow.cpp.o: In function `DialogueWindow::updateSpeechBubbles()':
  129. dialoguewindow.cpp:(.text+0x3af2): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  130. dialoguewindow.cpp:(.text+0x4522): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  131. dialoguewindow.cpp:(.text+0x587a): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  132. dialoguewindow.cpp:(.text+0x6447): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  133. CMakeFiles/sumwars.dir/src/gui/dialoguewindow.cpp.o: In function `DialogueWindow::onAnswerEnterArea(CEGUI::EventArgs const&)':
  134. dialoguewindow.cpp:(.text+0x78c9): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  135. CMakeFiles/sumwars.dir/src/gui/dialoguewindow.cpp.o:dialoguewindow.cpp:(.text+0x7b48): more undefined references to `CEGUI::NamedElement::getNamePath() const' follow
  136. CMakeFiles/sumwars.dir/src/gui/mainmenu.cpp.o: In function `MainMenu::setSavegameListVisible(bool)':
  137. mainmenu.cpp:(.text+0x3335): undefined reference to `CEGUI::Window::isVisible() const'
  138. CMakeFiles/sumwars.dir/src/gui/mainwindow.cpp.o: In function `MainWindow::update(float)':
  139. mainwindow.cpp:(.text+0x3637): undefined reference to `CEGUI::Window::isVisible() const'
  140. mainwindow.cpp:(.text+0x38a9): undefined reference to `CEGUI::Window::isVisible() const'
  141. mainwindow.cpp:(.text+0x3b0f): undefined reference to `CEGUI::Window::isVisible() const'
  142. mainwindow.cpp:(.text+0x3e4a): undefined reference to `CEGUI::Window::isVisible() const'
  143. CMakeFiles/sumwars.dir/src/gui/mainwindow.cpp.o:mainwindow.cpp:(.text+0x4236): more undefined references to `CEGUI::Window::isVisible() const' follow
  144. CMakeFiles/sumwars.dir/src/gui/optionswindow.cpp.o: In function `OptionsWindow::OptionsWindow(Document*, OIS::Keyboard*, std::string const&)':
  145. optionswindow.cpp:(.text+0x3170): undefined reference to `CEGUI::ToggleButton::setSelected(bool)'
  146. CMakeFiles/sumwars.dir/src/gui/partyinfo.cpp.o: In function `PartyInfo::update()':
  147. partyinfo.cpp:(.text+0x3d1d): undefined reference to `CEGUI::Window::isVisible() const'
  148. partyinfo.cpp:(.text+0x3ffe): undefined reference to `CEGUI::Window::isVisible() const'
  149. partyinfo.cpp:(.text+0x4299): undefined reference to `CEGUI::Window::isVisible() const'
  150. partyinfo.cpp:(.text+0x47c7): undefined reference to `CEGUI::Window::isVisible() const'
  151. partyinfo.cpp:(.text+0x48e9): undefined reference to `CEGUI::Window::isVisible() const'
  152. CMakeFiles/sumwars.dir/src/gui/partyinfo.cpp.o:partyinfo.cpp:(.text+0x4ab9): more undefined references to `CEGUI::Window::isVisible() const' follow
  153. CMakeFiles/sumwars.dir/src/gui/questinfo.cpp.o: In function `QuestInfo::QuestInfo(Document*, std::string const&)':
  154. questinfo.cpp:(.text+0x89f): undefined reference to `CEGUI::ToggleButton::setSelected(bool)'
  155. questinfo.cpp:(.text+0x9a8): undefined reference to `CEGUI::ToggleButton::setSelected(bool)'
  156. questinfo.cpp:(.text+0xab1): undefined reference to `CEGUI::ToggleButton::setSelected(bool)'
  157. CMakeFiles/sumwars.dir/src/gui/savegamelist.cpp.o: In function `SavegameList::update()':
  158. savegamelist.cpp:(.text+0x2068): undefined reference to `CEGUI::ImageManager::isDefined(CEGUI::String const&) const'
  159. savegamelist.cpp:(.text+0x21fd): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  160. savegamelist.cpp:(.text+0x25a9): undefined reference to `CEGUI::ImageManager::isDefined(CEGUI::String const&) const'
  161. savegamelist.cpp:(.text+0x25ec): undefined reference to `CEGUI::OgreRenderer::createTexture(CEGUI::String const&, Ogre::TexturePtr&, bool)'
  162. savegamelist.cpp:(.text+0x264e): undefined reference to `CEGUI::ImageManager::create(CEGUI::String const&, CEGUI::String const&)'
  163. savegamelist.cpp:(.text+0x2674): undefined reference to `CEGUI::BasicImage::setTexture(CEGUI::Texture*)'
  164. savegamelist.cpp:(.text+0x26f7): undefined reference to `CEGUI::BasicImage::setArea(CEGUI::Rect<float> const&)'
  165. CMakeFiles/sumwars.dir/src/gui/scene.cpp.o: In function `Scene::Scene(Document*, Ogre::RenderWindow*)':
  166. scene.cpp:(.text+0x8cb): undefined reference to `CEGUI::OgreRenderer::createTexture(CEGUI::String const&, Ogre::TexturePtr&, bool)'
  167. scene.cpp:(.text+0x93f): undefined reference to `CEGUI::ImageManager::create(CEGUI::String const&, CEGUI::String const&)'
  168. scene.cpp:(.text+0x965): undefined reference to `CEGUI::BasicImage::setTexture(CEGUI::Texture*)'
  169. scene.cpp:(.text+0x9e8): undefined reference to `CEGUI::BasicImage::setArea(CEGUI::Rect<float> const&)'
  170. scene.cpp:(.text+0xef7): undefined reference to `CEGUI::OgreRenderer::createTexture(CEGUI::String const&, Ogre::TexturePtr&, bool)'
  171. scene.cpp:(.text+0xf71): undefined reference to `CEGUI::ImageManager::create(CEGUI::String const&, CEGUI::String const&)'
  172. scene.cpp:(.text+0xfa0): undefined reference to `CEGUI::BasicImage::setTexture(CEGUI::Texture*)'
  173. scene.cpp:(.text+0x1032): undefined reference to `CEGUI::BasicImage::setArea(CEGUI::Rect<float> const&)'
  174. CMakeFiles/sumwars.dir/src/gui/skilltree.cpp.o: In function `SkillTree::update()':
  175. skilltree.cpp:(.text+0x2775): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  176. skilltree.cpp:(.text+0x30d8): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  177. skilltree.cpp:(.text+0x3fb6): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  178. skilltree.cpp:(.text+0x4716): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  179. skilltree.cpp:(.text+0x487f): undefined reference to `CEGUI::Window::isVisible() const'
  180. skilltree.cpp:(.text+0x5497): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  181. skilltree.cpp:(.text+0x5782): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  182. skilltree.cpp:(.text+0x57aa): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  183. skilltree.cpp:(.text+0x589c): undefined reference to `CEGUI::NamedElement::getNamePath() const'
  184. skilltree.cpp:(.text+0x5b85): undefined reference to `CEGUI::Window::isVisible() const'
  185. CMakeFiles/sumwars.dir/src/gui/tradewindow.cpp.o: In function `TradeWindow::update()':
  186. tradewindow.cpp:(.text+0x2482): undefined reference to `CEGUI::Window::isVisible() const'
  187. tradewindow.cpp:(.text+0x251d): undefined reference to `CEGUI::Window::isVisible() const'
  188. tradewindow.cpp:(.text+0x259b): undefined reference to `CEGUI::Window::isVisible() const'
  189. tradewindow.cpp:(.text+0x2631): undefined reference to `CEGUI::Window::isVisible() const'
  190. CMakeFiles/sumwars.dir/src/gui/tradewindow.cpp.o:tradewindow.cpp:(.text+0x26af): more undefined references to `CEGUI::Window::isVisible() const' follow
  191. collect2: error: ld returned 1 exit status
  192. make[2]: *** [sumwars] Error 1
  193. make[1]: *** [CMakeFiles/sumwars.dir/all] Error 2
  194. make: *** [all] Error 2
  195. [mike@localhost build]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement