DTIPrep icon indicating copy to clipboard operation
DTIPrep copied to clipboard

Run time error of DTIPrep because of a missed shared library

Open aghayoor opened this issue 8 years ago • 9 comments

I cloned the latest version of DTIPrep (975ed3d9653a785f96405ad96da6bd1f443d59e6) and built it on a Mac OS X 10.10.4 using default cmake parameters except that I turned off USE_DTIProcess. The build was successful, and DTIPrep binary was generated in: bin/DTIPrep.app/Contents/MacOS/DTIPrep

While all other binaries were generated in the "bin/" directory. Why is DTIPrep binary generated in a .app directory rather than the bin directory?

Also, when I run the DTIPrep on a test dataset, I get following error:

" dyld: Library not loaded: libtiff.5.dylib Referenced from: /scratch/DTIPrep/release-20160523/bin/DTIPrep.app/Contents/MacOS/DTIPrep Reason: image not found Trace/BPT trap: 5 "

Does anyone have an idea how to fix this issue?

Thank you, Ali

aghayoor avatar May 25 '16 20:05 aghayoor