Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-21 Thread Bill Lorensen
I needed to change the way I configured if building as a remote module. I needed to explicitly include ITKConfig.cmake before including the ITKUse.cmake. This simulates a find_package (ITK). I have checked in the changes to the wikiExamples repo. I'll be updated the remote module for ITK soon. Bi

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-21 Thread Matt McCormick
I have been able to reproduce the test failures locally. What is the workaround? On Fri, Nov 21, 2014 at 8:16 AM, Bill Lorensen wrote: > I think I found a workaround on my end. > > > On Fri, Nov 21, 2014 at 7:55 AM, Bill Lorensen > wrote: >> Well, the wiki examples that do i/o no longer run. >

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-21 Thread Bill Lorensen
I think I found a workaround on my end. On Fri, Nov 21, 2014 at 7:55 AM, Bill Lorensen wrote: > Well, the wiki examples that do i/o no longer run. > > > On Fri, Nov 21, 2014 at 12:34 AM, Matt McCormick > wrote: >> Hi Bill, >> >> That patch is required to prevent link errors with static builds a

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-21 Thread Bill Lorensen
Well, the wiki examples that do i/o no longer run. On Fri, Nov 21, 2014 at 12:34 AM, Matt McCormick wrote: > Hi Bill, > > That patch is required to prevent link errors with static builds and > multiple calls to COMPONENTS -- it should not be reverted. The > factory initialization code looks for

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-20 Thread Matt McCormick
Hi Bill, That patch is required to prevent link errors with static builds and multiple calls to COMPONENTS -- it should not be reverted. The factory initialization code looks for non-provided symbols in this case: "Multiple calls to find_package(ITK COMPONENTS ...) within a project can result i

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-20 Thread Bill Lorensen
Matt, I don't understand the use case for the original patch. If a module is loaded, but not requested it will not be added to the registered factories. What was wrong with the previous version? Where was it failing. I'd like to revert the current one since it breaks the remote wiki examples and

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-20 Thread Bill Lorensen
Also, my normal ITK build which has several remote modules turned fails to build Linking CXX shared library ../../../../lib/libITKVtkGlue-4.7.dylib ld: library not found for -lvtkCommonCore collect2: ld returned 1 exit status make[2]: *** [lib/libITKVtkGlue-4.7.1.dylib] Error 1 On Thu, Nov 20, 2

Re: [ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-19 Thread Matt McCormick
Hi Bill, Thanks for the note. I'll have to take a look. It may be that if one part of the Wiki Examples is using COMPONENTS, either all or none is required... Thanks, Matt On Wed, Nov 19, 2014 at 10:57 AM, Bill Lorensen wrote: > Matt, > This change: > http://open.cdash.org/viewChanges.php?pro

[ITK-dev] Problems with WikiExamples Remote Module after recent checkin

2014-11-19 Thread Bill Lorensen
Matt, This change: http://open.cdash.org/viewChanges.php?project=Insight&date=2014-10-18 is causing the WikiExamples Remote Module to fail doing execution. For example see: http://open.cdash.org/testDetails.php?test=288318310&build=3533969 What should I do? Bill __