Closed CaesarSilva closed 2 years ago
I took a look at the old tinysplinecpp.cpp and tinysplinecpp.h files and i edited the files tinysplinecxx.cpp and tinysplinecxx.h.
I added this to the header.
tsBSpline* data();
And this to the cpp file.
tsBSpline* tinyspline::BSpline::data()
{
return &spline;
}
I copied it from the old files and I edited the class name to match it with the current version.
That's not a permanent solution but it works.
You also can run git submodule update --checkout
. But it is not good solution too - iss177.
I get this error while trying to build LibreCad.
Also, I had an error prior to that with the command git submodule update --recursive --remote
I'm on Xubuntu 20.04.