We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did a recent git checkout and during the compilation I got the following error:
[ 3%] Built target vtkMidSurfer-hierarchy [ 6%] Building CXX object Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/vtkExtractCenterLine.cxx.o /gpfs/cssb/software/tmp/git/MidSurfer/Plugin/Filters/vtkExtractCenterLine.cxx:1070:53: error: expected ';' after do/while statement 1070 | vtkLog(INFO, "Detected disk shape. Discarding.") | ^ | ; /gpfs/cssb/software/tmp/git/MidSurfer/Plugin/Filters/vtkExtractCenterLine.cxx:1219:53: error: expected ';' after do/while statement 1219 | vtkLog(INFO, "Detected disk shape. Discarding.") | ^ | ; 2 errors generated. make[2]: *** [Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/build.make:90: Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/vtkExtractCenterLine.cxx.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:201: Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did a recent git checkout and during the compilation I got the following error:
[ 3%] Built target vtkMidSurfer-hierarchy
[ 6%] Building CXX object Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/vtkExtractCenterLine.cxx.o
/gpfs/cssb/software/tmp/git/MidSurfer/Plugin/Filters/vtkExtractCenterLine.cxx:1070:53: error: expected ';' after do/while statement
1070 | vtkLog(INFO, "Detected disk shape. Discarding.")
| ^
| ;
/gpfs/cssb/software/tmp/git/MidSurfer/Plugin/Filters/vtkExtractCenterLine.cxx:1219:53: error: expected ';' after do/while statement
1219 | vtkLog(INFO, "Detected disk shape. Discarding.")
| ^
| ;
2 errors generated.
make[2]: *** [Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/build.make:90: Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/vtkExtractCenterLine.cxx.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:201: Plugin/Filters/CMakeFiles/vtkMidSurfer.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered: