i ran the make from the source and all it does is give an error....
so it never finishes.COpenGLExtensionHandler.h3: error: ‘PFNGLBLENDEQUATIONPROC’ does not name a type
PFNGLBLENDEQUATIONPROC pGlBlendEquation;
^
COpenGLExtensionHandler.h: In member function ‘void irr::video::COpenGLExtensionHandler::extGlBlendEquation(GLenum)’:
COpenGLExtensionHandler.h6: error: ‘pGlBlendEquation’ was not declared in this scope
if (pGlBlendEquation)
^
make: *** [COpenGLDriver.o] Error 1
i dont understand why there would be an error like that during make. i mean i realize what it sais " ‘pGlBlendEquation’ was not declared in this scope" but how do you fix that .-.?