SVG2QML
SVG2QML copied to clipboard
no declaration matches «CMatrix& CMatrix::setBy(int, int, const QList<double>&, SETBY)»
Compilation fails with error
../Algebra/cmatrix.cpp:149:10: ошибка: no declaration matches «CMatrix& CMatrix::setBy(int, int, const QList<double>&, SETBY)»
149 | CMatrix &CMatrix::setBy(int cols, int rows, const QList<double> &matrix, CMatrix::SETBY dir)
| ^~~~~~~
In file included from ../Algebra/cmatrix.cpp:1:
../Algebra/cmatrix.h:34:15: замечание: кандидат «CMatrix& CMatrix::setBy(int, int, const TMatrix&, SETBY)»
34 | CMatrix & setBy(int cols, int rows, const TMatrix &matrix, SETBY dir=SET_BY_ROWS);
| ^~~~~
../Algebra/cmatrix.h:12:7: замечание: «class CMatrix» defined here
12 | class CMatrix: public CEmpty
| ^~~~~~~
make: *** [Makefile:1201: cmatrix.o] Ошибка 1
make sure you're building it with qt6 not qt5.15 (for example, run qmake via qmake6 binary)