View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003931VTK(No Category)public2006-10-12 05:002007-02-10 13:29
ReporterJens Henrik Goebbert 
Assigned ToMathieu Malaterre 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003931: "make install" misses parts needed by "vtkLocal"
DescriptionWhile starting to put up my own vtk-class I compiled VTK in /tmp/vtk/VTK and installed it to /usr/local.

With this installed VTK it was not possible to cmake a copy of vtkLocal using the VTK-DIR /usr/local/lib.

The solution was:
1) to copy a bunch of files from tmp/vtk/VTK/CMake (at the end I simply copied the whole directory) to /usr/local/lib/vtk-5.1/CMake
2) to copy /tmp/vtk/VTK/UseVTK.cmake to /usr/local/lib/vtk-5.1/

(the problem occured because INCLUDE(${VTK_USE_FILE}) and VTK_MAKE_INSTANTIATOR3(..) is used in CMakeLists.txt of vtkLocal)
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2011-06-16 13:11 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team