[ITK-users] cmake error when configuring ITK with the variational registration module

asertyuio asertyuio at yahoo.fr
Wed Mar 15 15:30:23 EDT 2017


Thanks Matt and Francois !

The workaround is working. Happy to see that there is an issue created !

Yann


Le 13/03/2017 à 15:52, Matt McCormick a écrit :
> 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
> <francois.budin at kitware.com> wrote:
>> 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
>> <insight-users at itk.org> wrote:
>>> Hi all,
>>>
>>> Each time I include the variational registration module, I get the
>>> following error while configuring with ccmake :
>>>
>>> ```
>>> # Insight Journal Handle: https://hdl.handle.net/10380/3460
>>> # Contact: Alexander Schmidt-Richberg <a.schmidt-richberg at imperial.ac.uk>
>>> #          Jan Ehrhardt <ehrhardt at imi.uni-luebeck.de>
>>> #          Rene Werner <r.werner at uke.de>
>>> 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
>>>
>>> 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
>>
>>
>> _____________________________________
>> 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
>>



More information about the Insight-users mailing list