You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
foo@ellis:~/irrlicht-svn/source/Irrlicht$ make NDEBUG=1
g++ -Wall -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLExtensionHandler.o COpenGLExtensionHandler.cpp
COpenGLExtensionHandler.h: In member function »void* irr::video::COpenGLExtensionHandler::extGlMapBuffer(GLenum, GLenum)«:
COpenGLExtensionHandler.h:1437: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion
COpenGLExtensionHandler.h: In member function »GLboolean irr::video::COpenGLExtensionHandler::extGlUnmapBuffer(GLenum)«:
COpenGLExtensionHandler.h:1449: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion
COpenGLExtensionHandler.h: In member function »GLboolean irr::video::COpenGLExtensionHandler::extGlIsBuffer(GLuint)«:
COpenGLExtensionHandler.h:1461: Warnung: keine return-Anweisung in nicht void zurückgebender Funktion
COpenGLExtensionHandler.cpp: In member function »void irr::video::COpenGLExtensionHandler::initExtensions(bool)«:
COpenGLExtensionHandler.cpp:385: Fehler: ungültige Umwandlung von »void (*)(GLsizei, const GLuint*)« in »void (*)(GLenum, GLenum, GLint*)«
make: *** [COpenGLExtensionHandler.o] Fehler 1
regards
randomMesh
Last edited by randomMesh on Mon Nov 19, 2007 4:25 am, edited 1 time in total.