MantisBT - VTK
View Issue Details
0010826VTK(No Category)public2010-06-14 12:452013-04-05 19:59
Ben Boeckel (Kitware) 
David Partyka 
normalminoralways
closedfixed 
 
 
0010826: Cannot build off-screen rendering with X enabled
The CMake makes it impossible to build both the vtkOSOpenGLRenderWindow as well as the vtkXOpenGLRenderWindow classes in the same build. Is there a reason for this? They are subclasses of OpenGLRenderWindow, so they should be able to co-exist.
No tags attached.
Issue History
2010-06-14 12:45Ben Boeckel (Kitware)New Issue
2010-06-16 12:24Ben Boeckel (Kitware)Note Added: 0021029
2010-11-30 22:50David PartykaAssigned To => David Partyka
2010-11-30 22:50David PartykaStatusbacklog => tabled
2010-11-30 22:50David PartykaNote Added: 0023624
2010-11-30 22:50David PartykaStatustabled => @80@
2010-11-30 22:50David PartykaResolutionopen => fixed
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:59Berk GeveciStatuscustomer review => closed

Notes
(0021029)
Ben Boeckel (Kitware)   
2010-06-16 12:24   
Nevermind, I now see why this is the way it is, so this bug is invalid.
(0023624)
David Partyka   
2010-11-30 22:50   
Right, the vtkRenderingFactory should only instantiate one or the other. I also recently changed the CMake logic to force X11/Cocoa/Carbon OFF if Off Screen rendering is enabled.