Hello all,
I am attempting to install and compile GATE which used ITK alongside it. When running make to compile GATE, I get this error regarding a missing ITK file:
strangefruition@WORK:~/Gate-9.1/gate_v9.1-build$ make -j32
Consolidate compiler generated dependencies of target GateLib
[100%] Built target GateLib
Consolidate compiler generated dependencies of target Gate
make[2]: *** No rule to make target ‘/home/strangefruition/ITK-build/lib/libITKIOGDCM-5.3.a’, needed by ‘Gate’. Stop.
CMakeFiles/Makefile2:840: recipe for target ‘CMakeFiles/Gate.dir/all’ failed
make[1]: *** [CMakeFiles/Gate.dir/all] Error 2
Makefile:145: recipe for target ‘all’ failed
make: *** [all] Error 2
Does anyone have an idea as to where this missing file might be or why it wasn’t generated?
Deepest apologies if this is the wrong place for this question. I’m a student trying to install these softwares and am learning.