vfonov / itksnap3

Fork of ITKSNAP3 with MINC support
GNU General Public License v3.0
2 stars 1 forks source link

Compiling error with the Submodules #2

Open renexdev opened 5 years ago

renexdev commented 5 years ago

Hi there, I'm trying to compile itksnap3 from the repo (master branch) in debian 9 and using last version of VTK/VTKM/IT, QT 5.9, CMAKE 3.12 and I'm stuck with the submodules dependencies. I'm getting: Submodule c3d has not been initialized/updated and the same for greedy. When I look at the project folder It seems that the submodules directory is empty. Any insight on this? Thanks in advance,

vfonov commented 5 years ago

Did you clone recursively ? Or can you try running git submodule init;git submodule update

renexdev commented 5 years ago

let's see...

renexdev commented 5 years ago

Running those commands prompted me to login/pass then, remote: Repository not found. fatal: repository 'https://github.com/c3d/git/' not found fatal: clone of 'https://github.com/c3d/git' into submodule path '/users/renex/workspace/devImgBox/itksnap3/Submodules/c3d' failed Failed to clone 'Submodules/c3d'. Retry scheduled Cloning into '/users/renex/workspace/devImgBox/itksnap3/Submodules/c3d'... Same for git clone --recurse-submodules... I'll try to clone separately from the links and glue into the project... Thanks for the help,

renexdev commented 5 years ago

I could reach the greedy repo from https://github.com/pyushkevich/greedy, but there is no link to reach c3d repo from the itksnap3 master branch. Nevertheless, seems that I can get it from https://github.com/pyushkevich/c3d...

vfonov commented 5 years ago

I updated URL for c3d repository , not sure that it is in a state where everything will compile

renexdev commented 5 years ago

Ok, thanks @vfonov !