MantisBT - VTK
View Issue Details
0008623VTK(No Category)public2009-02-26 10:052016-08-12 09:55
Nido Media 
Kitware Robot 
normalminorsometimes
closedmoved 
 
 
0008623: required library Xt not recognised when VTK_USE_RENDERING is on
When VTK_USE_RENDERING is turned on, make eventually compiles a source code file which inlcudes X11/StringDefs.h; which is part of libXt.

A warning of this condition would be in order. This can be done by inserting the text following on line 637 of the root CMakeLists.txt (before ENDIF(VTK_USE_RENDERING)

IF(NOT X11_Xt_FOUND)
  MESSAGE(FATAL_ERROR, "X11-Xt not found. This is required when CTK_USE_RENDERING is on)"
ENDIF(NOT X11_Xt_FOUND)
This failure has been noted on a Fedora 10 system.
No tags attached.
Issue History
2009-02-26 10:05Nido MediaNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037058
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037058)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.