InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.42k stars 664 forks source link

Freesurfer fails when wrapping python #321

Closed phcerdan closed 5 years ago

phcerdan commented 5 years ago

Should be related with latest changes in #313 @thewtex

Building with python wrappings:

In file included from Wrapping/Modules/ITKIOMesh/itkFreeSurferAsciiMeshIOPython.cpp:3185:
Wrapping/Typedefs/itkFreeSurferAsciiMeshIOSwigInterface.h:18:10: fatal error: itkFreeSurferAsciiMeshIO.h: No such file or directory
 #include "itkFreeSurferAsciiMeshIO.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
phcerdan commented 5 years ago

Rebuilding locally, just in case this is due to a non-clean build...

thewtex commented 5 years ago

@phcerdan were you able to reproduce with a clean build?

phcerdan commented 5 years ago

I just checked the build and seems fine, closing. Thanks!

thewtex commented 5 years ago

Awesome, thanks for the follow-up!