Hi all,
A few issues have been posted about the "-Werror" flag which treats warnings as errors. This results in build problems with old versions of gcc.
I now put together a simple cmake script that figures out the gcc version:
In the main CMakeLists.txt file the -Werror flag can then be used for gcc >=4.6.x and otherwise not used.
Let me know if this helps,
Anders
Ps. I have been busy with the voronoi-diagram code. Hope to get that working 'soon'. After that I imagine I will resume work on the cutting simulation.