Page 1 of 1
Errors compiling IrrlichtRenderer
Posted: Tue Aug 01, 2006 16:18
by kornerr
Code: Select all
irrlichtrenderer.cpp: In member function `virtual CEGUI::Texture*
CEGUI::IrrlichtRenderer::createTexture()':
irrlichtrenderer.cpp:154: error: cannot allocate an object of type `
CEGUI::IrrlichtTexture'
irrlichtrenderer.cpp:154: error: because the following virtual functions are
abstract:
../../include/CEGUITexture.h:122: error: virtual void
CEGUI::Texture::loadFromMemory(const void*, unsigned int, unsigned int,
CEGUI::Texture::PixelFormat)
Posted: Tue Aug 01, 2006 16:23
by lindquist
looks like you need to get svn trunk
RC1 has a broken irrlicht renderer
Posted: Sat Sep 02, 2006 04:55
by kornerr
Please, modify ./configure checkings so that it compiles app NOT with gcc, but with g++! gcc can't see c++'s includes! and so, I can't compile irrlicht renderer, because it includes <new>, <cstring>, etc.
Or tell me how to do it.
Posted: Sat Sep 02, 2006 15:15
by CrazyEddie
It all works ok here (and for most other users, since we're not inundated with reports of this issue)...
What system are you using an what errors are you seeing specifically?
Thanks,
CE.