ShuonanChen
ShuonanChen
Thank you - I am using the newest one from `git clone --recursive https://gitlab.kitware.com/vtk/vtk.git`
The most recent version was 9.2.0. I installed v9.1.0 now but getting the same error... :/
I just tried to replicate on the mac and it was the same error. Any suggestions would be appreciated!
Thank you. - I did delete everything (including ITK and VTK and greedy) and reconfigured all from cmake but it throws the same error (both mac and linux) - I...
Here is the CMakeCache.txt from the greedy binary - thanks so much! [CMakeCache_greedy.txt](https://github.com/pyushkevich/greedy/files/9728909/CMakeCache_greedy.txt)
Here! Thank you!!!! 🙏 [CMakeCache_VTK.txt](https://github.com/pyushkevich/greedy/files/9729191/CMakeCache_VTK.txt)
for both VTK and greedy i am using `ccmake`, and for the configuration for greedy I only changed `CMAKE_BUILD_TYPE=Release` (as [instructed from the website](https://sites.google.com/view/greedyreg/installation?authuser=0)). For vtk, these are some of...
Thank you that was super helpful - I just built the VTK, and now the `lib` from the vtk shows these: ``` ls ./lib/ cmake libvtkCommonTransforms-9.1.so.9.1.0 libvtkCommonCore-9.1.so libvtkWrappingTools-9.1.so libvtkCommonCore-9.1.so.1 libvtkWrappingTools-9.1.so.1...
Thanks so much, this is super helpful!! I turned on the `standalone` and now VTK has these modules. And configuration of greedy was successful! However when I tried to run...
Thanks so much Jilei! This is what i am seeing now... ``` [ 6%] Built target text_to_hex [ 30%] Built target docs_to_hex make[2]: *** No rule to make target '/home/ubuntu/code/ITK-build/lib/libitkdouble-conversion-5.2.a',...