On 30.06.22 10:16, Orkus Lambada via Discuss wrote:
check-dependencies.sh it shows evrything as OK but gives warnings:
This is just a helper script, not the final truth if compilation will
work or not. Systems are way too different for that.
#include <boost/iterator/function_output_iterator.hpp>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
I think that means your boost version is too old as CGAL dropped
support for older versions by using the new locations for the
header files.
CGAL Documentation https://doc.cgal.org/latest/Manual/thirdparty.html
states a requirement of boost 1.66.
ciao,
Torsten.
On 30.06.22 10:16, Orkus Lambada via Discuss wrote:
> check-dependencies.sh it shows evrything as OK but gives warnings:
This is just a helper script, not the final truth if compilation will
work or not. Systems are way too different for that.
> #include <boost/iterator/function_output_iterator.hpp>
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
I think that means your boost version is too old as CGAL dropped
support for older versions by using the new locations for the
header files.
CGAL Documentation https://doc.cgal.org/latest/Manual/thirdparty.html
states a requirement of boost 1.66.
ciao,
Torsten.