Is anyone aware of issues building Slicer from source with the following error on Ubuntu 18.04 (and PopOS)?
/home/aames/projects/Slicer/Modules/Loadable/Markups/MRML/vtkMRMLMarkupsCurveNode.cxx:31:10: fatal error: vtkFrenetSerretFrame.h: No such file or directory #include <vtkFrenetSerretFrame.h>
^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Modules/Loadable/Markups/MRML/CMakeFiles/vtkSlicerMarkupsModuleMRML.dir/build.make:148: recipe for target ‘Modules/Loadable/Markups/MRML/CMakeFiles/vtkSlicerMarkupsModuleMRML.dir/vtkMRMLMarkupsCurveNode.cxx.o’ failed
vtkFrenetSerretFrame comes from a VTK remote module, which should be downloaded automatically to (slicer-build-dir)/VTK/Remote/SplineDrivenImageSlicer.
Is this the latest master version of Slicer? Have you started the build from scratch or you have built some Slicer version first and then updated Slicer and rebuilt?