Build errors

I have a new build error:
[ 92%] Building CXX object Modules/Remote/SkullStrip/test/CMakeFiles/SkullStripTestDriver.dir/SkullStripTestDriver.cxx.o
In file included from /home/melrobin/packages/ITK/Modules/Core/TestKernel/include/itkTestDriverInclude.h:49:0,
from /home/melrobin/packages/ITK/Modules/Core/TestKernel/include/itkTestDriverIncludeRequiredIOFactories.h:32,
from /home/melrobin/packages/ITK/build/Modules/Remote/SkullStrip/test/SkullStripTestDriver.cxx:10:
/home/melrobin/packages/ITK/Modules/IO/ImageBase/include/itkImageFileReader.h:171:46: fatal error: itkImageIOFactoryRegisterManager.h: No such file or directory
#include “itkImageIOFactoryRegisterManager.h”

I know that 5.0 is still in alpha, but have I done something wrong here?

Hi @melrobin,

This patch should address the issue:

https://github.com/lorensen/skullStrip/pull/4

Matt

Thank you very much for the reply. I do see the pull request, but not a patch that I can apply. What should I do to apply these changes?

There is a patch pending, but it is a better idea to build the module externally, e.g.,

git clone https://github.com/lorensen/skullStrip
mkdir skullStrip-build
cd skullStrip-build
cmake -DITK_DIR=/path/to/ITK-build ../skullStrip
make