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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
Not sure if this issue has been resolved elsewhere, but I can confirm adding those two #include statements at the appropriate location resolved that error for me. I encountered a different issue downstream that is related to my local Ruby setup (or lack thereof) - 'Could NOT find Ruby (missing: Ruby_EXECUTABLE Ruby_LIBRARY) (found suitable version "3.0.2", minimum required is "1.8.0")'.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello everyone,
I'm try to compile SimpleElastix on my linux environment, though I'm facing this issue at 79% of the compilation :
[ 79%] Building C object Modules/ThirdParty/HDF5/src/itkhdf5/src/CMakeFiles/hdf5-static.dir/__/H5lib_settings.c.o
[ 79%] Linking C static library ../../../../../../lib/libitkhdf5.a
[ 79%] Built target hdf5-static
make[3]: *** [Makefile:156: all] Error 2
make[2]: *** [CMakeFiles/ITK.dir/build.make:86: ITK-prefix/src/ITK-stamp/ITK-build] Error 2
make[1]: *** [CMakeFiles/Makefile2:264: CMakeFiles/ITK.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
Has someone an idea to resolve it? Thank you very much in advance.
The text was updated successfully, but these errors were encountered: