When I am trying to launch NeHe examples from GLUT package I have the following console output:
Warning: could not import OpenGLStd.glVertex2i into OpenGL Warning: could not import OpenGLStd.glVertex3i into OpenGL Warning: could not import OpenGLStd.glVertex2d into OpenGL Warning: could not import OpenGLStd.glVertex3d into OpenGL Warning: could not import OpenGLStd.glVertex4d into OpenGL Warning: could not import OpenGLStd.glTexCoord2i into OpenGL Warning: could not import OpenGLStd.glTexCoord3i into OpenGL Warning: could not import OpenGLStd.glTexCoord4i into OpenGL Warning: could not import OpenGLStd.glTexCoord2d into OpenGL Warning: could not import OpenGLStd.glTexCoord3d into OpenGL Warning: could not import OpenGLStd.glTexCoord4d into OpenGL Warning: could not import OpenGLStd.glNormal3d into OpenGL Warning: could not import OpenGLStd.glColor3f into OpenGL Warning: could not import OpenGLStd.glColor4f into OpenGL Warning: could not import OpenGLStd.glColor3b into OpenGL Warning: could not import OpenGLStd.glColor4b into OpenGL Warning: could not import OpenGLStd.glScaled into OpenGL Warning: could not import OpenGLStd.glTranslated into OpenGL Warning: could not import OpenGLStd.glRotated into OpenGL Warning: could not import OpenGLStd.glBegin into OpenGL Warning: could not import OpenGLStd.glEnd into OpenGL Warning: could not import OpenGLStd.glPushMatrix into OpenGL Warning: could not import OpenGLStd.glLoadIdentity into OpenGL ERROR: GL_LESS not defined in initGL at /home/alex/.julia/GLUT/Examples/NeHe/tut2/tut2.jl:27 in include_from_node1 at loading.jl:120 Can anyone suggest why this error occurs?
