Changes between Initial Version and Version 1 of Ticket #11739, comment 11


Ignore:
Timestamp:
Jul 30, 2016, 1:27:39 PM (8 years ago)
Author:
waddlesplash

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11739, comment 11

    initial v1  
    11> Includes in glut.h seem to have extra GL/ in their path.
    22
    3 I'm not sure why that's happening. As you can see in the glut.h header, it includes the files using <GL/gl.h> and <GL/glut.h>. I tried some of the GLUT samples from https://www.opengl.org/archives/resources/code/samples/glut_examples/examples/examples.html using just {{{gcc file.c -lGL -lglut}}} and they compiled and ran just fine.
     3I'm not sure why that's happening. As you can see in the glut.h header, it includes the files using <GL/gl.h> and <GL/glu.h>. I tried some of the GLUT samples from https://www.opengl.org/archives/resources/code/samples/glut_examples/examples/examples.html using just {{{gcc file.c -lGL -lglut}}} and they compiled and ran just fine.