compile fails on Ubuntu 16-20

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

compile fails on Ubuntu 16-20

RaJoBa
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
Reply | Threaded
Open this post in threaded view
|

Re: compile fails on Ubuntu 16-20

Sang-Jun Park
This post was updated on .
geospline.cpp:103:59: error: ‘class tinyspline::BSpline’ has no member named ‘data’

yes  I got same issue.
Did you get  something tip  to solve  for it ?

==========
ubuntu 20LTS
Reply | Threaded
Open this post in threaded view
|

Re: compile fails on Ubuntu 16-20

RaJoBa
Sorry no.