View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010504VTK(No Category)public2010-04-01 21:542016-08-12 09:55
ReporterHans Johnson 
Assigned ToDavid Partyka 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010504: VTK 5.6 wont build under Mac with Parallel and CMAKE_INSTALL_PREFIX set.
Description[ 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.
TagsNo tags attached.
Project
Type
Attached Filestxt file icon CMakeCache.txt [^] (69,046 bytes) 2010-04-01 21:54 [Show Content]

 Relationships

  Notes
(0037158)
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
2010-04-01 21:54 Hans Johnson New Issue
2010-04-01 21:54 Hans Johnson File Added: CMakeCache.txt
2010-06-16 13:30 David Partyka Status backlog => tabled
2010-06-16 13:30 David Partyka Assigned To => David Partyka
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037158
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved


Copyright © 2000 - 2018 MantisBT Team