| View Issue Details [ Jump to Notes ] | [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008623 | VTK | (No Category) | public | 2009-02-26 10:05 | 2016-08-12 09:55 |
|
| Reporter | Nido Media | |
| Assigned To | Kitware Robot | |
| Priority | normal | Severity | minor | Reproducibility | sometimes |
| Status | closed | Resolution | moved | |
| Platform | | OS | | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0008623: required library Xt not recognised when VTK_USE_RENDERING is on |
| Description | 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) |
| Additional Information | This failure has been noted on a Fedora 10 system. |
| Tags | No tags attached. |
|
| Project | |
| Type | |
|
| Attached Files | |
|