- {l Code}: {l Select All Code}
guiengine/widgets/text_box_widget.cpp: In member function ‘virtual void GUIEngine::TextBoxWidget::add()’:
guiengine/widgets/text_box_widget.cpp:95:58: error: cannot allocate an object of abstract type ‘MyCGUIEditBox’
guiengine/widgets/text_box_widget.cpp:33:1: note: because the following virtual functions are pure within ‘MyCGUIEditBox’:
/usr/include/irrlicht/IGUIEditBox.h:33:21: note: virtual irr::gui::IGUIFont* irr::gui::IGUIEditBox::getOverrideFont() const
/usr/include/irrlicht/IGUIEditBox.h:38:21: note: virtual irr::gui::IGUIFont* irr::gui::IGUIEditBox::getActiveFont() const
/usr/include/irrlicht/IGUIEditBox.h:64:16: note: virtual void irr::gui::IGUIEditBox::setDrawBackground(bool)
make[2]: *** [text_box_widget.o] Erro 1
This is what I’m getting while trying to compile STK. It happens with SVN versions of Irrlicht 3777 and 3882. Which version of Irrlicht do you use? If you use the same I do, which steps do you follow to compile it?