<br>I&#39;ve sucessfully compiled VTK and Qt under Windows, and all the tests pass. However, I want <br>to use Mesa GL libraries (which are also available for Windows) with VTK. Is that in anyway possible?<br><br>When recompiling VTK with Mesa support, I get the following errors:
<br><br>In file included from C:/Dev/vtk-5.0.3/Rendering/vtkGraphicsFactory.cxx:71:<br>C:/Dev/vtk-5.0.3/Rendering/vtkXMesaRenderWindow.h:26:73: X11/Xlib.h: No such file or directory<br>C:/Dev/vtk-5.0.3/Rendering/vtkXMesaRenderWindow.h:27:74: X11/Xutil.h: No such file or directory
<br>In file included from C:/Dev/vtk-5.0.3/Rendering/vtkGraphicsFactory.cxx:71:<br>C:/Dev/vtk-5.0.3/Rendering/vtkXMesaRenderWindow.h:78: error: `Colormap&#39; does not name a type<br>C:/Dev/vtk-5.0.3/Rendering/vtkXMesaRenderWindow.h:79: error: ISO C++ forbids declaration of `Visual&#39; with no type
<br><br>Obviously, I do not have X on Windows, is there a some sort of vtkWin32MesaRenderWindow available?<br><br>Thanks for your time.<br><br>Best Regards,<br><br>Maurice<br>