compile fails on Ubuntu 16-20

Posted by RaJoBa on
URL: https://forum.librecad.org/compile-fails-on-Ubuntu-16-20-tp5720899.html

I did follow the instructions on 'https://github.com/LibreCAD/LibreCAD_3/wiki/Building'
but compile fails with:
LibreCAD_3/lckernel/cad/geometry/geospline.cpp:103:59: error: ‘class tinyspline::BSpline’ has no member named ‘data’
int nbBeziers = ts_bspline_num_control_points(beziers.data()) / splineCurve.order();

What to do about it???
Thanks in advance