fast-marching-method icon indicating copy to clipboard operation
fast-marching-method copied to clipboard

vi

Open MakeBestForYou opened this issue 5 years ago • 3 comments

When I use make command,it show that I should add -std=gnu++11 or -std=c++11, so I add "add_compile_options(-std=c++11)" in the test/CMakeLists.txt, But it says "error: parameter declared ‘auto’", My compiler is GNU 4.8.5. How do I solve this issue?

MakeBestForYou avatar Jun 03 '20 13:06 MakeBestForYou

Is it possible that your compiler doesn't support C++17?

thinks avatar Jun 05 '20 07:06 thinks

Yea, I update the gcc version to 7.2, but get another error: ’no name with ‘EikonalSolverBase’, this issue like the issues another. And I use -fpermissive, but still build failed

MakeBestForYou avatar Jun 05 '20 10:06 MakeBestForYou

another error: ’no name with ‘EikonalSolverBase’, [...]

@MakeBestForYou : If you can, try with the latest version. I think this is fixed.

ccurtis0 avatar Jan 30 '21 00:01 ccurtis0