<div dir="ltr"><div>Is OSMESA a required module? I&#39;m looking to get a very basic build with Java support, and am getting compile errors (on MacOS) in that code:</div><div><br></div><div>Thanks!</div><div><br></div><div>

<br></div><div><div>.../VTK6.0.0/Rendering/OpenGL/vtkOSOpenGLRenderWindow.cxx:53:3: error: </div><div>      unknown type name &#39;OSMesaContext&#39;</div><div>  OSMesaContext OffScreenContextId;</div><div>  ^</div><div>
.../VTK6.0.0/Rendering/OpenGL/vtkOSOpenGLRenderWindow.cxx:188:42: error: </div>
<div>      use of undeclared identifier &#39;OSMesaCreateContext&#39;</div><div>    this-&gt;Internal-&gt;OffScreenContextId = OSMesaCreateContext(GL_RGBA, NULL);</div><div>                                         ^</div>

<div>.../VTK6.0.0/Rendering/OpenGL/vtkOSOpenGLRenderWindow.cxx:359:48: error: </div><div>      use of undeclared identifier &#39;OSMesaGetCurrentContext&#39;</div><div>    result=this-&gt;Internal-&gt;OffScreenContextId==OSMesaGetCurrentContext();</div>

</div><br clear="all"><div><br></div>
</div>