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

VTK 7.x removes vtkstd #20

Closed get9 closed 7 years ago

get9 commented 7 years ago

While trying to compile this project against the latest VTK (v7.1.0), I ran into a compile error with vtkstd being used. It appears that this has been deprecated and should probably be changed to the regular std namespace. Doing so in VolumeProcessing/vtkOOCMetaImageReader.cxx made the build pass again.

valette commented 7 years ago

Commit fbfb9689647c18195d4f14341dd1f998c6a0c4f8 removes the dependency to vtkstd. Is it fixed for you?

get9 commented 7 years ago

Yep, that fixes it. That's pretty much what I did to fix it locally. I'll go ahead and close this.