MantisBT - VTK
View Issue Details
0010504VTK(No Category)public2010-04-01 21:542016-08-12 09:55
Hans Johnson 
David Partyka 
normalmajoralways
closedmoved 
 
 
0010504: VTK 5.6 wont build under Mac with Parallel and CMAKE_INSTALL_PREFIX set.
[ 75%] Generating vtkSocketCommunicatorHash.h
dyld: Library not loaded: libvtksys.5.6.dylib
  Referenced from: /Users/hjohnson/src/BRAINS-COMPILE/Darwin/FAST_64-lib/VTK-build/Parallel/../bin/vtkHashSource
  make[1]: *** [Parallel/CMakeFiles/vtkParallel.dir/all] Error 2
  make: *** [all] Error 2


In VTK/Parallel/CMakeLists.txt

238 # Generate "vtkSocketCommunicatorHash.h".
239 ADD_CUSTOM_COMMAND(
240 OUTPUT ${VTK_BINARY_DIR}/Parallel/vtkSocketCommunicatorHash.h
241 DEPENDS ${VTK_SOURCE_DIR}/Parallel/vtkSocketCommunicator.cxx
242 vtkHashSource
243 COMMAND vtkHashSource
244 ${VTK_SOURCE_DIR}/Parallel/vtkSocketCommunicator.cxx
245 vtkSocketCommunicatorHash vtkSocketCommunicatorHash.h
246 )



The problem is that the program vtkHashSource depends on share libraries that are not on the environment path.
No tags attached.
txt CMakeCache.txt (69,046) 2010-04-01 21:54
https://www.vtk.org/Bug/file/8006/CMakeCache.txt
Issue History
2010-04-01 21:54Hans JohnsonNew Issue
2010-04-01 21:54Hans JohnsonFile Added: CMakeCache.txt
2010-06-16 13:30David PartykaStatusbacklog => tabled
2010-06-16 13:30David PartykaAssigned To => David Partyka
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037158
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved

Notes
(0037158)
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.