Changes between Initial Version and Version 1 of Ticket #11739, comment 11
- Timestamp:
- Jul 30, 2016, 1:27:39 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11739, comment 11
initial v1 1 1 > Includes in glut.h seem to have extra GL/ in their path. 2 2 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/glu t.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.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/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.