As for my debian distro I am using Debian ETCH AMD64 and this is the first time I've had any compile problems with it. My GCC is version 4.1COpenGLDriver.cpp: In member function ‘virtual void irr::video::COpenGLDriver::s etAmbientLight(const irr::video::SColorf&)’:
COpenGLDriver.cpperror: ‘GLfloat’ was not declared in this scope
COpenGLDriver.cpperror: expected `;' before ‘data’
COpenGLDriver.cpperror: ‘GL_LIGHT_MODEL_AMBIENT’ was not declared in this scope
COpenGLDriver.cpperror: ‘data’ was not declared in this scope
COpenGLDriver.cpperror: ‘glLightModelfv’ was not declared in this scope
COpenGLDriver.cpp: In member function ‘virtual void irr::video::COpenGLDriver::s etViewPort(const irr::core::rect<int>&)’:
COpenGLDriver.cpperror: ‘glViewport’ was not declared in this scope
COpenGLDriver.cpp: In member function ‘virtual void irr::video::COpenGLDriver::d rawStencilShadowVolume(const irr::core::vector3df*, irr::s32, bool)’:
COpenGLDriver.cpperror: ‘GL_COLOR_BUFFER_BIT’ was not declared in this sc ope
COpenGLDriver.cpperror: ‘GL_DEPTH_BUFFER_BIT’ was not declared in this sc ope
COpenGLDriver.cpperror: ‘GL_ENABLE_BIT’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_POLYGON_BIT’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_STENCIL_BUFFER_BIT’ was not declared in this scope
COpenGLDriver.cpperror: ‘glPushAttrib’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_LIGHTING’ was not declared in this scope
COpenGLDriver.cpperror: ‘glDisable’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_FOG’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_FALSE’ was not declared in this scope
COpenGLDriver.cpperror: ‘glDepthMask’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_LEQUAL’ was not declared in this scope
COpenGLDriver.cpperror: ‘glDepthFunc’ was not declared in this scope
COpenGLDriver.cpperror: ‘glColorMask’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_STENCIL_TEST’ was not declared in this scope
COpenGLDriver.cpperror: ‘glEnable’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_ALWAYS’ was not declared in this scope
COpenGLDriver.cpperror: ‘glStencilFunc’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_CULL_FACE’ was not declared in this scope
COpenGLDriver.cpperror: ‘GL_VERTEX_ARRAY’ was not declared in this scope
COpenGLDriver.cpperror: ‘glEnableClientState’ was not declared in this sc ope
If anyone could help it would be much appreciated.
Thanks