pyushkevich / greedy

Very fast greedy diffeomorphic registration code
GNU General Public License v3.0
62 stars 17 forks source link

problem building (ITK configuration) #37

Open kulasbart opened 1 year ago

kulasbart commented 1 year ago

Hi there. I'm quite new to configuring with CMake, but I have followed the error messages and still don't seem to be getting a result here. After following the steps here https://greedy.readthedocs.io/en/latest/install.html ... I am still receiving these errors with configuring greedy

Screen Shot 2022-12-09 at 11 54 20 AM

Screen Shot 2022-12-09 at 11 54 31 AM

I have linked the directory with the ITKConfig.cmake file .... does it look like this error stemmed from the configuration/build of ITK ?

jilei-hao commented 1 year ago

Hi, have you built ITK in the ITKBuild directory? For instructions building ITK, see https://itk.org/Wiki/ITK/Configuring_and_Building

kulasbart commented 1 year ago

@jilei-hao At the time of posting this, I had not built ITK or VTK. I have now configured and built both... and pathed to them in ccmake. However, when I run make I continue to have issues:

Screen Shot 2022-12-11 at 8 16 00 PM Screen Shot 2022-12-11 at 8 18 59 PM

I had restarting the process from scratch twice... same issue when running the build using the make command