Vtk Build Mac Os X 10.10 , No Rule To Make Target '...libpython2.7.dylib'
I am trying to build this code on Mac OS X 10.10 with vtk-6.1.1. After 'cmake' I run 'make' and it delivers me the following error: Scanning dependencies of target ReadDICOMSeries
Solution 1:
Solved it by
brew update
brew rm vtk
brew install vtk --with-qt
Post a Comment for "Vtk Build Mac Os X 10.10 , No Rule To Make Target '...libpython2.7.dylib'"