Hi, I am trying to compile a simple g++ program, but compilation halts on the line
#include <GL/glut.h>
and reports a ''no such file or directory".
I installed both devpkg-freeglut and devpkg-mesa.
Also, I could not find any documentation on glut specifically for clearlinux.
Any suggestions?
Many thanks.
1- try “swupd search-file glut.h” and install the bundle that creates the file glut in /usr/include/GL.
2- You probably already have the file in your system. Try “find / -name glut.h” and change the source of your code to point to that file OR create a symbolic link in /usr/include/GL to that file.