ARM version: broken editor font renreding

Solved bugs are moved into this topic...
main Alexey
Posts: 2257
Joined: 25.08.2021 18:15

Post 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'
main Alexey
Posts: 2257
Joined: 25.08.2021 18:15

Post 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.
somewhat
Posts: 18
Joined: 13.11.2021 10:39

Post 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.
main Alexey
Posts: 2257
Joined: 25.08.2021 18:15

Post by main Alexey »

Okay, as you wish, it's OK to stop this.
main Alexey
Posts: 2257
Joined: 25.08.2021 18:15

Post by main Alexey »

I got needed .so from fpcupdeluxe author! Made the linux-arm-qt5 version, pls test!
http://uvviewsoft.com/c/
somewhat
Posts: 18
Joined: 13.11.2021 10:39

Post 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!
Attachments
cudaText.arm.qt5.png
Post Reply