greedy icon indicating copy to clipboard operation
greedy copied to clipboard

I think itkBarrier is deprecated for ITKv5

Open muschellij2 opened this issue 5 years ago • 1 comments

https://github.com/InsightSoftwareConsortium/ITK/blob/af3d6c52303c61eb078c2ae7a063164b8aaa1ed2/Modules/Compatibility/Deprecated/src/itkBarrier.cxx - think this breaks the greedy compilation.

muschellij2 avatar Jun 19 '19 06:06 muschellij2

I think you can get around that one by compling ITK with Module_ITKDeprecated ON, as itkBarrier is available there.

Unfortunatly there seem to be quite some other issues with compatiblity to ITKv5 (like 'MultiThreader' vs 'MultiThreaderBase') that still break greedy.

adhusch avatar Jun 23 '19 20:06 adhusch