Page 3 of 3

Posted: 16.11.2021 23:02
by main Alexey
Thanks. now linker shows new errors, and IDK what to do, maybe we need newer LibQt5Pas.
libQt5Pas.so: undefined reference to `QTreeWidgetItem::setSelected(bool)@Qt_5'
libQt5Pas.so: undefined reference to `QTableWidgetItem::isSelected() const@Qt_5'
libQt5Core.so.5: undefined reference to `getentropy@GLIBC_2.25'
libQt5Pas.so: undefined reference to `QTreeWidgetItem::setFirstColumnSpanned(bool)@Qt_5'
libQt5Network.so.5: undefined reference to `fcntl64@GLIBC_2.28'
libQt5Pas.so: undefined reference to `QPixmap::fill(QPaintDevice const*, int, int)@Qt_5'
libQt5Pas.so: undefined reference to `QTreeWidgetItem::isHidden() const@Qt_5'
libQt5Pas.so: undefined reference to `QPainterPath::addRoundRect(double, double, double, double, int)@Qt_5'
libQt5Pas.so: undefined reference to `QTableWidgetItem::setSelected(bool)@Qt_5'
libQt5Pas.so: undefined reference to `QTreeWidgetItem::isFirstColumnSpanned() const@Qt_5'
libQt5Pas.so: undefined reference to `QtPrivate::argToQString(QStringView, unsigned int, QtPrivate::ArgBase const**)@Qt_5'
libQt5Core.so.5: undefined reference to `renameat2@GLIBC_2.28'

Posted: 16.11.2021 23:04
by main Alexey
Oh, you gave me Qt5Pas version 1.2.6 while wiki tells we need 1.2.8 !

>For CudaText Qt5 version, library libQt5Pas is required, version 1.2.8 or newer.

Posted: 16.11.2021 23:24
by somewhat
That could be a problem as 1.2.6 is the latest version for this distro/branch.
Qt5Pas 1.2.8 will probably need newer versions of the formerly supplied libraries + possibly some other dependencies - which means recompiling all the tree from sources.
I'll look into it tomorrow but maybe we stop this as not worth the effort.

Posted: 16.11.2021 23:26
by main Alexey
Okay, as you wish, it's OK to stop this.

Posted: 17.11.2021 13:52
by main Alexey
I got needed .so from fpcupdeluxe author! Made the linux-arm-qt5 version, pls test!
http://uvviewsoft.com/c/

Posted: 17.11.2021 14:39
by somewhat
The attached version seems to work fine. The same file as in the original post opened. This "ticket" can be closed now.
Thanks for your effort!