Lucan1d
08-25-2011, 05:38 PM
I have just checked-out the SVN source for freetype-gl and am having some compile errors.
The following symbols cannot be found:
* vertex-buffer.h
GLchar
* demo-subpixel.c
GL_COMPILE_STATUS
G[B]L_LINK_STATUS
GL_VERTEX_SHADER
GL_FRAGMENT_SHADER
* vertex-buffer.c
GL_ARRAY_BUFFER
GL_DYNAMIC_DRAW
GL_ELEMENT_ARRAY_BUFFER
I am building using Eclipse 3.7 and MinGW on Windows 7. I am guessing that these symbols belong to an OpenGL version that is more recent than the one supported by the <GL/gl.h> header file included with MinGW. Would that be right? What version of OpenGL support do I need?
Thanks,
-Lucan1d
The following symbols cannot be found:
* vertex-buffer.h
GLchar
* demo-subpixel.c
GL_COMPILE_STATUS
G[B]L_LINK_STATUS
GL_VERTEX_SHADER
GL_FRAGMENT_SHADER
* vertex-buffer.c
GL_ARRAY_BUFFER
GL_DYNAMIC_DRAW
GL_ELEMENT_ARRAY_BUFFER
I am building using Eclipse 3.7 and MinGW on Windows 7. I am guessing that these symbols belong to an OpenGL version that is more recent than the one supported by the <GL/gl.h> header file included with MinGW. Would that be right? What version of OpenGL support do I need?
Thanks,
-Lucan1d