Discussion:
[ITK-users] cmake error when configuring ITK with the variational registration module
Francois Budin
2017-03-13 13:53:13 UTC
Permalink
Hello Yann,

I do not have such an error on my machine (only warning messages at compile
time). Could you send your entire error message? The message you sent looks
like the content of the file
"Modules/Remote/VariationalRegistration.remote.cmake"
which should download the source code of VariationalRegistration.
There are some problems however when compiling ITK with BUILD_TESTING=ON as
some testing data for this module seems to not be found, so if you want to
compile this module, you should deactivate ITK testing.

Francois

On Fri, Mar 10, 2017 at 4:52 PM, asertyuio via Insight-users <
Hi all,
Each time I include the variational registration module, I get the
```
# Insight Journal Handle: https://hdl.handle.net/10380/3460
itk_fetch_module(VariationalRegistration
"A module to perform variational image registration.
https://hdl.handle.net/10380/3460"
GIT_REPOSITORY
${git_protocol}://github.com/InsightSoftwareConsortium/
ITKVariationalRegistration.git
GIT_TAG 5110f1b4304f450b46bbbaf0f3818a4bac65b154
)
```
I'm using the master branch in git as a version of ITK.
Seems like a bug... Any idea ?
Yann
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
Matt McCormick
2017-03-13 14:52:55 UTC
Permalink
Hi,

I was able to reproduce this locally -- the update checkout was
failing due to some changing files. I created an issue to track this:

https://issues.itk.org/jira/browse/ITK-3531

As a workaround in the meantime, try

rm -rf ITK/Modules/Remote/VariationalRegistration/

Thanks,
Matt

On Mon, Mar 13, 2017 at 9:53 AM, Francois Budin
Post by Francois Budin
Hello Yann,
I do not have such an error on my machine (only warning messages at compile
time). Could you send your entire error message? The message you sent looks
like the content of the file
"Modules/Remote/VariationalRegistration.remote.cmake" which should download
the source code of VariationalRegistration.
There are some problems however when compiling ITK with BUILD_TESTING=ON as
some testing data for this module seems to not be found, so if you want to
compile this module, you should deactivate ITK testing.
Francois
On Fri, Mar 10, 2017 at 4:52 PM, asertyuio via Insight-users
Hi all,
Each time I include the variational registration module, I get the
```
# Insight Journal Handle: https://hdl.handle.net/10380/3460
itk_fetch_module(VariationalRegistration
"A module to perform variational image registration.
https://hdl.handle.net/10380/3460"
GIT_REPOSITORY
${git_protocol}://github.com/InsightSoftwareConsortium/ITKVariationalRegistration.git
GIT_TAG 5110f1b4304f450b46bbbaf0f3818a4bac65b154
)
```
I'm using the master branch in git as a version of ITK.
Seems like a bug... Any idea ?
Yann
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.kitware.com/products/protraining.php
http://www.itk.org/Wiki/ITK_FAQ
http://public.kitware.com/mailman/listinfo/insight-users
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users

Loading...