c3d icon indicating copy to clipboard operation
c3d copied to clipboard

Failed to build on Ubuntu 20.04

Open MRIDude opened this issue 2 years ago • 1 comments

c3d from the itk5 branch failed to build Here is the biuld log: Biuld.log Here is cmake cache.CMakeCache.txt

I am compiling on Ubuntu 20.04. I am using ITK 5.2.1. If you have any other questions please.

MRIDude avatar Aug 29 '22 19:08 MRIDude

I had similar issues building with the itk5 branch (my guess is that it was developed against ITK5 built with ITKV4_COMPATIBILITY enabled).

I've made pull request https://github.com/pyushkevich/c3d/pull/33 which makes Convert3D build with ITK5.2.1 which is the ITK version in Debian 12 (and Ubuntu 22.04) so hopefully it will be useful to you too.

carandraug avatar Dec 08 '23 15:12 carandraug