Linux compile error latest svn

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Umbra
Posts: 19
Joined: Sun Aug 26, 2007 12:54 pm

Linux compile error latest svn

Post by Umbra »

When trying to compile Irrlicht i get this error..

COpenGLDriver.h:118: error: extra qualification âirr::video::COpenGLDriver::â on member âupdateVertexHardwareBuffer
COpenGLDriver.h:119: error: extra qualification âirr::video::COpenGLDriver::â on member âupdateIndexHardwareBufferâ
make: *** [COpenGLDriver.o] Error 1

whats that about ?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

That's a bug, but most compilers ignore it. So it goes through quite easily. But it's fixed in rev. 1108.
Umbra
Posts: 19
Joined: Sun Aug 26, 2007 12:54 pm

Post by Umbra »

thx works now :-D
Post Reply