After quite some searching on the Internet I finally found a solution: I had to install some other libraries first. I'm on Linux Ubuntu and used the following line:
I don't know which one of these packages containd the missing GL/glx.h header file, and where it was installed. But afterwards, the "make config=debug" command worked fine and the library .a files are built without error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded glsdk_0_5_2 and tried to build the OpenGL SDK libraries.
On Linux, here is what I do: (premake4 version 4.3)
I also cannot find glx.h anywhere.
Any idea what I need to do? Is there a dependency on another distribution which I need to download separately?
After quite some searching on the Internet I finally found a solution: I had to install some other libraries first. I'm on Linux Ubuntu and used the following line:
I don't know which one of these packages containd the missing GL/glx.h header file, and where it was installed. But afterwards, the "make config=debug" command worked fine and the library .a files are built without error.