Open mcvaneede opened 8 years ago
Resurrecting a long dead issue, with #54 and #53 solved, I now run into this.
Given the error and how broken the cmake is in NIFTILIB 2.0 was, I suspect this is the fix: https://github.com/BIC-MNI/minc-toolkit-v2/blob/develop-1.9.17/cmake-modules/BuildNIFTI.cmake#L62-L63
But perhaps we can just pull over the whole BuildNIFTI.cmake from minc-toolkit-v2?
What do you think @vfonov ?
yes, you can backport it
Fixed by #55
I'm trying to build version 1.0.08 on Ubuntu 16.04. During the installation procedure, ZLIB is build, but when NIFTI is being compiled, the following error occurs:
Somehow the proper include directories to compile NIFTI are not added in its CMakeLists.txt file. Any clue why that it?
Some sytem information: Ubuntu 16.04 cmake 3.5.1 g++ 4.9.3 gcc 4.9.3