Hi,
I am temporarily using ubuntu (64bit) and tried to compile glob2
(default branch).
Scons has trouble with opengl.
...
Checking for C library GL... no
Checking for C library GL... yes
Checking for C++ header file OpenGL/gl.h... no
Checking for C library opengl32... no
Could not find libGL or opengl32, or could not find GL/gl.h or OpenGL/gl.h
Checking for C library GLU... yes
Checking for C++ header file GL/glu.h... yes
Checking for C library fribidi... no
Missing OpenGL
I looked for the file gl.h myself.
It is in: /usr/include/GL/gl.h
Does scons not look at this path?