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
Building with system ITK (installed via conda, currently ITK 5.3), NiftyReg and ITK both use the nifti library and are not careful about conflicts, leading to
In file included from /home/kris/devel/install/include/nifti1_io.h:18,
from /home/kris/devel/install/include/_reg_maths.h:22,
from /home/kris/devel/install/include/_reg_tools.h:20,
from /home/kris/devel/buildConda/sources/SIRF/src/Registration/cReg/include/sirf/Reg/NiftiImageData.h:40,
from /home/kris/devel/buildConda/sources/SIRF/src/Registration/cReg/include/sirf/Reg/NiftiImageData3D.h:32,
from /home/kris/devel/buildConda/sources/SIRF/src/Synergistic/cSyn/utilities.cpp:34:
/home/kris/devel/install/include/nifti1.h:144:11: error: redefinition of 'struct nifti_1_header'
144 | struct nifti_1_header
| ^~~~~~~~~~~~~~
In file included from /home/kris/miniconda3/envs/cilsirfbuild/include/ITK-5.3/nifti1_io.h:18,
from /home/kris/devel/buildConda/sources/SIRF/src/Registration/cReg/include/sirf/Reg/NiftiImageData.h:32:
/home/kris/miniconda3/envs/cilsirfbuild/include/ITK-5.3/nifti1.h:148:8: note: previous definition of 'struct nifti_1_header'
148 | struct nifti_1_header { /* NIFTI-1 usage */ /* ANALYZE 7.5 field(s) */
| ^~~~~~~~~~~~~~
I'm not sure though why ITK is in the include path here.
The text was updated successfully, but these errors were encountered:
KrisThielemans
changed the title
conflict in Nifti library when building with installed ITK
conflict in Nifti library when building with installed ITK>=5.3
Sep 30, 2024
We currently are limited to ITK<=5.2 therefore, until either NiftyReg updates, InsightSoftwareConsortium/ITK#1450 gets fixed, or UCL/STIR#1518 gets merged (and we require it). Luckily, the latter seems simple...
KrisThielemans
changed the title
conflict in Nifti library when building with installed ITK>=5.3
conflict in Nifti library when building with ITK>=5.3
Oct 1, 2024
Building with system ITK (installed via conda, currently ITK 5.3), NiftyReg and ITK both use the nifti library and are not careful about conflicts, leading to
I'm not sure though why ITK is in the include path here.
The text was updated successfully, but these errors were encountered: