First post, by arromdee3
Mageia Linux 7.1 64 bit,, Radeon R7 260X. Dosbox-X latest version. Trying to play Tomb Raider Glide version. The openglide I used is from https://github.com/voyageur/openglide .
1) Compiling this gives a warning:
glext.h:54: warning: "GL_GLEXT_VERSION" redefined
#define GL_GLEXT_VERSION 16
In file included from /usr/include/GL/gl.h:2050,
from /usr/include/SDL/SDL_opengl.h:48,
from platform/window.h:23,
from GlOgl.h:39,
from GLutil.cpp:19:
/usr/include/GL/glext.h:54: note: this is the location of the previous definition
#define GL_GLEXT_VERSION 20190911
2) This crashes in Tomb Raider nside the openglide library, in RenderAddTriangle() in GLRender.cpp, as soon as I get to a screen which uses Glide.
It's my understanding that the compile warning is caused by a conflict between the included glext.h and the system one, but I have no idea how to fix it or whether it's related to my problem.