You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
[ 3%] Performing build step for 'NIFTI'
-- Configuring done
-- Generating done
-- Build files have been written to: /axiom2/projects/software/arch/linux-xenial-xerus/src/minc-toolkit-build/NIFTI-build
[ 6%] Building C object znzlib/CMakeFiles/znz.dir/znzlib.c.o
In file included from /axiom2/projects/software/arch/linux-xenial-xerus/src/minc-toolkit-build/NIFTI/znzlib/znzlib.c:24:0:
/axiom2/projects/software/arch/linux-xenial-xerus/src/minc-toolkit-build/NIFTI/znzlib/znzlib.h:62:18: fatal error: zlib.h: No such file or directory
#include "zlib.h"
^
compilation terminated.
Somehow the proper include directories to compile NIFTI are not added in its CMakeLists.txt file. Any clue why that it?
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
The text was updated successfully, but these errors were encountered: