[ITK-dev] ITKApps failing after recent commit
Bill Lorensen
bill.lorensen at gmail.com
Mon May 25 15:10:50 EDT 2015
itksnap also has issues with the API change. I'll try to make a small
example that illustrates the problem.
On Mon, May 25, 2015 at 12:08 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
> Looks to me that the API for itkEventMacro has changed. This is bad.
> In ITKApps there are several definitions like this. How must these be
> changed?
>
> namespace fltk {
>
> /**
> * List of the events expected in this domain
> */
> itkEventMacro( RedrawEvent, itk::UserEvent );
> itkEventMacro( GlDrawEvent, itk::UserEvent );
> itkEventMacro( VolumeReslicedEvent, itk::UserEvent );
> itkEventMacro( ClippingPlaneEvent, itk::UserEvent );
>
>
>
> } // end namespace fltk
>
>
> On Mon, May 25, 2015 at 11:59 AM, Bill Lorensen <bill.lorensen at gmail.com> wrote:
>> Since this topic was merged, ITKApps failk to build. I narrowed it
>> down using git commit.
>>
>> http://review.source.kitware.com/#/c/19729/
>>
>> Here is the failing dashboard entry:
>> https://open.cdash.org/viewBuildError.php?buildid=3828894
>>
>> I'll take a lot to see if I can fix it.
>>
>> Bill
>
>
>
> --
> Unpaid intern in BillsBasement at noware dot com
--
Unpaid intern in BillsBasement at noware dot com
More information about the Insight-developers
mailing list