View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008623VTK(No Category)public2009-02-26 10:052016-08-12 09:55
ReporterNido Media 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilitysometimes
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0008623: required library Xt not recognised when VTK_USE_RENDERING is on
DescriptionWhen 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)
Additional InformationThis failure has been noted on a Fedora 10 system.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0037058)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2009-02-26 10:05 Nido Media New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037058
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team