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
Hi there. I am following a_) Standalone Superbuild_ in hopes of installing ukftractography. On the 'make' step, I am receiving an error. I am working on a Windows 11 laptop, but using Ubuntu 16.04. The output is quite large, but I have included what was still visible to me in a text file: ukf - make output - jan12.txt
Hi there. I am following a_) Standalone Superbuild_ in hopes of installing ukftractography. On the 'make' step, I am receiving an error. I am working on a Windows 11 laptop, but using Ubuntu 16.04. The output is quite large, but I have included what was still visible to me in a text file:
ukf - make output - jan12.txt
My input:
git clone https://github.com/pnlbwh/ukftractography.git
cmake ukftractography/
make
My error:
In file included from /mnt/c/Users/katie/pnlNipype/jan12-ukf/ITK/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_iostream.h:5,
from /mnt/c/Users/katie/pnlNipype/jan12-ukf/ITK/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_deprecated.cxx:4:
/mnt/c/Users/katie/pnlNipype/jan12-ukf/ITK/Modules/ThirdParty/VNL/src/vxl/vcl/vcl_compiler.h:90:4: error: #error "Dunno about this gcc"
90 | # error "Dunno about this gcc"
| ^~~~~
Modules/ThirdParty/VNL/src/vxl/vcl/CMakeFiles/itkvcl.dir/build.make:75: recipe for target 'Modules/ThirdParty/VNL/src/vxl/vcl/CMakeFiles/itkvcl.dir/vcl_deprecated.cxx.o' failed
make[5]: *** [Modules/ThirdParty/VNL/src/vxl/vcl/CMakeFiles/itkvcl.dir/vcl_deprecated.cxx.o] Error 1
CMakeFiles/Makefile2:2570: recipe for target 'Modules/ThirdParty/VNL/src/vxl/vcl/CMakeFiles/itkvcl.dir/all' failed
make[4]: *** [Modules/ThirdParty/VNL/src/vxl/vcl/CMakeFiles/itkvcl.dir/all] Error 2
Makefile:155: recipe for target 'all' failed
make[3]: *** [all] Error 2
CMakeFiles/ITK.dir/build.make:86: recipe for target 'ITK-prefix/src/ITK-stamp/ITK-build' failed
make[2]: *** [ITK-prefix/src/ITK-stamp/ITK-build] Error 2
CMakeFiles/Makefile2:904: recipe for target 'CMakeFiles/ITK.dir/all' failed
make[1]: *** [CMakeFiles/ITK.dir/all] Error 2
Makefile:100: recipe for target 'all' failed
make: *** [all] Error 2
If you need more information, please let me know.
The text was updated successfully, but these errors were encountered: