[Insight-developers] nifti not installed properly
Brad King
brad.king at kitware.com
Mon Aug 8 10:12:31 EDT 2005
Hello,
The following build failure:
http://www.itk.org/Testing/Sites/hythloth.kitware/zTesting-Linux-gcc-3.3/20050808-0100-Nightly/BuildError.html
is because that build uses an installed ITK tree. See the bottom of the
notes:
http://www.itk.org/Testing/Sites/hythloth.kitware/zTesting-Linux-gcc-3.3/20050808-0100-Nightly/Notes.html
The reason is that the nifti library does not have proper install rules.
The following files appear in PREFIX/:
include/config.h
include/niftilib/nifti1.h
include/niftilib/nifti1_io.h
include/znzlib.h
of the ITK install tree. These should be in InsightToolkit.
Alternatively the nifti reader could be written like the png and tiff
readers to only need the include file in the build tree and not install
the headers at all.
-Brad
More information about the Insight-developers
mailing list