Closed samuelestabrook closed 8 years ago
Thanks for the compliments! I just tested pprepair on Yosemite and CGAL 4.6. It seems to work fine for me even with big datasets. Could you maybe send us the dataset that is causing you the segfault? Regarding the compilation warning that you posted, it is a small issue with CGAL and clang (which is more picky about proper C++ code than gcc), but it should not cause any problems.
Hi, First, thank you so much for maintaining pprepair - it is very useful for helping clean-up bad data! I just tried to use it again and I received a Segmentation fault error (11) when running pprepair on my Mac (Yosemite 10.10.3). Dependency versions are as follows:
When installing with CMake, there is an error that I could only assume was due to CGAL 4.6, but installing previous versions of CGAL didn't fix the issue. Maybe it's something to do with the Yosemite update?
Any help would be great. I'm working on setting up a virtual machine so I can maintain a working version of pprepair without worrying about Apple's (or others') updates. Thank you!