valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
266 stars 57 forks source link

Unable to compile on MacOS 10.15 (Catalina) with VTK 9 and Cmake 3.18 #35

Closed omhafez closed 3 years ago

omhafez commented 4 years ago

Hello, I've come across a slew of compilation errors using the environment described above. Do you guys plan to support these? Example error below.

Thanks, Omar

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:317:9: error: no member named 'signbit' in the global namespace using ::signbit;

valette commented 3 years ago

Hi, I have created a branch for vtk9 : /valette/ACVD/tree/vtk9 Could you test it?

valette commented 3 years ago

Should work now, pleas re-open the bug if not!