-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error building minc-toolkit #44
Comments
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,
Most likely this is caused due to the following,
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
The text was updated successfully, but these errors were encountered: