When building VTK on Rocky 9.5 and Intel compilers we get the following errors:
In file included from /home/myaux/ParaView-v5.11.1/VTK/ThirdParty/glew/vtkglew/src/glew.c(41):
/usr/include/GL/osmesa.h(125): error: expected a ";"
OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
^
In file included from /home/myaux/ParaView-v5.11.1/VTK/ThirdParty/glew/vtkglew/src/glew.c(41):
/usr/include/GL/osmesa.h(138): error: expected a ";"
OSMesaCreateContextExt( GLenum format, GLint depthBits, GLint stencilBits,
^
Why is this happening?
Regards