Open isAarya opened 7 years ago
Hello,
yes, I know - try using develop branch - this problem is fixed there.
Hi,
I am trying to clone the 'develop' branch with help of git.
It gives me following error,
Cloning into 'xdisp'...
Submodule path 'xdisp': checked out 'f8cf8ef781229a87c9be53040937fd00d54b9366'
Failed to recurse into submodule path 'Register'
The command '/bin/sh -c git clone --recursive https://github.com/BIC-MNI/minc-toolkit.git --branch develop minc-toolkit' returned a non-zero code: 1
Most likely this is caused due to the following,
Cloning into 'Register'...
Submodule path 'Register': checked out 'd3b70c6a0e596c3494c4c5249ecc9a934e705f9c'
Submodule 'Graphics' (https://github.com/BIC-MNI/bicgl.git) registered for path 'Graphics'
Submodule 'm4' (https://github.com/BIC-MNI/mni-acmacros.git) registered for path 'm4'
Cloning into 'Graphics'...
fatal: reference is not a tree: aac9526ebf4fafabdc3d396a554da535fc25ac1a
Cloning into 'm4'...
Submodule path 'Register/m4': checked out '87caf73968c8b57db276480acf85d5da8e7e48be'
Unable to checkout 'aac9526ebf4fafabdc3d396a554da535fc25ac1a' in submodule path 'Register/Graphics'
Also the develop branch: cmake-modules->BuildZLIB.cmake is calling http://zlib.net/zlib-1.2.10.tar.gz which doesnt exist.
The new packages is zlib-1.2.11.tar.gz
Currently I am manually changing this in the minc-toolkit master branch.
Kind regards.
IA
OK, I meant minc-toolkit-v2 develop branch
ok, now develop branch of minc-toolkit should also compile
Hi,
I am building minc-toolkit in docker.
I get error from cmake while building minc-toolkit.
The error arises when cmake is building zlib package and is as follows,
I have checked the weblink
Apparently, the package zlib-1.2.8.tar.gz; that minc-toolkit->cmake-modules->BuildZLIB.cmake is calling is not found at this weblink.
Could you please have a look at this.
Kind regards.
IA